Top | ![]() |
![]() |
![]() |
![]() |
void | nautilus_module_initialize () |
void | nautilus_module_shutdown () |
void | nautilus_module_list_types () |
void
nautilus_module_initialize (GTypeModule *module
);
Called when the extension is begin loaded to register the types it exports and to perform other initializations.
[skip]
void
nautilus_module_shutdown (void
);
Called when the extension is being unloaded.
[skip]
void nautilus_module_list_types (const GType **types
,int *num_types
);
Called after the extension has been initialized and has registered all the types it exports, to load them into Nautilus.
[skip]