summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--pango.defs3
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85d91ab0..0760f15c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2008-08-24 Gian Mario Tagliaretti <gianmt@gnome.org>
* configure.ac: post release version bump.
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