From 10e3a68267387c09bda41e5c8a6786172a5a00d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Nov 2008 07:56:32 +0000 Subject: [PATCH] More of the same svn path=/trunk/; revision=21822 --- docs/reference/ChangeLog | 2 ++ docs/reference/gtk/tmpl/gtknotebook.sgml | 8 ++++---- docs/reference/gtk/tmpl/gtkrc.sgml | 15 ++++++--------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a3fc712c53..c820d53048 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2008-11-29 Matthias Clasen + * gtk/tmpl/gtkrc.sgml: + * gtk/tmpl/gtknotebook.sgml: * gtk/tmpl/gtklabel.sgml: * gtk/tmpl/gtkdrawingarea.sgml: * gtk/tmpl/gtkcheckmenuitem.sgml: diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 712b117395..d7ca51081f 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -382,10 +382,10 @@ The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook. -Deprecated compatibility macro. Use -gtk_notebook_get_current_page() instead. +Deprecated compatibility macro. +@Deprecated: Use gtk_notebook_get_current_page() instead. @@ -399,10 +399,10 @@ gtk_notebook_get_current_page() instead. -Deprecated compatibility macro. Use -gtk_notebook_set_current_page() instead. +Deprecated compatibility macro. +@Deprecated: Use gtk_notebook_set_current_page() instead. diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 4717938482..3fd1be5417 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -849,42 +849,39 @@ specific portions of a RC file. Adds a #GtkRcStyle that will be looked up by a match against the widget's pathname. This is equivalent to a: - -widget PATTERN style STYLE - + widget PATTERN style STYLE statement in a RC file. @rc_style: the #GtkRcStyle to use for widgets matching @pattern @pattern: the pattern +@Deprecated: Use gtk_rc_parse_string() with a suitable string instead. Adds a #GtkRcStyle that will be looked up by a match against the widget's class pathname. This is equivalent to a: - -widget_class PATTERN style STYLE - +widget_class PATTERN style STYLE statement in a RC file. @rc_style: the #GtkRcStyle to use for widgets matching @pattern @pattern: the pattern +@Deprecated: Use gtk_rc_parse_string() with a suitable string instead. Adds a #GtkRcStyle that will be looked up by a matching against the class hierarchy of the widget. This is equivalent to a: - -class PATTERN style STYLE - +class PATTERN style STYLE statement in a RC file. @rc_style: the #GtkRcStyle to use for widgets deriving from @pattern @pattern: the pattern +@Deprecated: Use gtk_rc_parse_string() with a suitable string instead.