diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 14:08:03 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 14:08:03 -0500 |
commit | ecacfc1fab93db37e6b2881cfcc717d192b66e5c (patch) | |
tree | a93d4b8ba702af83866d9722b7a9820b2e98a499 /libdbusmenu-glib | |
parent | 87ab9751157009059774c63ca3b5a2f395338c85 (diff) | |
parent | 62d50f5b58529493bf1029ef90d264e0f16bf0bb (diff) | |
download | libdbusmenu-ecacfc1fab93db37e6b2881cfcc717d192b66e5c.tar.gz libdbusmenu-ecacfc1fab93db37e6b2881cfcc717d192b66e5c.tar.bz2 libdbusmenu-ecacfc1fab93db37e6b2881cfcc717d192b66e5c.zip |
Import upstream version 0.5.99
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index ed89d86..b6e7204 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -1023,7 +1023,7 @@ proxy_destroyed (GObject * gobj_proxy, gpointer userdata) /* Respond to us getting the session bus (hopefully) or handle the error if not */ -void +static void session_bus_cb (GObject * object, GAsyncResult * res, gpointer user_data) { GError * error = NULL; @@ -1634,7 +1634,7 @@ menuitem_call_cb (GObject * proxy, GAsyncResult * res, gpointer userdata) } /* Looks at event_data_t structs to match an ID */ -gint +static gint event_data_find (gconstpointer data, gconstpointer user_data) { event_data_t * edata = (event_data_t *)data; |