pidgin/gtkdocklet-x11.c

changeset 22108
cb9819851163
parent 22104
56970903b8e9
child 24036
d9cd43ec8a1b
equal deleted inserted replaced
22107:776a0aa56a41 22108:cb9819851163
46 46
47 /* protos */ 47 /* protos */
48 static void docklet_x11_create(gboolean); 48 static void docklet_x11_create(gboolean);
49 49
50 static gboolean 50 static gboolean
51 docklet_x11_recreate_cb(void) 51 docklet_x11_recreate_cb(gpointer data)
52 { 52 {
53 docklet_x11_create(TRUE); 53 docklet_x11_create(TRUE);
54 54
55 return FALSE; /* for when we're called by the glib idle handler */ 55 return FALSE; /* for when we're called by the glib idle handler */
56 } 56 }
228 228
229 purple_debug(PURPLE_DEBUG_INFO, "docklet", "destroyed\n"); 229 purple_debug(PURPLE_DEBUG_INFO, "docklet", "destroyed\n");
230 } 230 }
231 231
232 static gboolean 232 static gboolean
233 docklet_x11_embed_timeout_cb(void) 233 docklet_x11_embed_timeout_cb(gpointer data)
234 { 234 {
235 /* The docklet was not embedded within the timeout. 235 /* The docklet was not embedded within the timeout.
236 * Remove it as a visibility manager, but leave the plugin 236 * Remove it as a visibility manager, but leave the plugin
237 * loaded so that it can embed automatically if/when a notification 237 * loaded so that it can embed automatically if/when a notification
238 * area becomes available. 238 * area becomes available.

mercurial