aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-18 17:02:00 -0600
committerTed Gould <ted@gould.cx>2011-01-18 17:02:00 -0600
commit61fd5050b6319de6b948cdb0cd36e1b985d7b2a8 (patch)
treea828a368696ede4a370c6ef0edbb664f29286c75 /libdbusmenu-glib/client.h
parent3d8ec9ae0b07cbe287aaeda633621ac8c81b5925 (diff)
downloadlibdbusmenu-61fd5050b6319de6b948cdb0cd36e1b985d7b2a8.tar.gz
libdbusmenu-61fd5050b6319de6b948cdb0cd36e1b985d7b2a8.tar.bz2
libdbusmenu-61fd5050b6319de6b948cdb0cd36e1b985d7b2a8.zip
Setup to the use the full type handler
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r--libdbusmenu-glib/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.h b/libdbusmenu-glib/client.h
index 323e142..f371792 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -111,7 +111,7 @@ struct _DbusmenuClient {
};
typedef gboolean (*DbusmenuClientTypeHandler) (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, DbusmenuClient * client, gpointer user_data);
-typedef gboolean (*DbusmenuClientTypeDestroyHandler) (DbusmenuClient * client, const gchar * type, gpointer user_data);
+typedef void (*DbusmenuClientTypeDestroyHandler) (DbusmenuClient * client, const gchar * type, gpointer user_data);
GType dbusmenu_client_get_type (void);
DbusmenuClient * dbusmenu_client_new (const gchar * name,