Home | History | Annotate | Download | only in gobject

Lines Matching full:each

190                 base_init is invoked once for each class structure.</entry>
202 assign to each class' method its function pointer) and create the signals and
219 <entry morerows="1">Each call to <function><link linkend="g-object-new">g_object_new</link></function> for target type</entry>
230 <!--entry>Each call to <function><link linkend="g-object-new">g_object_new</link></function> for target type</entry-->
233 the instance_init provided for each type is invoked once for each instance
403 base_init is invoked once for each class structure.</entry>
420 its dispose method. As such, each weak ref can be invoked more than once upon
663 It should be noted that the param_id used here need only to uniquely identify each
686 signal will be emitted once for each of these changed properties as soon as the property
716 The code above will trigger one notify signal emission for each property modified.
738 Of course, the "notify" signal will be emitted for each property set.