Document gtk_printer_option_set_get_groups

This commit is contained in:
Matthias Clasen 2014-10-22 00:34:41 -04:00
parent 10f3d330be
commit 33851dbe24

View File

@ -143,8 +143,11 @@ gtk_printer_option_set_clear_conflicts (GtkPrinterOptionSet *set)
/** /**
* gtk_printer_option_set_get_groups: * 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 * GList *
gtk_printer_option_set_get_groups (GtkPrinterOptionSet *set) gtk_printer_option_set_get_groups (GtkPrinterOptionSet *set)