~agateau/libdbusmenu/interop-experimental

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/client.c

  • Committer: Ted Gould
  • Date: 2010-01-24 20:08:24 UTC
  • mfrom: (55.1.1 layout-updated)
  • Revision ID: ted@gould.cx-20100124200824-en666duz745drast
Changing the name of the update signal to match the other signal names.  Now 'LayoutUpdated'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
        }
500
500
 
501
501
        dbus_g_object_register_marshaller(_dbusmenu_server_marshal_VOID__INT_UINT, G_TYPE_NONE, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INVALID);
502
 
        dbus_g_proxy_add_signal(priv->menuproxy, "LayoutUpdate", G_TYPE_INT, G_TYPE_UINT, G_TYPE_INVALID);
503
 
        dbus_g_proxy_connect_signal(priv->menuproxy, "LayoutUpdate", G_CALLBACK(layout_update), client, NULL);
 
502
        dbus_g_proxy_add_signal(priv->menuproxy, "LayoutUpdated", G_TYPE_INT, G_TYPE_UINT, G_TYPE_INVALID);
 
503
        dbus_g_proxy_connect_signal(priv->menuproxy, "LayoutUpdated", G_CALLBACK(layout_update), client, NULL);
504
504
 
505
505
        dbus_g_object_register_marshaller(_dbusmenu_server_marshal_VOID__UINT_STRING_POINTER, G_TYPE_NONE, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_VALUE, G_TYPE_INVALID);
506
506
        dbus_g_proxy_add_signal(priv->menuproxy, "ItemPropertyUpdated", G_TYPE_UINT, G_TYPE_STRING, G_TYPE_VALUE, G_TYPE_INVALID);