aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-081-4/+4
* Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-101-1/+1
* e-plugin.c (epl_construct) [Win32] The interface ofTor Lillqvist2006-01-051-2/+4
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-181-18/+43
* e-plugin.c (ep_set_enabled): Fix compiler warning on early bailoutDavid Malcolm2005-08-231-1/+2
* fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1
* Removed, these are now implemented as a plugin.Not Zed2005-05-251-81/+199
* include config.h.Not Zed2004-12-221-0/+11
* kill warning if we can't open the path.Not Zed2004-12-081-1/+1
* removed, code moved into camel-net-utils.[ch].Not Zed2004-12-031-1/+1
* get the image directly from the icon factoryJP Rosevear2004-11-261-8/+8
* if the plugin fails to load just disable it, don't unref it (it may beNot Zed2004-11-191-7/+5
* split out module loadng code. (epl_construct): if we're enabled, andNot Zed2004-11-181-20/+47
* added helper api to list all plugins. (ep_construct): load authors intoNot Zed2004-11-031-11/+127
* check for empty trailing sections/pages after we exit the main loop.Not Zed2004-10-201-3/+4
* convert to org.gnome hook namesJP Rosevear2004-10-201-5/+5
* fix typoJP Rosevear2004-10-081-1/+1
* handle wrong root element properly. From David TrowbridgeNot Zed2004-10-081-2/+5
* noop if we're disabled, and do some lifecycle stuff now, callNot Zed2004-10-071-5/+23
* show the toplevel notebook if we had to create one, always.Not Zed2004-10-071-67/+208
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+850