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