Home
last modified time | relevance | path

Searched refs:_g_content_type_get_from_stream (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-loader.c236 …mime_type = _g_content_type_get_from_stream (istream, options->file_data->file, cancellable, NULL); in load_image_thread()
359 mime_type = _g_content_type_get_from_stream (istream, NULL, cancellable, &error); in gth_image_new_from_stream()
H A Dgth-image-utils.c115 …mime_type = _g_content_type_get_from_stream (istream, (file_data != NULL ? file_data->file : NULL)… in _g_buffer_resize_image()
H A Dpixbuf-io.c249 …mime_type = _g_content_type_get_from_stream (istream, (file_data != NULL ? file_data->file : NULL)… in gth_pixbuf_animation_new_from_file()
H A Dglib-utils.h290 const char * _g_content_type_get_from_stream (GInputStream *istream,
H A Dgth-file-data.c260 content_type = _g_content_type_get_from_stream (istream, self->file, cancellable, &error); in gth_file_data_get_mime_type_from_content()
H A Dgth-thumb-loader.c152 mime_type = _g_content_type_get_from_stream (istream, file_data->file, cancellable, error); in generate_thumbnail()
H A Dglib-utils.c1821 _g_content_type_get_from_stream (GInputStream *istream, in _g_content_type_get_from_stream() function