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

« back to all changes in this revision

Viewing changes to pango/pango-language.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:
319
319
 * Returns: a string representing the language tag.  This is owned by
320
320
 *          Pango and should not be freed.
321
321
 */
322
 
G_CONST_RETURN char *
 
322
const char *
323
323
(pango_language_to_string) (PangoLanguage *language)
324
324
{
325
325
  return pango_language_to_string (language);
531
531
 * Return value: the sample string. This value is owned by Pango
532
532
 *   and should not be freed.
533
533
 **/
534
 
G_CONST_RETURN char *
 
534
const char *
535
535
pango_language_get_sample_string (PangoLanguage *language)
536
536
{
537
537
  const LangInfo *lang_info;
592
592
 
593
593
 * Since: 1.22
594
594
 **/
595
 
G_CONST_RETURN PangoScript *
 
595
const PangoScript *
596
596
pango_language_get_scripts (PangoLanguage *language,
597
597
                            int           *num_scripts)
598
598
{