From: Matthias Clasen Date: Mon, 12 Mar 2007 06:31:38 +0000 (+0000) Subject: Clarify docs. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~34262 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0df89b3514403656989540e9c8f1ae8db0e73cc7;p=gtk4.git Clarify docs. svn path=/trunk/; revision=17497 --- diff --git a/ChangeLog b/ChangeLog index 4280532b41..97476ab2b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-03-12 Matthias Clasen + * gtk/gtksizegroup.c (gtk_size_group_add_widget): Clarify + docs. (#345844, Torsten Schoenfeld) + * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter): * gdk/gdkwindow.c (gdk_window_add_filter): Add cross-references. (#351252, Vincent Untz) diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index a57bc451e3..af404f0a7c 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -482,7 +482,10 @@ gtk_size_group_widget_destroyed (GtkWidget *widget, * and the requisition of the other widgets in the size group. * Whether this applies horizontally, vertically, or in both directions * depends on the mode of the size group. See gtk_size_group_set_mode(). - **/ + * + * When the widget is destroyed or no longer referenced elsewhere, it will + * be removed from the size group. + */ void gtk_size_group_add_widget (GtkSizeGroup *size_group, GtkWidget *widget)