diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 206fdbef12..d3b6b3e6b2 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -343,10 +343,11 @@ typedef enum /** * GtkPackType: - * @GTK_PACK_START: The child is packed into the start of the box - * @GTK_PACK_END: The child is packed into the end of the box + * @GTK_PACK_START: The child is packed into the start of the widget + * @GTK_PACK_END: The child is packed into the end of the widget * - * Represents the packing location #GtkBox children + * Represents the packing location of a children in its parent. + * See #GtkWindowControls for example. */ typedef enum {