1 // Generated by gmmproc 2.50.1 -- DO NOT MODIFY!
2 #ifndef _GSTREAMERMM_PADTEMPLATE_P_H
3 #define _GSTREAMERMM_PADTEMPLATE_P_H
4 
5 
6 #include <glibmm/class.h>
7 
8 namespace Gst
9 {
10 
11 class PadTemplate_Class : public Glib::Class
12 {
13 public:
14 #ifndef DOXYGEN_SHOULD_SKIP_THIS
15   using CppObjectType = PadTemplate;
16   using BaseObjectType = GstPadTemplate;
17   using BaseClassType = GstPadTemplateClass;
18   using CppClassParent = Object_Class;
19   using BaseClassParent = GstObjectClass;
20 
21   friend class PadTemplate;
22 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
23 
24   const Glib::Class& init();
25 
26 
27   static void class_init_function(void* g_class, void* class_data);
28 
29   static Glib::ObjectBase* wrap_new(GObject*);
30 
31 protected:
32 
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36   static void pad_created_callback(GstPadTemplate* self, GstPad* p0);
37 
38   //Callbacks (virtual functions):
39 };
40 
41 
42 } // namespace Gst
43 
44 #include <glibmm/private/object_p.h>
45 #include <gstreamermm/private/object_p.h>
46 
47 
48 #endif /* _GSTREAMERMM_PADTEMPLATE_P_H */
49 
50