Home | History | Annotate | Download | only in gobject

Lines Matching full:child

67  * passed in child, no reference of the newly created child is leaked.
69 * can only g_object_ref() the new child, so to implement this code without
72 * Child *child;
74 * child = create_child();
75 * container_add_child (container, child);
76 * g_object_unref (child);
1789 * "child", menu,