Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfile.h321 GFileOutputStream * (* append_to_finish) (GFile *file, member
Dgfile.c375 iface->append_to_finish = g_file_real_append_to_finish; in G_DEFINE_INTERFACE()
2191 return (* iface->append_to_finish) (file, res, error); in g_file_append_to_finish()