diff options
author | Ted Gould <ted@gould.cx> | 2011-02-22 10:58:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-22 10:58:15 -0600 |
commit | 1f74c94ab3fe43c628fba75ec62fa10b6347d2c7 (patch) | |
tree | 4ec3784173be983bd873374d0d0e492bde7c45c3 /libdbusmenu-glib/client.h | |
parent | b4fcda58ac462d058d589524c7a68592cf60b56e (diff) | |
parent | 7c00755653e6ae4b8598d08df65171aaaebb01be (diff) | |
download | libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.tar.gz libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.tar.bz2 libdbusmenu-1f74c94ab3fe43c628fba75ec62fa10b6347d2c7.zip |
Sync to trunk
Diffstat (limited to 'libdbusmenu-glib/client.h')
-rw-r--r-- | libdbusmenu-glib/client.h | 2 |
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, |