er, that's g_type_class_ref()
authorDavid Schleef <ds@schleef.org>
Tue, 11 Nov 2003 00:44:20 +0000 (00:44 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 11 Nov 2003 00:44:20 +0000 (00:44 +0000)
Original commit message from CVS:
er, that's g_type_class_ref()

tests/old/testsuite/gst-lint
testsuite/gst-lint

index c9a466c..03b106e 100755 (executable)
@@ -261,8 +261,8 @@ sub check_deprecated()
        if (grep { /GstEventFlags/; } @lines) {
                print "W: who uses GstEventFlags\n";
        }
-       if (grep { /gst_type_class_ref/; } @lines) {
-               print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n";
+       if (grep { /g_type_class_ref/ } @lines) {
+               print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n";
        }
 
 }
index c9a466c..03b106e 100755 (executable)
@@ -261,8 +261,8 @@ sub check_deprecated()
        if (grep { /GstEventFlags/; } @lines) {
                print "W: who uses GstEventFlags\n";
        }
-       if (grep { /gst_type_class_ref/; } @lines) {
-               print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n";
+       if (grep { /g_type_class_ref/ } @lines) {
+               print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n";
        }
 
 }