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

« back to all changes in this revision

Viewing changes to pango/pangomm/layout.h

  • 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:
55
55
 
56
56
/** @addtogroup pangommEnums pangomm Enums and Flags */
57
57
 
58
 
/**
 
58
/** 
 
59
 * 
59
60
 * @ingroup pangommEnums
60
61
 */
61
62
enum Alignment
86
87
namespace Pango
87
88
{
88
89
 
89
 
/**
 
90
/** 
 
91
 * 
90
92
 * @ingroup pangommEnums
91
93
 */
92
94
enum WrapMode
117
119
namespace Pango
118
120
{
119
121
 
120
 
/**
 
122
/** 
 
123
 * 
121
124
 * @ingroup pangommEnums
122
125
 */
123
126
enum EllipsizeMode
185
188
public:
186
189
  virtual ~Layout();
187
190
 
188
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
191
  /** Get the GType for this class, for use with the underlying GObject type system.
 
192
   */
189
193
  static GType get_type()      G_GNUC_CONST;
190
194
 
 
195
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
196
 
191
197
 
192
198
  static GType get_base_type() G_GNUC_CONST;
193
199
#endif