aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/appindicator.defs
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 15:49:35 -0500
committerTed Gould <ted@gould.cx>2010-04-01 15:49:35 -0500
commitd005a22755a0dd3b9f752d66a0479272a09663ae (patch)
tree0ce05e5618d07642d7f44301e6d55985a1ffdc3e /bindings/python/appindicator.defs
parent9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a (diff)
parent1fbc5af0037617432ad4cb1e6a668b91ec1105e4 (diff)
downloadayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.gz
ayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.bz2
ayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.zip
Import upstream version 0.0.19
Diffstat (limited to 'bindings/python/appindicator.defs')
-rw-r--r--bindings/python/appindicator.defs5
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"))
)
)