From 4bbf4c09be5cae94cab39b0cd3518671d9b7435a Mon Sep 17 00:00:00 2001 From: C10uD Date: Tue, 30 Mar 2010 14:09:04 -0500 Subject: Patch 001 from bug 527061 --- bindings/python/appindicator.defs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bindings') 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")) ) ) -- cgit v1.2.3