~ubuntu-branches/ubuntu/vivid/pangomm/vivid

« back to all changes in this revision

Viewing changes to pango/pangomm/wrap_init.cc

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-06-27 03:45:34 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130627034534-ran33b0p8ffl2j25
Tags: 2.34.0-1
* New upstream release.
* Bump required version of libglibmm-2.4-dev to (>= 2.36.0).
* Drop obsolete DM-Upload-Allowed field.
* Update Vcs-* URLs.
* Update debian/copyright, use final copyright-format 1.0 spec.
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.
* Drop obsolete Conflicts/Replaces.
* Convert to multiarch.
* Bump debhelper compatibility level to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Generated by generate_wrap_init.pl -- DO NOT MODIFY!
1
2
 
2
3
#include <glibmm.h>
3
4
 
11
12
#include <glibmm/object.h>
12
13
 
13
14
// #include the widget headers so that we can call the get_type() static methods:
14
 
 
15
15
#include "attributes.h"
16
16
#include "attriter.h"
17
17
#include "attrlist.h"
40
40
 
41
41
extern "C"
42
42
{
43
 
 
44
43
//Declarations of the *_get_type() functions:
45
44
 
46
45
GType pango_context_get_type(void);
56
55
 
57
56
} // extern "C"
58
57
 
 
58
namespace Pango {
59
59
 
60
60
//Declarations of the *_Class::wrap_new() methods, instead of including all the private headers:
61
61
 
62
 
namespace Pango {  class Context_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
63
 
namespace Pango {  class Font_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
64
 
namespace Pango {  class FontFace_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
65
 
namespace Pango {  class FontFamily_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
66
 
namespace Pango {  class FontMap_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
67
 
namespace Pango {  class Fontset_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
68
 
namespace Pango {  class Layout_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
69
 
namespace Pango {  class Renderer_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };  }
70
 
 
71
 
namespace Pango { 
 
62
class Context_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
63
class Font_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
64
class FontFace_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
65
class FontFamily_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
66
class FontMap_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
67
class Fontset_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
68
class Layout_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
 
69
class Renderer_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
72
70
 
73
71
void wrap_init()
74
72
{
75
 
  // Register Error domains:
 
73
  // Register Error domains in the main namespace:
76
74
 
77
 
// Map gtypes to gtkmm wrapper-creation functions:
78
 
  Glib::wrap_register(pango_context_get_type(), &Pango::Context_Class::wrap_new);
79
 
  Glib::wrap_register(pango_font_get_type(), &Pango::Font_Class::wrap_new);
80
 
  Glib::wrap_register(pango_font_face_get_type(), &Pango::FontFace_Class::wrap_new);
81
 
  Glib::wrap_register(pango_font_family_get_type(), &Pango::FontFamily_Class::wrap_new);
82
 
  Glib::wrap_register(pango_font_map_get_type(), &Pango::FontMap_Class::wrap_new);
83
 
  Glib::wrap_register(pango_fontset_get_type(), &Pango::Fontset_Class::wrap_new);
84
 
  Glib::wrap_register(pango_layout_get_type(), &Pango::Layout_Class::wrap_new);
85
 
  Glib::wrap_register(pango_renderer_get_type(), &Pango::Renderer_Class::wrap_new);
 
75
  // Map gtypes to gtkmm wrapper-creation functions:
 
76
  Glib::wrap_register(pango_context_get_type(), &Context_Class::wrap_new);
 
77
  Glib::wrap_register(pango_font_get_type(), &Font_Class::wrap_new);
 
78
  Glib::wrap_register(pango_font_face_get_type(), &FontFace_Class::wrap_new);
 
79
  Glib::wrap_register(pango_font_family_get_type(), &FontFamily_Class::wrap_new);
 
80
  Glib::wrap_register(pango_font_map_get_type(), &FontMap_Class::wrap_new);
 
81
  Glib::wrap_register(pango_fontset_get_type(), &Fontset_Class::wrap_new);
 
82
  Glib::wrap_register(pango_layout_get_type(), &Layout_Class::wrap_new);
 
83
  Glib::wrap_register(pango_renderer_get_type(), &Renderer_Class::wrap_new);
86
84
 
87
85
  // Register the gtkmm gtypes:
88
 
  Pango::Context::get_type();
89
 
  Pango::Font::get_type();
90
 
  Pango::FontFace::get_type();
91
 
  Pango::FontFamily::get_type();
92
 
  Pango::FontMap::get_type();
93
 
  Pango::Fontset::get_type();
94
 
  Pango::Layout::get_type();
95
 
  Pango::Renderer::get_type();
 
86
  Context::get_type();
 
87
  Font::get_type();
 
88
  FontFace::get_type();
 
89
  FontFamily::get_type();
 
90
  FontMap::get_type();
 
91
  Fontset::get_type();
 
92
  Layout::get_type();
 
93
  Renderer::get_type();
96
94
 
97
95
} // wrap_init()
98
96
 
99
 
} //Pango
100
 
 
 
97
} // Pango
101
98