Home
last modified time | relevance | path

Searched refs:GldiModuleInterface (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-module-manager.h52 GldiModuleInterface *pInterface;
153 typedef gboolean (* GldiModulePreInit) (GldiVisitCard *pVisitCard, GldiModuleInterface *pInterface);
160 GldiModuleInterface *pInterface;
202 GldiModule *gldi_module_new (GldiVisitCard *pVisitCard, GldiModuleInterface *pInterface);
H A Dcairo-dock-struct.h403 typedef struct _GldiModuleInterface GldiModuleInterface; typedef
H A Dcairo-dock-module-manager.c141 GldiModule *gldi_module_new (GldiVisitCard *pVisitCard, GldiModuleInterface *pInterface) in gldi_module_new()
153 GldiModuleInterface *pInterface = NULL; in gldi_module_new_from_so_file()
177 pInterface = g_new0 (GldiModuleInterface, 1); in gldi_module_new_from_so_file()
H A Dcairo-dock-applet-canvas.h59 gboolean CD_APPLET_DEFINE_FUNC (GldiVisitCard *pVisitCard, GldiModuleInterface *pInterface)
H A Dcairo-dock-module-instance-manager.c64 GldiModuleInterface *pInterface = pInstance->pModule->pInterface; in _read_module_config()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Dbus/src/
H A Dapplet-dbus.c155 GldiModuleInterface *pInterface = g_new0 (GldiModuleInterface, 1); in _cd_dbus_register_new_module()