diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:28:02 -0400 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:28:02 -0400 |
| commit | b9aeb4d1178830472281be038a6f88a6a38299aa (patch) | |
| tree | 038a49dc3af6acf0d6e08ca2526b6a707c51d374 /libdbusmenu-glib | |
| parent | eb38a3840843baed6fad4f28b3bbb67aabcc7c44 (diff) | |
| parent | 054d74ead5f54891fd57bf87144554359d367e35 (diff) | |
| download | libdbusmenu-b9aeb4d1178830472281be038a6f88a6a38299aa.tar.gz libdbusmenu-b9aeb4d1178830472281be038a6f88a6a38299aa.tar.bz2 libdbusmenu-b9aeb4d1178830472281be038a6f88a6a38299aa.zip | |
* New upstream release.
* Make private two impl functions that were accidentally public
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; |
