1 // Generated by gmmproc 2.64.2 -- DO NOT MODIFY! 2 #ifndef _GIOMM_PROXY_P_H 3 #define _GIOMM_PROXY_P_H 4 5 6 #include <glibmm/private/interface_p.h> 7 8 #include <glibmm/private/interface_p.h> 9 10 namespace Gio 11 { 12 13 class Proxy_Class : public Glib::Interface_Class 14 { 15 public: 16 using CppObjectType = Proxy; 17 using BaseObjectType = GProxy; 18 using BaseClassType = GProxyInterface; 19 using CppClassParent = Glib::Interface_Class; 20 21 friend class Proxy; 22 23 const Glib::Interface_Class& init(); 24 25 static void iface_init_function(void* g_iface, void* iface_data); 26 27 static Glib::ObjectBase* wrap_new(GObject*); 28 29 protected: 30 31 //Callbacks (default signal handlers): 32 //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any. 33 //You could prevent the original default signal handlers being called by overriding the *_impl method. 34 35 //Callbacks (virtual functions): 36 }; 37 38 39 } // namespace Gio 40 41 42 #endif /* _GIOMM_PROXY_P_H */ 43 44