aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorLuke Yelavich <luke.yelavich@canonical.com>2011-02-08 17:55:35 +1100
committerLuke Yelavich <luke.yelavich@canonical.com>2011-02-08 17:55:35 +1100
commitfffab2e1e8d991a41cc591ceaca77c8a40f31f33 (patch)
tree357a2665a5cdda03ee4635d154a31c23b5adbf98 /bindings/python
parent31519e77b290d832f287c1daa6a90f8d6e11b136 (diff)
downloadlibayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.tar.gz
libayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.tar.bz2
libayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.zip
accessible_name -> accessible_desc
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/appindicator.defs10
1 files changed, 5 insertions, 5 deletions
diff --git a/bindings/python/appindicator.defs b/bindings/python/appindicator.defs
index 8c4efb3..cc8ae75 100644
--- a/bindings/python/appindicator.defs
+++ b/bindings/python/appindicator.defs
@@ -72,12 +72,12 @@
)
)
-(define-method set_accessible_name
+(define-method set_accessible_desc
(of-object "AppIndicator")
- (c-name "app_indicator_set_accessible_name")
+ (c-name "app_indicator_set_accessible_desc")
(return-type "none")
(parameters
- '("const-gchar*" "accessible_name" (null-ok))
+ '("const-gchar*" "accessible_desc" (null-ok))
)
)
@@ -155,9 +155,9 @@
(return-type "const-gchar*")
)
-(define-method get_accessible_name
+(define-method get_accessible_desc
(of-object "AppIndicator")
- (c-name "app_indicator_get_accessible_name")
+ (c-name "app_indicator_get_accessible_desc")
(return-type "const-gchar*")
)