Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgvfs.c50 GDestroyNotify uri_destroy; member
102 if (closure->uri_destroy) in g_vfs_uri_lookup_func_closure_free()
103 closure->uri_destroy (closure->uri_data); in g_vfs_uri_lookup_func_closure_free()
435 GDestroyNotify uri_destroy, in g_vfs_register_uri_scheme() argument
458 closure->uri_destroy = uri_destroy; in g_vfs_register_uri_scheme()
Dgvfs.h157 GDestroyNotify uri_destroy,