Home
last modified time | relevance | path

Searched refs:on_object_gone (Results 1 – 2 of 2) sorted by relevance

/dports/security/seahorse/seahorse-41.0/src/
H A Dsearch-provider.vala57 obj.weak_unref(on_object_gone);
127 obj.weak_ref(on_object_gone);
239 private void on_object_gone(GLib.Object? where_the_object_was) {
/dports/security/gcr/gcr-3.40.0/ui/
H A Dgcr-collection-model.c461 on_object_gone (gpointer unused, GObject *was_object) in on_object_gone() function
539 g_object_weak_ref (G_OBJECT (object), (GWeakNotify)on_object_gone, self); in add_object_to_sequence()
625 g_object_weak_unref (object, on_object_gone, self); in remove_object_from_sequence()