mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-03 07:17:12 +01:00
Remove all uses of G_CONST_RETURN
Just use 'const'.
This commit is contained in:
@@ -1819,7 +1819,7 @@ g_markup_parse_context_end_parse (GMarkupParseContext *context,
|
||||
*
|
||||
* Since: 2.2
|
||||
*/
|
||||
G_CONST_RETURN gchar *
|
||||
const gchar *
|
||||
g_markup_parse_context_get_element (GMarkupParseContext *context)
|
||||
{
|
||||
g_return_val_if_fail (context != NULL, NULL);
|
||||
@@ -1850,7 +1850,7 @@ g_markup_parse_context_get_element (GMarkupParseContext *context)
|
||||
*
|
||||
* Since: 2.16
|
||||
*/
|
||||
G_CONST_RETURN GSList *
|
||||
const GSList *
|
||||
g_markup_parse_context_get_element_stack (GMarkupParseContext *context)
|
||||
{
|
||||
g_return_val_if_fail (context != NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user