diff options
Diffstat (limited to 'src/indicator-menu-item.h')
-rw-r--r-- | src/indicator-menu-item.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/indicator-menu-item.h b/src/indicator-menu-item.h index e577a7d..fc27b73 100644 --- a/src/indicator-menu-item.h +++ b/src/indicator-menu-item.h @@ -45,8 +45,11 @@ struct _IndicatorMenuItemClass GType indicator_menu_item_get_type (void) G_GNUC_CONST; IndicatorMenuItem *indicator_menu_item_new (void); -void indicator_menu_item_set_right (IndicatorMenuItem *self, const gchar *text); + +const gchar * indicator_menu_item_get_label (IndicatorMenuItem *self); void indicator_menu_item_set_label (IndicatorMenuItem *self, const gchar *text); +const gchar * indicator_menu_item_get_right (IndicatorMenuItem *self); +void indicator_menu_item_set_right (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); |