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

« back to all changes in this revision

Viewing changes to pango/pangocairo-context.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:
260
260
 *
261
261
 * Since: 1.10
262
262
 **/
263
 
G_CONST_RETURN cairo_font_options_t *
 
263
const cairo_font_options_t *
264
264
pango_cairo_context_get_font_options (PangoContext *context)
265
265
{
266
266
  PangoCairoContextInfo *info;
286
286
 * Return value: the combined set of font options. This value is owned
287
287
 * by the context and must not be modified or freed.
288
288
 **/
289
 
G_CONST_RETURN cairo_font_options_t *
 
289
const cairo_font_options_t *
290
290
_pango_cairo_context_get_merged_font_options (PangoContext *context)
291
291
{
292
292
  PangoCairoContextInfo *info = get_context_info (context, TRUE);