aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-27 12:07:19 +0200
committerTed Gould <ted@canonical.com>2009-05-27 12:07:19 +0200
commit7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed (patch)
treed9d209a4f38bd648aa7fc99b11213adeaaaf8bd7 /src/app-menu-item.h
parent4b94b5ce74148729ff76496806050da6b40c5ded (diff)
parentd2bd9a0a70bbcb73997561baa7a61ddbe7e4780a (diff)
downloadayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.gz
ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.bz2
ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.zip
Merge in the dbusmenu changes from the dbusmenu branch
Diffstat (limited to 'src/app-menu-item.h')
-rw-r--r--src/app-menu-item.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app-menu-item.h b/src/app-menu-item.h
index 1e1b5eb..dda4765 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -25,6 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib.h>
#include <glib-object.h>
+#include <libdbusmenu-glib/menuitem.h>
#include <libindicate/listener.h>
G_BEGIN_DECLS
@@ -43,14 +44,14 @@ typedef struct _AppMenuItem AppMenuItem;
typedef struct _AppMenuItemClass AppMenuItemClass;
struct _AppMenuItemClass {
- GtkMenuItemClass parent_class;
+ DbusmenuMenuitemClass parent_class;
void (* count_changed) (guint count);
void (* name_changed) (gchar * name);
};
struct _AppMenuItem {
- GtkMenuItem parent;
+ DbusmenuMenuitem parent;
};
GType app_menu_item_get_type (void);