I use gmodule in Glib to load my modules. Every plugin must have an init() function that is called when the module loads. In the init function the plugin can use application interfaces to "hook" itself onto pre-defined application functions, or create their own to hook into. It is much simpler than a Gobject based system and works nicely.
On 11/29/07, Matías Alejandro Torres <[EMAIL PROTECTED]> wrote: > > Micah Carrick escribió: > > You may want to take a look at how Gedit created a GObject-based plugin > > system. > > > > - Micah Carrick > > > Or the Pidgin plugin system. > > _______________________________________________ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Jordan Walsh (910) 639-0111 _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list