mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
Remove all uses of G_CONST_RETURN
Just use 'const'.
This commit is contained in:
@@ -350,7 +350,7 @@ gboolean g_source_is_destroyed (GSource *source);
|
||||
|
||||
void g_source_set_name (GSource *source,
|
||||
const char *name);
|
||||
G_CONST_RETURN char* g_source_get_name (GSource *source);
|
||||
const char * g_source_get_name (GSource *source);
|
||||
void g_source_set_name_by_id (guint tag,
|
||||
const char *name);
|
||||
|
||||
|
Reference in New Issue
Block a user