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

  /external/bluetooth/glib/gio/
gioenums.h 239 * GFileType:
260 } GFileType;
gfileinfo.h 55 * The value for this key should contain a #GFileType.
57 #define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type" /* uint32 (GFileType) */
785 GFileType g_file_info_get_file_type (GFileInfo *info);
807 GFileType type);
    [all...]
gfileinfo.c 1143 * Returns: a #GFileType for the given file.
1145 GFileType
1157 return (GFileType)_g_file_attribute_value_get_uint32 (value);
1180 return (GFileType)_g_file_attribute_value_get_boolean (value);
1203 return (GFileType)_g_file_attribute_value_get_boolean (value);
1226 return (GFileType)_g_file_attribute_value_get_boolean (value);
    [all...]
gfile.c     [all...]
gfile.h     [all...]
gcontenttype.c 1098 GFileType type;
    [all...]
glocalfileinfo.c 901 GFileType file_type;
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file-info.c 37 GFileType type;
live-g-file.c 60 GFileType file_type;
294 GFileType ftype;
    [all...]

Completed in 36 milliseconds