Searched defs:etag_out (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfile.c5134 * @etag_out: a location to place the current entity tag for the file,
5155 char **etag_out,
5184 if (etag_out)
5186 *etag_out = NULL;
5194 *etag_out = g_strdup (g_file_info_get_etag (info));
5442 * @etag_out: a location to place the current entity tag for the file,
5460 char **etag_out,
5492 if (etag_out)
5494 *etag_out = data->etag;
5548 * @etag_out
5151 g_file_load_contents(GFile *file, GCancellable *cancellable, char **contents, gsize *length, char **etag_out, GError **error) argument
5456 g_file_load_partial_contents_finish(GFile *file, GAsyncResult *res, char **contents, gsize *length, char **etag_out, GError **error) argument
5562 g_file_load_contents_finish(GFile *file, GAsyncResult *res, char **contents, gsize *length, char **etag_out, GError **error) argument
[all...]

Completed in 20 milliseconds