diff options
author | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
commit | b67737d41f7c55e5d440e2eebd6d6adca05fb419 (patch) | |
tree | 34d9a0493282c6764cad571a5b6563df9c5bec9f /docs/reference/libappindicator-sections.txt | |
parent | ec3c1bee24ce4da8bef326e8f2b659c846ff35b7 (diff) | |
parent | bae74eff1707ab9abac1f6122506ff1b7cc20098 (diff) | |
download | libayatana-appindicator-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.gz libayatana-appindicator-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.bz2 libayatana-appindicator-b67737d41f7c55e5d440e2eebd6d6adca05fb419.zip |
* Upstream update
* Adding in documentation
* Adding a pkg-config .pc file for libappindicator
Diffstat (limited to 'docs/reference/libappindicator-sections.txt')
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt new file mode 100644 index 0000000..d64f53a --- /dev/null +++ b/docs/reference/libappindicator-sections.txt @@ -0,0 +1,30 @@ +<SECTION> +<FILE>app-indicator</FILE> +APP_INDICATOR_TYPE +APP_INDICATOR +APP_INDICATOR_CLASS +IS_APP_INDICATOR +IS_APP_INDICATOR_CLASS +APP_INDICATOR_GET_CLASS +APP_INDICATOR_SIGNAL_NEW_ICON +APP_INDICATOR_SIGNAL_NEW_ATTENTION_ICON +APP_INDICATOR_SIGNAL_NEW_STATUS +APP_INDICATOR_SIGNAL_CONNECTION_CHANGED +AppIndicatorCategory +AppIndicatorStatus +AppIndicatorPrivate +<TITLE>AppIndicator</TITLE> +AppIndicator +app_indicator_get_type +app_indicator_new +app_indicator_set_status +app_indicator_set_attention_icon +app_indicator_set_menu +app_indicator_set_icon +app_indicator_get_id +app_indicator_get_category +app_indicator_get_status +app_indicator_get_icon +app_indicator_get_attention_icon +</SECTION> + |