Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. commit a7e196368d04334722b53926125b6ebc922e9d99
  2. Author: Evan Martin <martine@danga.com>
  3. Date: Fri Nov 12 10:43:20 2010 -0800
  4.  
  5. docs: Copy GtkSizeGroup ownership discussion to GtkWindowGroup
  6.  
  7. The two behave identically, so the text is the same with s/size/window/.
  8.  
  9. diff --git a/docs/reference/gtk/tmpl/gtkwindowgroup.sgml b/docs/reference/gtk/tmpl/gtkwindowgroup.sgml
  10. index 71bd142..9336814 100644
  11. --- a/docs/reference/gtk/tmpl/gtkwindowgroup.sgml
  12. +++ b/docs/reference/gtk/tmpl/gtkwindowgroup.sgml
  13. @@ -6,7 +6,13 @@ Limit the effect of grabs
  14.  
  15. <!-- ##### SECTION Long_Description ##### -->
  16. <para>
  17. -
  18. +#GtkWindowGroup objects are referenced by each window in the group,
  19. +so once you have added all windows to a #GtkWindowGroup, you can drop
  20. +the initial reference to the window group with g_object_unref(). If the
  21. +windows in the window group are subsequently destroyed, then they will
  22. +be removed from the window group and drop their references on the window
  23. +group; when all window have been removed, the window group will be
  24. +freed.
  25. </para>
  26.  
  27. <!-- ##### SECTION See_Also ##### -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement