aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-04 12:37:58 +0100
committerTed Gould <ted@canonical.com>2009-08-04 12:37:58 +0100
commitb99103376be47ed4d1b2a74c2abc441141bc8107 (patch)
treeb6c00a3a48f2df630a71766748bdc13e88b74838 /src/app-menu-item.h
parente6c51e39309fe1f951df75ee80a43b12ed3e4265 (diff)
parent7bd2ed28f7657191beb001f60109167ab1644a57 (diff)
downloadayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.gz
ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.bz2
ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.zip
Merging in the branch that pulls in the dbusmenu changes that change to using a service.
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);