Use G_CONST_RETURN
authorBehdad Esfahbod <behdad@src.gnome.org>
Sun, 10 Jun 2007 00:42:48 +0000 (00:42 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 10 Jun 2007 00:42:48 +0000 (00:42 +0000)
svn path=/trunk/; revision=2334

pango/pango-ot-ruleset.c

index f094938..8223f70 100644 (file)
@@ -112,7 +112,7 @@ pango_ot_ruleset_finalize (GObject *object)
  *
  * Since: 1.18
  **/
-const PangoOTRuleset *
+G_CONST_RETURN PangoOTRuleset *
 pango_ot_ruleset_get_for_description (PangoOTInfo                     *info,
                                      const PangoOTRulesetDescription *desc)
 {