summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-11-29 08:02:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-11-29 08:02:42 +0000
commit420c35c00ad029827452ec2d4e725900bbe08c6a (patch)
treefd5c634d3cc40cf88c4dc06ebc0b3670048d4d49 /docs
parent2d35bb7091151f68b63ed6a7ce8afbcff0d3e64c (diff)
downloadgtk+-420c35c00ad029827452ec2d4e725900bbe08c6a.tar.gz
More deprecation cleanup
svn path=/trunk/; revision=21824
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog2
-rw-r--r--docs/reference/gtk/tmpl/gtkspinbutton.sgml9
-rw-r--r--docs/reference/gtk/tmpl/gtkstyle.sgml37
3 files changed, 42 insertions, 6 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index c820d53048..e9d55e6d44 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -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:
diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
index d7c3d04202..a0590526e7 100644
--- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml
@@ -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 ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml
index 1cd903ae59..b8b36b4cdd 100644
--- a/docs/reference/gtk/tmpl/gtkstyle.sgml
+++ b/docs/reference/gtk/tmpl/gtkstyle.sgml
@@ -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>