diff options
author | Ted Gould <ted@gould.cx> | 2010-08-13 14:40:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-13 14:40:24 -0500 |
commit | 61fbb6f60f5da6368d486b2652e3943407569516 (patch) | |
tree | 00bb893f4d6de65dd1a23d2efaeb2b87a81abae1 /docs/reference/tmpl | |
parent | 45fc7d96061fda667fe12ee1b00d869e6373d4d5 (diff) | |
parent | 2368f530f2ada528bdfee8922088e7f836441d77 (diff) | |
download | ayatana-indicator-application-61fbb6f60f5da6368d486b2652e3943407569516.tar.gz ayatana-indicator-application-61fbb6f60f5da6368d486b2652e3943407569516.tar.bz2 ayatana-indicator-application-61fbb6f60f5da6368d486b2652e3943407569516.zip |
* Making it so the approver actually approves indicators
* New upstream release.
* Add in ordering IDs
* Adding label support into the library
* Adding label support into the indicator
* Breaking the ABI in order to get more space in the class
structure.
* Allow the icon theme path to be changed dynamically (LP: #607831)
* debian/control: Moving libappindicator0 to libappindicator1
* debian/rules: Moving libappindicator0 to libappindicator1
* Rebuild with the new gobject introspection
Diffstat (limited to 'docs/reference/tmpl')
-rw-r--r-- | docs/reference/tmpl/app-indicator.sgml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/docs/reference/tmpl/app-indicator.sgml b/docs/reference/tmpl/app-indicator.sgml index 283e58d..7e6b441 100644 --- a/docs/reference/tmpl/app-indicator.sgml +++ b/docs/reference/tmpl/app-indicator.sgml @@ -88,6 +88,13 @@ AppIndicator +<!-- ##### MACRO APP_INDICATOR_SIGNAL_NEW_ICON_THEME_PATH ##### --> +<para> + +</para> + + + <!-- ##### MACRO APP_INDICATOR_SIGNAL_CONNECTION_CHANGED ##### --> <para> @@ -149,6 +156,14 @@ AppIndicator @appindicator: the object which received the signal. +<!-- ##### SIGNAL AppIndicator::new-icon-theme-path ##### --> +<para> + +</para> + +@appindicator: the object which received the signal. +@arg1: + <!-- ##### SIGNAL AppIndicator::new-status ##### --> <para> @@ -209,7 +224,7 @@ AppIndicator @connection_changed: @fallback: @unfallback: -@app_indicator_reserved_1: +@new_icon_theme_path: @app_indicator_reserved_2: <!-- ##### FUNCTION app_indicator_get_type ##### --> @@ -240,7 +255,7 @@ AppIndicator @id: @icon_name: @category: -@icon_path: +@icon_theme_path: @Returns: @@ -280,6 +295,15 @@ AppIndicator @icon_name: +<!-- ##### FUNCTION app_indicator_set_icon_theme_path ##### --> +<para> + +</para> + +@self: +@icon_theme_path: + + <!-- ##### FUNCTION app_indicator_get_id ##### --> <para> @@ -316,6 +340,15 @@ AppIndicator @Returns: +<!-- ##### FUNCTION app_indicator_get_icon_theme_path ##### --> +<para> + +</para> + +@self: +@Returns: + + <!-- ##### FUNCTION app_indicator_get_attention_icon ##### --> <para> |