gtk+ r21824 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Sat Nov 29 08:02:42 2008
New Revision: 21824
URL: http://svn.gnome.org/viewvc/gtk+?rev=21824&view=rev

Log:
More deprecation cleanup


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkspinbutton.sgml
   trunk/docs/reference/gtk/tmpl/gtkstyle.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkspinbutton.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkspinbutton.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkspinbutton.sgml	Sat Nov 29 08:02:42 2008
@@ -326,13 +326,12 @@
 
 <!-- ##### MACRO gtk_spin_button_get_value_as_float ##### -->
 <para>
-Gets the value in the @spin_button. This function is deprecated,
-use gtk_spin_button_get_value() instead.
+Gets the value in the @spin_button. 
 </para>
 
- Returns: the value of @spin_button.
-<!-- # Unused Parameters # -->
- spin_button: a #GtkSpinButton.
+ spin_button: a #GtkSpinButton
+ Returns: the value of @spin_button
+ Deprecated: Use gtk_spin_button_get_value() instead.
 
 
 <!-- ##### FUNCTION gtk_spin_button_get_value_as_int ##### -->

Modified: trunk/docs/reference/gtk/tmpl/gtkstyle.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkstyle.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkstyle.sgml	Sat Nov 29 08:02:42 2008
@@ -149,7 +149,7 @@
 
 <!-- ##### MACRO gtk_style_apply_default_pixmap ##### -->
 <para>
-Deprecated alias for gtk_style_apply_default_background().
+Does the same as gtk_style_apply_default_background().
 </para>
 
 @s: 
@@ -160,6 +160,8 @@
 @y: 
 @w: 
 @h: 
+ Deprecated: Use gtk_style_apply_default_background() instead.
+
 
 
 <!-- ##### FUNCTION gtk_style_lookup_color ##### -->
@@ -216,6 +218,39 @@
 @font: 
 
 
+<!-- ##### FUNCTION gtk_style_get_property ##### -->
+<para>
+
+</para>
+
+ style: 
+ widget_type: 
+ property_name: 
+ value: 
+
+
+<!-- ##### FUNCTION gtk_style_get_valist ##### -->
+<para>
+
+</para>
+
+ style: 
+ widget_type: 
+ first_property_name: 
+ var_args: 
+
+
+<!-- ##### FUNCTION gtk_style_get ##### -->
+<para>
+
+</para>
+
+ style: 
+ widget_type: 
+ first_property_name: 
+ Varargs: 
+
+
 <!-- ##### FUNCTION gtk_draw_hline ##### -->
 <para>
 



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