aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/appindicator.defs
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-03-18 15:19:33 -0400
commit5581a39916752fef3c374fb2a79c3920d7590a6a (patch)
treee3e8ea4cac8a2f7531834f49f000db7b4cfc7a88 /bindings/python/appindicator.defs
parentddee75aad38e1608998a4c7a5d9b10733d1d227a (diff)
parent543f7fca61ce2a47403872d156f783ae314cc334 (diff)
downloadayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.gz
ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.bz2
ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.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")
)
)