~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to tests/test-glib-proxy-proxy.c

  • Committer: Ted Gould
  • Date: 2010-02-25 16:30:46 UTC
  • mfrom: (77.1.1 dbusmenu)
  • Revision ID: ted@gould.cx-20100225163046-ugrfdnzaq5mrn6xq
Using a pointer formatting command for tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
void
20
20
root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data)
21
21
{
22
 
        g_debug("New root: %X", (guint)newroot);
 
22
        g_debug("New root: %p", newroot);
23
23
 
24
24
        if (newroot == NULL) {
25
25
                g_debug("Root removed, exiting");