~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pango-font.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 10:39:11 UTC
  • mfrom: (1.6.4) (63.3.30 sid)
  • Revision ID: package-import@ubuntu.com-20120309103911-0jpxqwnix351v3se
Tags: 1.29.5-1
* New upstream release.
  - Fix GI annotation syntax. Closes: #640855
* debian/control.in: Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* debian/patches/00git_transfer_annotations.patch: Removed, merged upstream.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                                                               const char           *family);
118
118
void                 pango_font_description_set_family_static (PangoFontDescription *desc,
119
119
                                                               const char           *family);
120
 
G_CONST_RETURN char *pango_font_description_get_family        (const PangoFontDescription *desc) G_GNUC_PURE;
 
120
const char          *pango_font_description_get_family        (const PangoFontDescription *desc) G_GNUC_PURE;
121
121
void                 pango_font_description_set_style         (PangoFontDescription *desc,
122
122
                                                               PangoStyle            style);
123
123
PangoStyle           pango_font_description_get_style         (const PangoFontDescription *desc) G_GNUC_PURE;
212
212
void                 pango_font_family_list_faces (PangoFontFamily  *family,
213
213
                                                   PangoFontFace  ***faces,
214
214
                                                   int              *n_faces);
215
 
G_CONST_RETURN char *pango_font_family_get_name   (PangoFontFamily  *family) G_GNUC_PURE;
 
215
const char *pango_font_family_get_name   (PangoFontFamily  *family) G_GNUC_PURE;
216
216
gboolean   pango_font_family_is_monospace         (PangoFontFamily  *family) G_GNUC_PURE;
217
217
 
218
218
#ifdef PANGO_ENABLE_BACKEND
261
261
GType      pango_font_face_get_type       (void) G_GNUC_CONST;
262
262
 
263
263
PangoFontDescription *pango_font_face_describe       (PangoFontFace  *face);
264
 
G_CONST_RETURN char  *pango_font_face_get_face_name  (PangoFontFace  *face) G_GNUC_PURE;
 
264
const char           *pango_font_face_get_face_name  (PangoFontFace  *face) G_GNUC_PURE;
265
265
void                  pango_font_face_list_sizes     (PangoFontFace  *face,
266
266
                                                      int           **sizes,
267
267
                                                      int            *n_sizes);