[Xfce4-commits] <exo:master> Fix python bindings constructor for exo.ToolbarsView (bug #6186).
Nick Schermer
noreply at xfce.org
Mon Feb 15 12:16:03 CET 2010
Updating branch refs/heads/master
to d2ea8fa46a1490a2d2666db0898de843b9fb62d4 (commit)
from 491adb8789105feae0f9741ffa3b3139018c301e (commit)
commit d2ea8fa46a1490a2d2666db0898de843b9fb62d4
Author: Adam Plumb <adamplumb at gmail.com>
Date: Mon Feb 15 12:13:05 2010 +0100
Fix python bindings constructor for exo.ToolbarsView (bug #6186).
python/exo.defs | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/python/exo.defs b/python/exo.defs
index 296b090..ea777ac 100644
--- a/python/exo.defs
+++ b/python/exo.defs
@@ -1175,17 +1175,9 @@
(return-type "GType")
)
-(define-function exo_toolbars_view_new
- (c-name "exo_toolbars_view_new")
- (is-constructor-of "ExoToolbarsView")
- (return-type "GtkWidget*")
- (parameters
- '("GtkUIManager*" "ui_manager")
- )
-)
-
(define-function exo_toolbars_view_new_with_model
(c-name "exo_toolbars_view_new_with_model")
+ (is-constructor-of "ExoToolbarsView")
(return-type "GtkWidget*")
(parameters
'("GtkUIManager*" "ui_manager")
More information about the Xfce4-commits
mailing list