pygtk r3026 - trunk



Author: paulp
Date: Mon Aug 25 19:21:36 2008
New Revision: 3026
URL: http://svn.gnome.org/viewvc/pygtk?rev=3026&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/pango.defs

Modified: trunk/pango.defs
==============================================================================
--- trunk/pango.defs	(original)
+++ trunk/pango.defs	Mon Aug 25 19:21:36 2008
@@ -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



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