~ubuntu-branches/ubuntu/precise/pango1.0/precise-updates

« back to all changes in this revision

Viewing changes to pango/pango-fontmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-14 16:10:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110614161003-ayh6we2pvjbfcxi4
Tags: 1.28.4-0ubuntu2
01_no_gconst_return.patch: git commit to fix build with the new glib

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
 *
291
291
 * Since: 1.4
292
292
 **/
293
 
G_CONST_RETURN char *
 
293
const char *
294
294
pango_font_map_get_shape_engine_type (PangoFontMap *fontmap)
295
295
{
296
296
  g_return_val_if_fail (PANGO_IS_FONT_MAP (fontmap), NULL);