19 #ifndef _GUESTSTORE_H_ 20 #define _GUESTSTORE_H_ 31 #include <glib-object.h> 41 #define TOOLS_CORE_SIG_GUESTSTORE_STATE "tcs_gueststore_state" 47 #define TOOLS_PLUGIN_SVC_PROP_GUESTSTORE "tps_prop_gueststore" 56 void (*shutdown)(void);
80 g_object_get(ctx->
serviceObj, TOOLS_PLUGIN_SVC_PROP_GUESTSTORE,
81 &svcGuestStore, NULL);
82 if (svcGuestStore != NULL && svcGuestStore->shutdown != NULL) {
83 svcGuestStore->shutdown();