Home
last modified time | relevance | path

Searched refs:query_settable_attributes (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgresourcefile.c668 iface->query_settable_attributes = g_resource_file_query_settable_attributes; in g_resource_file_file_iface_init()
Dgfile.h263 GFileAttributeInfoList * (* query_settable_attributes) (GFile *file, member
Dglocalfile.c2982 iface->query_settable_attributes = g_local_file_query_settable_attributes; in g_local_file_file_iface_init()
Dgfile.c4446 if (iface->query_settable_attributes == NULL) in g_file_query_settable_attributes()
4450 list = (* iface->query_settable_attributes) (file, cancellable, &my_error); in g_file_query_settable_attributes()