[gtk+] Move documentation to inline comments: GtkRadioAction
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Move documentation to inline comments: GtkRadioAction
- Date: Sat, 15 May 2010 23:50:36 +0000 (UTC)
commit 8e06ef4f63f73211c732bce788233b32c77a9cdb
Author: Javier Jardón <jjardon gnome org>
Date: Sun May 16 00:26:22 2010 +0200
Move documentation to inline comments: GtkRadioAction
docs/reference/gtk/tmpl/.gitignore | 1 +
docs/reference/gtk/tmpl/gtkradioaction.sgml | 103 ---------------------------
gtk/gtkradioaction.c | 12 +++
3 files changed, 13 insertions(+), 103 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore
index c304976..102a012 100644
--- a/docs/reference/gtk/tmpl/.gitignore
+++ b/docs/reference/gtk/tmpl/.gitignore
@@ -6,6 +6,7 @@ gtkmessagedialog.sgml
gtkobject.sgml
gtkorientable.sgml
gtkpagesetupunixdialog.sgml
+gtkradioaction.sgml
gtkrecentaction.sgml
gtkseparator.sgml
gtktesting.sgml
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c
index e76ff76..d6363ed 100644
--- a/gtk/gtkradioaction.c
+++ b/gtk/gtkradioaction.c
@@ -38,6 +38,18 @@
#include "gtkprivate.h"
#include "gtkalias.h"
+
+/**
+ * SECTION:gtkradioaction
+ * @Short_description: An action of which only one in a group can be active
+ * @Title: GtkRadioAction
+ *
+ * A #GtkRadioAction is similar to #GtkRadioMenuItem. A number of radio
+ * actions can be linked together so that only one may be active at any
+ * one time.
+ */
+
+
#define GTK_RADIO_ACTION_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioActionPrivate))
struct _GtkRadioActionPrivate
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]