summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-05-29 21:30:00 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-05-29 21:30:00 +0000
commit489ad2e09922d9c642c1178d635b13aadc7db17d (patch)
tree9e01bbd7623d55d7c3dcd6d85071231e5a668439 /pango.defs
parent5e604333d717f49e0ca78bcc827147d1f6199042 (diff)
downloadpygtk-489ad2e09922d9c642c1178d635b13aadc7db17d.tar.gz
some more pango apis
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs20
1 files changed, 10 insertions, 10 deletions
diff --git a/pango.defs b/pango.defs
index 6e4af5a9..0b10b036 100644
--- a/pango.defs
+++ b/pango.defs
@@ -1545,17 +1545,17 @@
(return-type "GSList*")
)
-(define-method ref
- (of-object "PangoLayoutLine")
- (c-name "pango_layout_line_ref")
- (return-type "none")
-)
+; (define-method ref
+; (of-object "PangoLayoutLine")
+; (c-name "pango_layout_line_ref")
+; (return-type "none")
+; )
-(define-method unref
- (of-object "PangoLayoutLine")
- (c-name "pango_layout_line_unref")
- (return-type "none")
-)
+; (define-method unref
+; (of-object "PangoLayoutLine")
+; (c-name "pango_layout_line_unref")
+; (return-type "none")
+; )
(define-method x_to_index
(of-object "PangoLayoutLine")