mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-06 13:40:06 +02:00
Remove all uses of G_CONST_RETURN
Just use 'const'.
This commit is contained in:
@@ -1591,7 +1591,7 @@ g_source_set_name (GSource *source,
|
||||
* Return value: the name of the source
|
||||
* Since: 2.26
|
||||
**/
|
||||
G_CONST_RETURN char*
|
||||
const char *
|
||||
g_source_get_name (GSource *source)
|
||||
{
|
||||
g_return_val_if_fail (source != NULL, NULL);
|
||||
|
Reference in New Issue
Block a user