Lines Matching full:weak
321 quark_weak_refs = g_quark_from_static_string ("GObject-weak-references");
1957 * Adds a weak reference callback to an object. Weak references are
1959 * "weak references" because they allow you to safely hold a pointer
1995 * @object: #GObject to remove a weak reference from
1999 * Removes a weak reference callback to an object.
2030 g_warning ("%s: couldn't find weak ref %p(%p)", G_STRFUNC, notify, data);
2035 * @object: The object that should be weak referenced.
2038 * Adds a weak reference from weak_pointer to @object to indicate that
2057 * @object: The object that is weak referenced.
2060 * Removes a weak reference from @object that was previously added
2212 * object which is either a strong reference or weak reference.
2215 * only a weak reference is held in the reverse direction from @object
2219 * <firstterm>toggled</firstterm> from strong to weak (@is_last_ref
2220 * true) or weak to strong (@is_last_ref false).