diff options
author | Ted Gould <ted@gould.cx> | 2010-03-01 22:11:29 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-01 22:11:29 -0600 |
commit | 893c7c4b4279d04a8ece98f4731fd032cdf35026 (patch) | |
tree | 273bd481929ecf3b394e6dcb687f1a97fbc7e4f6 /tests/test-glib-proxy-proxy.c | |
parent | e42af9018aab217640ed7b9164ff207bd7098827 (diff) | |
parent | e805e182bfe81f0d1e56b8ad789740917f030900 (diff) | |
download | libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.tar.gz libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.tar.bz2 libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.zip |
* Upstream Merge
* Adding in building of the GObject Introspection details
* Adding in building of VAPI files
* debian/control:
* Adding dependency on valac
* Adding in gir's as build dependencies.
* Adding in build dependencies for GIR dev
* debian/libdbusmenu-glib-dev.install,
debian/libdbusmenu-gtk-dev.install:
* Added VAPI files to the packages.
* Added GIR files to the packages.
* debian/control, debian/gir1.0-dbusmenu-glib-0.2.install,
debian/gir1.0-dbusmenu-gtk-0.2.install: Adding new packages to
hold the typelib files generated by GObject introspection.
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r-- | tests/test-glib-proxy-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c index 1059cfd..722cf1f 100644 --- a/tests/test-glib-proxy-proxy.c +++ b/tests/test-glib-proxy-proxy.c @@ -19,7 +19,7 @@ static GMainLoop * mainloop = NULL; void root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data) { - g_debug("New root: %X", (guint)newroot); + g_debug("New root: %p", newroot); if (newroot == NULL) { g_debug("Root removed, exiting"); |