HomeSort by relevance Sort by last modified time
    Searched refs:GFileError (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gfileutils.h 61 } GFileError;
77 /* So other code can generate a GFileError */
78 GFileError g_file_error_from_errno (gint err_no);
gfileutils.c 329 * Gets a #GFileError constant based on the passed-in @errno.
332 * assume that all #GFileError values will exist.
334 * Normally a #GFileError value goes into a #GError returned
338 * Return value: #GFileError corresponding to the given @errno
340 GFileError
814 * codes are those in the #GFileError enumeration. In the error case,
1049 * Possible error codes are those in the #GFileError enumeration.
    [all...]

Completed in 19 milliseconds