[libchamplain] Just include pychamplaingtk-base.defs
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Just include pychamplaingtk-base.defs
- Date: Sun, 25 Apr 2010 19:58:32 +0000 (UTC)
commit 8f693e44c5f1b8c48e95643878d5fca97de39046
Author: Victor Godoy Poluceno <victorpoluceno gmail com>
Date: Mon Apr 5 23:46:49 2010 -0300
Just include pychamplaingtk-base.defs
bindings/python/champlain-gtk/pychamplaingtk.defs | 58 +--------------------
1 files changed, 1 insertions(+), 57 deletions(-)
---
diff --git a/bindings/python/champlain-gtk/pychamplaingtk.defs b/bindings/python/champlain-gtk/pychamplaingtk.defs
index fb657d5..2e8e959 100644
--- a/bindings/python/champlain-gtk/pychamplaingtk.defs
+++ b/bindings/python/champlain-gtk/pychamplaingtk.defs
@@ -1,59 +1,3 @@
;; -*- scheme -*-
-; object definitions ...
-(define-object ChamplainEmbed
- (in-module "Gtk")
- (parent "GtkAlignment")
- (c-name "GtkChamplainEmbed")
- (gtype-id "GTK_TYPE_CHAMPLAIN_EMBED")
-)
-
-;; Enumerations and flags ...
-
-
-;; From champlain-gtk.h
-
-
-
-;; From gtk-champlain-embed.h
-
-(define-function gtk_champlain_embed_get_type
- (c-name "gtk_champlain_embed_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_champlain_embed_new
- (c-name "gtk_champlain_embed_new")
- (is-constructor-of "GtkChamplainEmbed")
- (return-type "GtkWidget*")
-)
-
-(define-method get_view
- (of-object "GtkChamplainEmbed")
- (c-name "gtk_champlain_embed_get_view")
- (return-type "ChamplainView*")
-)
-
-(define-method embed_new
- (of-object "ChamplainView")
- (c-name "champlain_view_embed_new")
- (return-type "GtkWidget*")
-)
-
-(define-function view_embed_get_view
- (c-name "champlain_view_embed_get_view")
- (return-type "ChamplainView*")
- (parameters
- '("GtkChamplainEmbed*" "embed")
- )
-)
-
-(define-function view_embed_set_view
- (c-name "champlain_view_embed_set_view")
- (return-type "none")
- (parameters
- '("GtkChamplainEmbed*" "embed")
- '("ChamplainView*" "view")
- )
-)
-
+(include "pychamplaingtk-base.defs")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]