summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-23 17:51:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-23 17:51:15 +0000
commitd0113d27125cb956ca37cab0b32a6dda072138b5 (patch)
tree33aa69f9a27bc6823b86c0f1a2ffa171a1533e51
parentdbb8e55c7d58313b8fc8901a0defdd52e889e1f7 (diff)
downloadgdk-pixbuf-d0113d27125cb956ca37cab0b32a6dda072138b5.tar.gz
Doc fixes
svn path=/trunk/; revision=22201
-rw-r--r--ChangeLog5
-rw-r--r--gtk/gtkactivatable.c8
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5232217b5..30f5fc411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
2009-01-23 Matthias Clasen <mclasen@redhat.com>
diff --git a/gtk/gtkactivatable.c b/gtk/gtkactivatable.c
index a30773a3e..8a0914385 100644
--- a/gtk/gtkactivatable.c
+++ b/gtk/gtkactivatable.c
@@ -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[
@@ -255,7 +255,7 @@
* ...
* }]]></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,