gucharmap r1743 - trunk/bindings/python



Author: chpe
Date: Fri Mar 21 12:28:51 2008
New Revision: 1743
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1743&view=rev

Log:
Updated bindings.


Modified:
   trunk/bindings/python/gucharmap.defs

Modified: trunk/bindings/python/gucharmap.defs
==============================================================================
--- trunk/bindings/python/gucharmap.defs	(original)
+++ trunk/bindings/python/gucharmap.defs	Fri Mar 21 12:28:51 2008
@@ -42,6 +42,13 @@
   (gtype-id "GUCHARMAP_TYPE_CODEPOINT_LIST")
 )
 
+(define-object BlockCodepointList
+  (in-module "Gucharmap")
+  (parent "GucharmapCodepointList")
+  (c-name "GucharmapBlockCodepointList")
+  (gtype-id "GUCHARMAP_TYPE_BLOCK_CODEPOINT_LIST")
+)
+
 (define-object ScriptChaptersModel
   (in-module "Gucharmap")
   (parent "GucharmapChaptersModel")
@@ -104,6 +111,25 @@
 
 
 
+;; From gucharmap-block-codepoint-list.h
+
+(define-function gucharmap_block_codepoint_list_get_type
+  (c-name "gucharmap_block_codepoint_list_get_type")
+  (return-type "GType")
+)
+
+(define-function gucharmap_block_codepoint_list_new
+  (c-name "gucharmap_block_codepoint_list_new")
+  (is-constructor-of "GucharmapBlockCodepointList")
+  (return-type "GucharmapCodepointList*")
+  (parameters
+    '("gunichar" "start")
+    '("gunichar" "end")
+  )
+)
+
+
+
 ;; From gucharmap-chapters-model.h
 
 (define-function gucharmap_chapters_model_get_type
@@ -419,12 +445,6 @@
   (return-type "GucharmapCodepointList*")
 )
 
-(define-method get_active_cell
-  (of-object "GucharmapChartable")
-  (c-name "gucharmap_chartable_get_active_cell")
-  (return-type "gint")
-)
-
 
 
 ;; From gucharmap-codepoint-list.h
@@ -434,16 +454,6 @@
   (return-type "GType")
 )
 
-(define-function gucharmap_codepoint_list_new
-  (c-name "gucharmap_codepoint_list_new")
-  (is-constructor-of "GucharmapCodepointList")
-  (return-type "GucharmapCodepointList*")
-  (parameters
-    '("gunichar" "start")
-    '("gunichar" "end")
-  )
-)
-
 (define-method get_char
   (of-object "GucharmapCodepointList")
   (c-name "gucharmap_codepoint_list_get_char")
@@ -734,10 +744,6 @@
 
 
 
-;; From gucharmap.h
-
-
-
 ;; From gucharmap-type-builtins.h
 
 (define-function gucharmap_chapters_mode_get_type
@@ -751,3 +757,7 @@
 )
 
 
+
+;; From gucharmap.h
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]