diff options
author | Ted Gould <ted@gould.cx> | 2010-08-12 13:52:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-12 13:52:34 -0500 |
commit | 0d7fd31a80004f13ba3e7ffc608660a9cfe351d2 (patch) | |
tree | 8d30459d833dc68af1363449936f46fecc7746ab /docs/reference/tmpl/app-indicator.sgml | |
parent | 863cd1c1debec979f11ca59c8fbf4ed129183edf (diff) | |
parent | d81670cc9cf081b1296561d9da2176975da7643b (diff) | |
download | ayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.gz ayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.tar.bz2 ayatana-indicator-application-0d7fd31a80004f13ba3e7ffc608660a9cfe351d2.zip |
Import upstream version 0.2.4
Diffstat (limited to 'docs/reference/tmpl/app-indicator.sgml')
-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> |