Home | History | Annotate | Download | only in gio

Lines Matching refs:content_type

1227       char *content_type;
1230 content_type = g_content_type_guess (basename, NULL, 0, &result_uncertain);
1257 g_free (content_type);
1258 content_type = g_content_type_guess (basename, sniff_buffer, res, NULL);
1264 return content_type;
1567 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, FALSE);
1569 if (content_type)
1571 g_file_info_set_content_type (info, content_type);
1584 icon = g_content_type_get_icon (content_type);
1603 g_free (content_type);
1610 char *content_type = get_content_type (basename, path, &statbuf, is_symlink, symlink_broken, flags, TRUE);
1612 if (content_type)
1614 g_file_info_set_attribute_string (info, G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE, content_type);
1615 g_free (content_type);