summaryrefslogtreecommitdiff
path: root/gtk/gtkprinteroptionset.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-22 00:34:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-22 01:12:59 -0400
commit33851dbe24e4419640a7c1d18264d92d6f9ed9f4 (patch)
tree1e301d48fab7aa6314ce43b0d5629451a8b70ea3 /gtk/gtkprinteroptionset.c
parent10f3d330be682e5c58e371305224b68a62a561d6 (diff)
downloadgtk+-33851dbe24e4419640a7c1d18264d92d6f9ed9f4.tar.gz
Document gtk_printer_option_set_get_groups
Diffstat (limited to 'gtk/gtkprinteroptionset.c')
-rw-r--r--gtk/gtkprinteroptionset.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkprinteroptionset.c b/gtk/gtkprinteroptionset.c
index d28b0fb680..b063445b58 100644
--- a/gtk/gtkprinteroptionset.c
+++ b/gtk/gtkprinteroptionset.c
@@ -143,8 +143,11 @@ gtk_printer_option_set_clear_conflicts (GtkPrinterOptionSet *set)
/**
* gtk_printer_option_set_get_groups:
+ * @set: a #GtkPrinterOptionSet
*
- * Returns: (element-type utf8) (transfer full):
+ * Gets the groups in this set.
+ *
+ * Returns: (element-type utf8) (transfer full): a list of group names.
*/
GList *
gtk_printer_option_set_get_groups (GtkPrinterOptionSet *set)