Home | History | Annotate | Download | only in gobject

Lines Matching full:last

152       by the last constructor in the chain. This function allocates the object's instance' buffer 
309 when <function><link linkend="g-object-unref">g_object_unref</link></function> is called by the last client holding
319 Once the object has been freed, if it was the last instance of the type, the type's class
343 <entry morerows="1">Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for an instance
358 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for an instance
374 <entry morerows="3">Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for the last
382 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function>for the last
390 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for the last
398 <!--entry>Last call to <function><link linkend="g-object-unref">g_object_unref</link></function> for the last
475 reference to object B. If object B was not owned by anyone else, this is its last
476 reference count which means this last unref runs B's dispose handler which, in turn,
477 releases B's reference on object A. If this is A's last reference count, this last