aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-22 15:22:54 -0600
committerTed Gould <ted@gould.cx>2010-01-22 15:22:54 -0600
commit3844bcd1fb2d8ad129a842dcee8ee1b3ec214275 (patch)
treed7d613e04db60fe84065e90f2450ee3daecd1f16 /libdbusmenu-glib/server.h
parent921eaf7f51026b56b0a504c91214d40d07ce6040 (diff)
downloadlibdbusmenu-3844bcd1fb2d8ad129a842dcee8ee1b3ec214275.tar.gz
libdbusmenu-3844bcd1fb2d8ad129a842dcee8ee1b3ec214275.tar.bz2
libdbusmenu-3844bcd1fb2d8ad129a842dcee8ee1b3ec214275.zip
Changing all instances of 'LayoutUpdate' to 'LayoutUpdated' as discussed on the dbusmenu list.
Diffstat (limited to 'libdbusmenu-glib/server.h')
-rw-r--r--libdbusmenu-glib/server.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libdbusmenu-glib/server.h b/libdbusmenu-glib/server.h
index 566b3cf..e4d6dc7 100644
--- a/libdbusmenu-glib/server.h
+++ b/libdbusmenu-glib/server.h
@@ -45,7 +45,8 @@ G_BEGIN_DECLS
#define DBUSMENU_SERVER_SIGNAL_ID_PROP_UPDATE "item-property-updated"
#define DBUSMENU_SERVER_SIGNAL_ID_UPDATE "item-updated"
-#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATE "layout-update"
+#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATED "layout-updated"
+#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATE DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATED
#define DBUSMENU_SERVER_PROP_DBUS_OBJECT "dbus-object"
#define DBUSMENU_SERVER_PROP_ROOT_NODE "root-node"
@@ -56,7 +57,7 @@ G_BEGIN_DECLS
@parent_class: #GObjectClass
@id_prop_update: Slot for #DbusmenuServer::id-prop-update.
@id_update: Slot for #DbusmenuServer::id-update.
- @layout_update: Slot for #DbusmenuServer::layout-update.
+ @layout_updated: Slot for #DbusmenuServer::layout-update.
@dbusmenu_server_reserved1: Reserved for future use.
@dbusmenu_server_reserved2: Reserved for future use.
@dbusmenu_server_reserved3: Reserved for future use.
@@ -71,7 +72,7 @@ struct _DbusmenuServerClass {
/* Signals */
void (*id_prop_update)(guint id, gchar * property, gchar * value);
void (*id_update)(guint id);
- void (*layout_update)(gint revision);
+ void (*layout_updated)(gint revision);
/* Reserved */
void (*dbusmenu_server_reserved1)(void);