aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/appindicator.defs
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-18 13:08:38 -0500
committerTed Gould <ted@gould.cx>2010-03-18 13:08:38 -0500
commitd5717ba1a4f2aafe7201db18dbc30ef63e5c1fde (patch)
tree127eccff2f7ef4b156520a31ee73d9bee3cd6d5f /bindings/python/appindicator.defs
parentb839c8aadcbae01755f1bbaa812f96646a9ddf4a (diff)
parent42de500f6f9f74c505ce22fd959259044103929c (diff)
downloadayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.gz
ayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.bz2
ayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.zip
* Upstream Release 0.0.17
* Support GTK's show menu items property (LP: #528527) * Fix status and category nicks in Python bindings (LP: #539858) * Switch domains to org.kde instead of org.freedesktop as spec was never officially approved by that body.
Diffstat (limited to 'bindings/python/appindicator.defs')
-rw-r--r--bindings/python/appindicator.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/bindings/python/appindicator.defs b/bindings/python/appindicator.defs
index 0349b64..4498465 100644
--- a/bindings/python/appindicator.defs
+++ b/bindings/python/appindicator.defs
@@ -14,11 +14,11 @@
(c-name "AppIndicatorCategory")
(gtype-id "APP_INDICATOR_TYPE_INDICATOR_CATEGORY")
(values
- '("application-status" "APP_INDICATOR_CATEGORY_APPLICATION_STATUS")
- '("communications" "APP_INDICATOR_CATEGORY_COMMUNICATIONS")
- '("system-services" "APP_INDICATOR_CATEGORY_SYSTEM_SERVICES")
- '("hardware" "APP_INDICATOR_CATEGORY_HARDWARE")
- '("other" "APP_INDICATOR_CATEGORY_OTHER")
+ '("ApplicationStatus" "APP_INDICATOR_CATEGORY_APPLICATION_STATUS")
+ '("Communications" "APP_INDICATOR_CATEGORY_COMMUNICATIONS")
+ '("SystemServices" "APP_INDICATOR_CATEGORY_SYSTEM_SERVICES")
+ '("Hardware" "APP_INDICATOR_CATEGORY_HARDWARE")
+ '("Other" "APP_INDICATOR_CATEGORY_OTHER")
)
)
@@ -27,9 +27,9 @@
(c-name "AppIndicatorStatus")
(gtype-id "APP_INDICATOR_TYPE_INDICATOR_STATUS")
(values
- '("passive" "APP_INDICATOR_STATUS_PASSIVE")
- '("active" "APP_INDICATOR_STATUS_ACTIVE")
- '("attention" "APP_INDICATOR_STATUS_ATTENTION")
+ '("Passive" "APP_INDICATOR_STATUS_PASSIVE")
+ '("Active" "APP_INDICATOR_STATUS_ACTIVE")
+ '("NeedsAttention" "APP_INDICATOR_STATUS_ATTENTION")
)
)