aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-21 22:27:14 -0600
committerTed Gould <ted@gould.cx>2011-02-21 22:27:14 -0600
commit75a1e1a6f35403836f1798fb623fca302e7b4655 (patch)
treed93763d5361894e22fe8ede03d4ca1a8e746dec4 /libdbusmenu-glib/client.h
parent30bc24e086369326e5ca885e6559d6328cefbd82 (diff)
parentd6a7a584a891989b87f966f7e58775423d894b76 (diff)
downloadlibdbusmenu-75a1e1a6f35403836f1798fb623fca302e7b4655.tar.gz
libdbusmenu-75a1e1a6f35403836f1798fb623fca302e7b4655.tar.bz2
libdbusmenu-75a1e1a6f35403836f1798fb623fca302e7b4655.zip
Add in a defaults database
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 6d78edf..79c0ee2 100644
--- a/libdbusmenu-glib/client.h
+++ b/libdbusmenu-glib/client.h
@@ -145,7 +145,7 @@ gboolean dbusmenu_client_add_type_handler_full (DbusmenuClient * cli
const gchar * type,
DbusmenuClientTypeHandler newfunc,
gpointer user_data,
- DbusmenuClientTypeDestroyHandler destory_func);
+ DbusmenuClientTypeDestroyHandler destroy_func);
void dbusmenu_client_send_event (DbusmenuClient * client,
gint id,
const gchar * name,