diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 14:17:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 14:17:42 -0500 |
commit | 06c01943864dd55759d2f4372237b98d6262f903 (patch) | |
tree | 1f5ad5112df130e1b397422dd2d7bf5547bbdd93 /src/app-indicator.h | |
parent | 1cac2ea0d1e60053a733a99ebc77b5ef46d52850 (diff) | |
download | libayatana-appindicator-06c01943864dd55759d2f4372237b98d6262f903.tar.gz libayatana-appindicator-06c01943864dd55759d2f4372237b98d6262f903.tar.bz2 libayatana-appindicator-06c01943864dd55759d2f4372237b98d6262f903.zip |
I like 'index' better than 'id' -- now everything is consistent.
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 3cc7cc4..ce152bb 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -265,8 +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_id (AppIndicator *self, - guint32 ordering_id); +void app_indicator_set_ordering_index (AppIndicator *self, + guint32 ordering_index); /* Get properties */ const gchar * app_indicator_get_id (AppIndicator *self); @@ -278,7 +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_id (AppIndicator *self); +guint32 app_indicator_get_ordering_index (AppIndicator *self); G_END_DECLS |