summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2002-11-15 14:21:03 +0000
committerJames Henstridge <jamesh@src.gnome.org>2002-11-15 14:21:03 +0000
commit6ab735f0a2fca570152b72949b342b3165f7d152 (patch)
tree71e9a7e5f729771840542ab9778975d8391b714c /pango.defs
parent3b580db1f15a1cf9d9f373e6be3ea45d49217f83 (diff)
downloadpygtk-6ab735f0a2fca570152b72949b342b3165f7d152.tar.gz
caller owns return value.
2002-11-15 James Henstridge <james@daa.com.au> * pango.defs (PangoContext.get_metrics): caller owns return value. * gtk/gtk.defs (GtkEntry.set_position): remove function, as it is deprecated and shadows the recommended API.
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango.defs b/pango.defs
index 6b27d4b9..ec34dcf1 100644
--- a/pango.defs
+++ b/pango.defs
@@ -409,6 +409,7 @@
(of-object "PangoContext")
(c-name "pango_context_get_metrics")
(return-type "PangoFontMetrics*")
+ (caller-owns-return #t)
(parameters
'("const-PangoFontDescription*" "desc")
'("PangoLanguage*" "language")