Home | History | Annotate | Download | only in gtk

Lines Matching refs:mimetype

1108                     gchar** mimetype = g_strsplit(name, "/", 2);
1109 if (g_str_equal(mimetype[0], "audio")
1110 || g_str_equal(mimetype[0], "video")
1111 || (g_str_equal(mimetype[0], "application")
1112 mimetype[1]))))
1115 g_strfreev(mimetype);