diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-21 23:23:41 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-21 23:23:41 +0000 |
commit | 94ba6bba0679b59cde7ae2ede10a3c3c67360107 (patch) | |
tree | a6077a02466f64d07bfdc22aff522dfee02a0d29 /gtk/gtkcolorseldialog.c | |
parent | 91342178866b879de919722ee796164bb8ebea7a (diff) | |
download | gtk+-94ba6bba0679b59cde7ae2ede10a3c3c67360107.tar.gz |
Doc fixes
svn path=/trunk/; revision=20887
Diffstat (limited to 'gtk/gtkcolorseldialog.c')
-rw-r--r-- | gtk/gtkcolorseldialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcolorseldialog.c b/gtk/gtkcolorseldialog.c index be36d7b780..8c8b55f549 100644 --- a/gtk/gtkcolorseldialog.c +++ b/gtk/gtkcolorseldialog.c @@ -193,6 +193,8 @@ gtk_color_selection_dialog_new (const gchar *title) * * Retrieves the #GtkColorSelection widget embedded in the dialog. * + * Returns: the embedded #GtkColorSelection + * * Since: 2.14 **/ GtkWidget* |