diff options
author | Sense Hofstede <qense@ubuntu.com> | 2010-05-23 12:44:53 +0200 |
---|---|---|
committer | Sense Hofstede <qense@ubuntu.com> | 2010-05-23 12:44:53 +0200 |
commit | 01fafa492912486a291d70d2289ba4d77355be92 (patch) | |
tree | 9cdb2d6ca4fde8ae30cdef17c96cb3e2f23d3695 /src/app-indicator.h | |
parent | e09b4591cf46334934a233511b18d7706802bd35 (diff) | |
download | libayatana-appindicator-01fafa492912486a291d70d2289ba4d77355be92.tar.gz libayatana-appindicator-01fafa492912486a291d70d2289ba4d77355be92.tar.bz2 libayatana-appindicator-01fafa492912486a291d70d2289ba4d77355be92.zip |
Documentation and introspection fixes and such
* Several documentation and introspection fixes
* Some small fixes to the mono bindings
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 549ab35..e37abd4 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -113,11 +113,11 @@ G_BEGIN_DECLS users can find indicators that are similar together. */ typedef enum { /*< prefix=APP_INDICATOR_CATEGORY >*/ - APP_INDICATOR_CATEGORY_APPLICATION_STATUS, - APP_INDICATOR_CATEGORY_COMMUNICATIONS, - APP_INDICATOR_CATEGORY_SYSTEM_SERVICES, - APP_INDICATOR_CATEGORY_HARDWARE, - APP_INDICATOR_CATEGORY_OTHER + APP_INDICATOR_CATEGORY_APPLICATION_STATUS, /*< nick=ApplicationStatus >*/ + APP_INDICATOR_CATEGORY_COMMUNICATIONS, /*< nick=Communications >*/ + APP_INDICATOR_CATEGORY_SYSTEM_SERVICES, /*< nick=SystemServices >*/ + APP_INDICATOR_CATEGORY_HARDWARE, /*< nick=Hardware >*/ + APP_INDICATOR_CATEGORY_OTHER /*< nick=Other >*/ } AppIndicatorCategory; /** @@ -132,9 +132,9 @@ typedef enum { /*< prefix=APP_INDICATOR_CATEGORY >*/ shown by setting it to @APP_INDICATOR_STATUS_ACTIVE. */ typedef enum { /*< prefix=APP_INDICATOR_STATUS >*/ - APP_INDICATOR_STATUS_PASSIVE, - APP_INDICATOR_STATUS_ACTIVE, - APP_INDICATOR_STATUS_ATTENTION + APP_INDICATOR_STATUS_PASSIVE, /*< nick=Passive >*/ + APP_INDICATOR_STATUS_ACTIVE, /*< nick=Active >*/ + APP_INDICATOR_STATUS_ATTENTION /*< nick=NeedsAttention >*/ } AppIndicatorStatus; typedef struct _AppIndicator AppIndicator; |