diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 23:41:58 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-01 23:41:58 +0200 |
commit | 40b74a14850bacbef753ed1e697de51f68a7ee62 (patch) | |
tree | 0bd17cc965406feb51b5f463a351526408cc9950 /bindings/python/appindicator.defs | |
parent | fd1ec3c4cf17a488d072c63660bc818562cd9448 (diff) | |
parent | 734b874a2c463115e69d40fa48db8ebbc5996289 (diff) | |
download | libayatana-appindicator-40b74a14850bacbef753ed1e697de51f68a7ee62.tar.gz libayatana-appindicator-40b74a14850bacbef753ed1e697de51f68a7ee62.tar.bz2 libayatana-appindicator-40b74a14850bacbef753ed1e697de51f68a7ee62.zip |
releasing version 0.0.19-0ubuntu10.0.19-0ubuntu1
Diffstat (limited to 'bindings/python/appindicator.defs')
-rw-r--r-- | bindings/python/appindicator.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bindings/python/appindicator.defs b/bindings/python/appindicator.defs index 4498465..98abe4c 100644 --- a/bindings/python/appindicator.defs +++ b/bindings/python/appindicator.defs @@ -41,14 +41,15 @@ (return-type "GType") ) -(define-function app_indicator_new - (c-name "app_indicator_new") +(define-function app_indicator_new_with_path + (c-name "app_indicator_new_with_path") (is-constructor-of "AppIndicator") (return-type "AppIndicator*") (parameters '("const-gchar*" "id") '("const-gchar*" "icon_name") '("AppIndicatorCategory" "category") + '("const-gchar*" "icon_path" (null-ok) (default "NULL")) ) ) |