summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-08-25 19:21:36 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-08-25 19:21:36 +0000
commit90692e5c4a28a396e43fb632833320e195c8574f (patch)
treef3f04e5a94bc4c643c4461aae63de8727d788d7a /pango.defs
parent5addcd6bd081d05b03594349ad6ae15705479276 (diff)
downloadpygtk-90692e5c4a28a396e43fb632833320e195c8574f.tar.gz
Bug 548602 – C-isms in pango.FontDescription
2008-08-25 Paul Pogonyshev <pogonyshev@gmx.net> Bug 548602 – C-isms in pango.FontDescription * pango.defs (pango.FontDescription.copy_static) (pango.FontDescription.set_family_static) (pango.FontDescription.merge_static): Deprecate. svn path=/trunk/; revision=3026
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango.defs b/pango.defs
index d7185e57..a1bab162 100644
--- a/pango.defs
+++ b/pango.defs
@@ -912,6 +912,7 @@
(of-object "PangoFontDescription")
(c-name "pango_font_description_copy_static")
(return-type "PangoFontDescription*")
+ (deprecated "use copy pango.FontDescription.copy instead")
)
(define-method hash
@@ -960,6 +961,7 @@
(parameters
'("const-char*" "family")
)
+ (deprecated "use copy pango.FontDescription.set_family instead")
)
(define-method get_family
@@ -1106,6 +1108,7 @@
'("const-PangoFontDescription*" "desc_to_merge")
'("gboolean" "replace_existing")
)
+ (deprecated "use copy pango.FontDescription.merge instead")
)
(define-method better_match