Gtype->GType

Original commit message from CVS:
Gtype->GType
This commit is contained in:
Johan Dahlin 2004-03-12 19:39:19 +00:00
parent 3798f1c4fa
commit 8c7f46ced0

View file

@ -49,7 +49,7 @@ static GstCaps * gst_caps_copy_conditional (const GstCaps *src);
GType
gst_caps_get_type (void)
{
static Gtype gst_caps_type = 0;
static GType gst_caps_type = 0;
if (!gst_caps_type) {
gst_caps_type = g_boxed_type_register_static ("GstCaps",