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

« back to all changes in this revision

Viewing changes to pango/pangowin32.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-31 22:00:53 UTC
  • mfrom: (1.8.6) (63.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120331220053-7w1irtk74gutqgmi
Tags: 1.30.0-1
* New upstream release.
* debian/watch: Track stable releases again.
* Refreshed and updated patches.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
/* Calls for applications
43
43
 */
44
44
#ifndef PANGO_DISABLE_DEPRECATED
 
45
G_DEPRECATED_FOR(pango_font_map_create_context)
45
46
PangoContext * pango_win32_get_context        (void);
46
47
#endif
47
48
 
72
73
 */
73
74
 
74
75
#ifndef PANGO_DISABLE_DEPRECATED
 
76
G_DEPRECATED_FOR(PANGO_GET_UNKNOWN_GLYPH)
75
77
PangoGlyph     pango_win32_get_unknown_glyph  (PangoFont        *font,
76
78
                                               gunichar          wc);
77
79
#endif /* PANGO_DISABLE_DEPRECATED */