[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-devel
Subject:    [gst-devel] GTK_ -> G_TYPE_ patch for PWG
From:       Mathrick <mnews2 () wp ! pl>
Date:       2004-10-22 15:15:25
Message-ID: 1098458125.10735.4.camel () megumi
[Download RAW message or body]

Small fix to present correct casting macro names in PWG attached

Cheers,
Maciej

-- 
"Tautologizm to coś tautologicznego"
   Maciej Katafiasz <mnews2@wp.pl>
         http://mathrick.org

["building-boiler.diff" (building-boiler.diff)]

Index: docs/pwg/building-boiler.xml
===================================================================
RCS file: /cvs/gstreamer/gstreamer/docs/pwg/building-boiler.xml,v
retrieving revision 1.15
diff -n -u -p -r1.15 building-boiler.xml
cvs diff: conflicting specifications of output style
--- docs/pwg/building-boiler.xml	21 Jul 2004 11:32:09 -0000	1.15
+++ docs/pwg/building-boiler.xml	22 Oct 2004 15:08:17 -0000
@@ -155,13 +155,13 @@ U gst-template/gst-app/src/Makefile.am
   #define GST_TYPE_EXAMPLE \
     (gst_example_get_type())
   #define GST_EXAMPLE(obj) \
-    (GTK_CHECK_CAST((obj),GST_TYPE_EXAMPLE,GstExample))
+    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_EXAMPLE,GstExample))
   #define GST_EXAMPLE_CLASS(klass) \
-    (GTK_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExample))
+    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_EXAMPLE,GstExample))
   #define GST_IS_EXAMPLE(obj) \
-    (GTK_CHECK_TYPE((obj),GST_TYPE_EXAMPLE))
+    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_EXAMPLE))
   #define GST_IS_EXAMPLE_CLASS(obj) \
-    (GTK_CHECK_CLASS_TYPE((klass),GST_TYPE_EXAMPLE))
+    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_EXAMPLE))
 
   /* Standard function returning type information. */
   GType gst_example_get_type (void);

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic