libhildondesktop Reference Manual | ||||
---|---|---|---|---|
#include <libhildondesktop/libhildondesktop.h> HDPluginModule; HDPluginModule* hd_plugin_module_new (const gchar *path); void hd_plugin_module_add_type (HDPluginModule *module, GType type); GType hd_plugin_module_get_type (void); GObject* hd_plugin_module_new_object (HDPluginModule *module, const gchar *plugin_id);
There are some macros to define Hildon Desktop plugins:
HD_DEFINE_PLUGIN_MODULE_EXTENDED()
void hd_plugin_module_add_type (HDPluginModule *module, GType type);
module : |
|
type : |
GObject* hd_plugin_module_new_object (HDPluginModule *module, const gchar *plugin_id);
module : |
|
plugin_id : |
|
Returns : |