~agateau/libdbusmenu/interop-experimental

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/server.h

  • 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:
45
45
 
46
46
#define DBUSMENU_SERVER_SIGNAL_ID_PROP_UPDATE  "item-property-updated"
47
47
#define DBUSMENU_SERVER_SIGNAL_ID_UPDATE       "item-updated"
48
 
#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATE   "layout-update"
 
48
#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATED  "layout-updated"
 
49
#define DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATE   DBUSMENU_SERVER_SIGNAL_LAYOUT_UPDATED
49
50
 
50
51
#define DBUSMENU_SERVER_PROP_DBUS_OBJECT       "dbus-object"
51
52
#define DBUSMENU_SERVER_PROP_ROOT_NODE         "root-node"
56
57
        @parent_class: #GObjectClass
57
58
        @id_prop_update: Slot for #DbusmenuServer::id-prop-update.
58
59
        @id_update: Slot for #DbusmenuServer::id-update.
59
 
        @layout_update: Slot for #DbusmenuServer::layout-update.
 
60
        @layout_updated: Slot for #DbusmenuServer::layout-update.
60
61
        @dbusmenu_server_reserved1: Reserved for future use.
61
62
        @dbusmenu_server_reserved2: Reserved for future use.
62
63
        @dbusmenu_server_reserved3: Reserved for future use.
71
72
        /* Signals */
72
73
        void (*id_prop_update)(guint id, gchar * property, gchar * value);
73
74
        void (*id_update)(guint id);
74
 
        void (*layout_update)(gint revision);
 
75
        void (*layout_updated)(gint revision);
75
76
 
76
77
        /* Reserved */
77
78
        void (*dbusmenu_server_reserved1)(void);