diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 09:30:07 -0500 |
commit | f6b5ccdf34323425d94e594c6f748c1d4201cf89 (patch) | |
tree | 12edca8958f0b5ac704f5724ac75a7263660498f /src/app-indicator.h | |
parent | d7c7a2ae1656af559bfbdb2716fe381d313b5a53 (diff) | |
parent | b7d28a11de1b283cffa4caea1abfb94e01db3fdd (diff) | |
download | libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.gz libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.tar.bz2 libayatana-appindicator-f6b5ccdf34323425d94e594c6f748c1d4201cf89.zip |
Switching to using ordering IDs instead of the LRU file.
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index a9e1c38..ce152bb 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -265,6 +265,8 @@ void app_indicator_set_label (AppIndicator const gchar *guide); void app_indicator_set_icon_theme_path(AppIndicator *self, const gchar *icon_theme_path); +void app_indicator_set_ordering_index (AppIndicator *self, + guint32 ordering_index); /* Get properties */ const gchar * app_indicator_get_id (AppIndicator *self); @@ -276,6 +278,7 @@ const gchar * app_indicator_get_attention_icon (AppIndicator * GtkMenu * app_indicator_get_menu (AppIndicator *self); const gchar * app_indicator_get_label (AppIndicator *self); const gchar * app_indicator_get_label_guide (AppIndicator *self); +guint32 app_indicator_get_ordering_index (AppIndicator *self); G_END_DECLS |