diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 21:47:34 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 23:20:38 -0500 |
commit | e24d1626a5809954153be55682b9a5ea89f211e9 (patch) | |
tree | 9976f96447d159da821fdf0100019541c8d4ebad /gtk/gtkactionmuxer.c | |
parent | 93138e96c1538b7931f075de8e25665e74c76eda (diff) | |
download | gtk+-e24d1626a5809954153be55682b9a5ea89f211e9.tar.gz |
docs: mark gtkdoc blocks as private for internal only API
Diffstat (limited to 'gtk/gtkactionmuxer.c')
-rw-r--r-- | gtk/gtkactionmuxer.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkactionmuxer.c b/gtk/gtkactionmuxer.c index 1537864b75..3a27649664 100644 --- a/gtk/gtkactionmuxer.c +++ b/gtk/gtkactionmuxer.c @@ -26,7 +26,7 @@ #include <string.h> -/** +/*< private > * SECTION:gtkactionmuxer * @short_description: Aggregate and monitor several action groups * @@ -642,7 +642,7 @@ gtk_action_muxer_class_init (GObjectClass *class) g_object_class_install_properties (class, NUM_PROPERTIES, properties); } -/** +/*< private > * gtk_action_muxer_insert: * @muxer: a #GtkActionMuxer * @prefix: the prefix string for the action group @@ -696,7 +696,7 @@ gtk_action_muxer_insert (GtkActionMuxer *muxer, G_CALLBACK (gtk_action_muxer_group_action_state_changed), group); } -/** +/*< private > * gtk_action_muxer_remove: * @muxer: a #GtkActionMuxer * @prefix: the prefix of the action group to remove @@ -730,7 +730,7 @@ gtk_action_muxer_remove (GtkActionMuxer *muxer, } } -/** +/*< private > * gtk_action_muxer_new: * * Creates a new #GtkActionMuxer. @@ -741,7 +741,7 @@ gtk_action_muxer_new (void) return g_object_new (GTK_TYPE_ACTION_MUXER, NULL); } -/** +/*< private > * gtk_action_muxer_get_parent: * @muxer: a #GtkActionMuxer * @@ -775,7 +775,7 @@ emit_changed_accels (GtkActionMuxer *muxer, } } -/** +/*< private > * gtk_action_muxer_set_parent: * @muxer: a #GtkActionMuxer * @parent: (allow-none): the new parent #GtkActionMuxer |