Home | History | Annotate | Download | only in gio

Lines Matching full:identifier_type

58   char *identifier_type;
89 g_free (volume->identifier_type);
137 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT);
142 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_LABEL);
147 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_UUID);
152 volume->identifier_type = g_strdup (G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE);
490 if (unix_volume->identifier_type != NULL &&
491 strcmp (kind, unix_volume->identifier_type) == 0)
502 if (unix_volume->identifier_type)
505 res[0] = g_strdup (unix_volume->identifier_type);