Home
last modified time | relevance | path

Searched refs:GSF_INPUT_GZIP_TYPE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-input-gzip.h30 #define GSF_INPUT_GZIP_TYPE (gsf_input_gzip_get_type ()) macro
31 #define GSF_INPUT_GZIP(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INPUT_GZIP_TYPE, GsfInputG…
32 #define GSF_IS_INPUT_GZIP(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_INPUT_GZIP_TYPE))
H A Dgsf-input-gzip.c221 gzip = g_object_new (GSF_INPUT_GZIP_TYPE, in gsf_input_gzip_new()
267 dst = g_object_new (GSF_INPUT_GZIP_TYPE, in gsf_input_gzip_dup()
/dports/devel/libgsf/libgsf-1.14.47/tests/
H A Dtest-gzip2.c54 gzip = g_object_new (GSF_INPUT_GZIP_TYPE, in test()