]> Pileus Git - ~andy/gtk/commitdiff
Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 17:51:15 +0000 (17:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 17:51:15 +0000 (17:51 +0000)
svn path=/trunk/; revision=22201

ChangeLog
gtk/gtkactivatable.c

index 5232217b5d7b7e435b3b8e9fb8db13f3ab7b3d6f..30f5fc41190aae666298825ac6e6d33ea176a06f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactivatable.c: Make the section docs produce some valid
+       xml.
+
 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
index a30773a3e8860633ea738bed78d0510b2885815e..8a09143856d2b568efc786764521eaeded412b20 100644 (file)
@@ -22,7 +22,7 @@
  * @Short_Description: An interface for activatable widgets
  *
  * Activatable widgets can be connected to a #GtkAction and reflects
- * the state of its action - a #GtkActivatable can also provide feedback
+ * the state of its action. A #GtkActivatable can also provide feedback
  * through its action, as they are responsible for activating their 
  * related actions.
  *
@@ -38,7 +38,7 @@
  * the action pointer and boolean flag on your instance, and calling 
  * gtk_activatable_do_set_related_action() and gtk_activatable_reset() at the
  * appropriate times.
- * </para>
+ * </para> 
  * <example>
  * <title>A class fragment implementing #GtkActivatable</title>
  * <programlisting><![CDATA[
  *   ...
  * }]]></programlisting>
  * </example>
- * 
+ * </refsect2>
  */
 
 #include "config.h"
@@ -424,6 +424,8 @@ gtk_activatable_action_notify (GtkAction      *action,
  * <note><para>Be careful to call this before setting the local
  * copy of the #GtkAction property, since this function uses 
  * gtk_activatable_get_action() to retrieve the previous action</para></note>
+ *
+ * Since: 2.16
  */
 void
 gtk_activatable_do_set_related_action (GtkActivatable *activatable,