aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-20 13:05:24 -0500
committerTed Gould <ted@canonical.com>2009-08-20 13:05:24 -0500
commit69fe6b5ac33dfd64163d5b41f9a0719b23912e40 (patch)
tree4a0bb857b845376a42d4d3f893248fb0336a98c9 /libdbusmenu-glib/client.h
parent5583309ea061bc9a384d15b79193d8240e5f46a1 (diff)
downloadlibdbusmenu-69fe6b5ac33dfd64163d5b41f9a0719b23912e40.tar.gz
libdbusmenu-69fe6b5ac33dfd64163d5b41f9a0719b23912e40.tar.bz2
libdbusmenu-69fe6b5ac33dfd64163d5b41f9a0719b23912e40.zip
Makin' it so that if we have a type handler we use that, otherwise we pass things up. Also making it so that type handlers can report an error.
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 20156d8..9298d4e 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -90,7 +90,7 @@ struct _DbusmenuClient {
GObject parent;
};
-typedef void (*DbusmenuClientTypeHandler) (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent);
+typedef gboolean (*DbusmenuClientTypeHandler) (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent);
GType dbusmenu_client_get_type (void);
DbusmenuClient * dbusmenu_client_new (const gchar * name,