diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 13:05:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-01 13:05:12 -0400 |
commit | 0bca60fdd3af35df917e0103b4744ef12cd9f805 (patch) | |
tree | f2f9364256e6fe5e2918dd0571f35e712afea5d8 /gtk | |
parent | d35aa02dd5c64fe54294f42d2a03d1767f50718a (diff) | |
download | gtk+-0bca60fdd3af35df917e0103b4744ef12cd9f805.tar.gz |
GTK docs: various fixups
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkenums.h | 9 | ||||
-rw-r--r-- | gtk/gtknotebook.c | 3 | ||||
-rw-r--r-- | gtk/gtkprintbackend.c | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 5305791743..98cd0a5257 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -37,15 +37,14 @@ G_BEGIN_DECLS /** * GtkAlign: - * * @GTK_ALIGN_FILL: stretch to fill all space if possible, center if - * no meaningful way to stretch + * no meaningful way to stretch * @GTK_ALIGN_START: snap to left or top side, leaving space on right - * or bottom + * or bottom * @GTK_ALIGN_END: snap to right or bottom side, leaving space on left - * or top + * or top * @GTK_ALIGN_CENTER: center natural width of widget inside the - * allocation + * allocation * * Controls how a widget deals with extra space in a single (x or y) * dimension. diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index e510b4eded..6bc6b1f9b7 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7546,7 +7546,8 @@ gtk_notebook_reorder_child (GtkNotebook *notebook, /** * gtk_notebook_set_group_name: * @notebook: a #GtkNotebook - * @name: (allow-none): the name of the notebook group, or %NULL to unset it + * @group_name: (allow-none): the name of the notebook group, + * or %NULL to unset it * * Sets a group name for @notebook. * diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c index c212bece8d..60c12b7302 100644 --- a/gtk/gtkprintbackend.c +++ b/gtk/gtkprintbackend.c @@ -589,7 +589,11 @@ gtk_print_backend_set_list_done (GtkPrintBackend *backend) /** * gtk_print_backend_get_printer_list: * + * Returns the current list of printers. + * * Return value: (element-type GtkPrinter) (transfer container): + * A list of #GtkPrinter objects. The list should be freed + * with g_list_free(). */ GList * gtk_print_backend_get_printer_list (GtkPrintBackend *backend) |