Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfile.h541 void (* unmount_mountable_with_operation) (GFile *file, member
Dgfile.c5153 if (iface->unmount_mountable == NULL && iface->unmount_mountable_with_operation == NULL) in g_file_unmount_mountable_with_operation()
5162 if (iface->unmount_mountable_with_operation != NULL) in g_file_unmount_mountable_with_operation()
5163 (* iface->unmount_mountable_with_operation) (file, in g_file_unmount_mountable_with_operation()