1 // Generated by gmmproc 2.50.1 -- DO NOT MODIFY!
2 #ifndef _GSTREAMERMM_ALLOCATOR_P_H
3 #define _GSTREAMERMM_ALLOCATOR_P_H
4 
5 
6 #include <glibmm/class.h>
7 
8 namespace Gst
9 {
10 
11 class Allocator_Class : public Glib::Class
12 {
13 public:
14 #ifndef DOXYGEN_SHOULD_SKIP_THIS
15   using CppObjectType = Allocator;
16   using BaseObjectType = GstAllocator;
17   using BaseClassType = GstAllocatorClass;
18   using CppClassParent = Gst::Object_Class;
19   using BaseClassParent = GstObjectClass;
20 
21   friend class Allocator;
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 
37   //Callbacks (virtual functions):
38   static GstMemory* alloc_vfunc_callback(GstAllocator* self, gsize size, GstAllocationParams* params);
39   static void free_vfunc_callback(GstAllocator* self, GstMemory* memory);
40   };
41 
42 
43 } // namespace Gst
44 
45 #include <gstreamermm/private/object_p.h>
46 
47 
48 #endif /* _GSTREAMERMM_ALLOCATOR_P_H */
49 
50