diff options
author | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-08 17:55:35 +1100 |
---|---|---|
committer | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-08 17:55:35 +1100 |
commit | fffab2e1e8d991a41cc591ceaca77c8a40f31f33 (patch) | |
tree | 357a2665a5cdda03ee4635d154a31c23b5adbf98 /bindings/python/appindicator.defs | |
parent | 31519e77b290d832f287c1daa6a90f8d6e11b136 (diff) | |
download | libayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.tar.gz libayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.tar.bz2 libayatana-appindicator-fffab2e1e8d991a41cc591ceaca77c8a40f31f33.zip |
accessible_name -> accessible_desc
Diffstat (limited to 'bindings/python/appindicator.defs')
-rw-r--r-- | bindings/python/appindicator.defs | 10 |
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*") ) |