From 3540dc7d8fd0ef1f6b27c3c39760d0442912c2b1 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Sat, 14 Jan 2012 23:59:20 +0100 Subject: indicator-menu-item: add get / set and notify signal for right_is_lozenge --- src/indicator-menu-item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/indicator-menu-item.h') diff --git a/src/indicator-menu-item.h b/src/indicator-menu-item.h index a5f3407..e577a7d 100644 --- a/src/indicator-menu-item.h +++ b/src/indicator-menu-item.h @@ -48,6 +48,8 @@ IndicatorMenuItem *indicator_menu_item_new (void); void indicator_menu_item_set_right (IndicatorMenuItem *self, const gchar *text); void indicator_menu_item_set_label (IndicatorMenuItem *self, const gchar *text); +gboolean indicator_menu_item_get_right_is_lozenge (IndicatorMenuItem *self); +void indicator_menu_item_set_right_is_lozenge (IndicatorMenuItem *self, gboolean is_lozenge); const gchar * indicator_menu_item_get_icon_name (IndicatorMenuItem *self); void indicator_menu_item_set_icon (IndicatorMenuItem *self, GdkPixbuf *icon); GdkPixbuf * indicator_menu_item_get_icon (IndicatorMenuItem *self); -- cgit v1.2.3