More deprecation cleanup

svn path=/trunk/; revision=21824
This commit is contained in:
Matthias Clasen 2008-11-29 08:02:42 +00:00
parent 2d35bb7091
commit 420c35c00a
3 changed files with 42 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkstyle.sgml:
* gtk/tmpl/gtkspinbutton.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtknotebook.sgml:
* gtk/tmpl/gtklabel.sgml:

View File

@ -326,13 +326,12 @@ Creates a new #GtkSpinButton.
<!-- ##### 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 ##### -->

View File

@ -149,7 +149,7 @@ Returns whether the style is attached to a window.
<!-- ##### 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 @@ Deprecated alias for gtk_style_apply_default_background().
@y:
@w:
@h:
@Deprecated: Use gtk_style_apply_default_background() instead.
<!-- ##### FUNCTION gtk_style_lookup_color ##### -->
@ -216,6 +218,39 @@ Deprecated alias for gtk_style_apply_default_background().
@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>