mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Remove all uses of G_CONST_RETURN
Just use 'const'.
This commit is contained in:
@@ -301,9 +301,9 @@ gboolean g_param_value_convert (GParamSpec *pspec,
|
||||
gint g_param_values_cmp (GParamSpec *pspec,
|
||||
const GValue *value1,
|
||||
const GValue *value2);
|
||||
G_CONST_RETURN gchar* g_param_spec_get_name (GParamSpec *pspec);
|
||||
G_CONST_RETURN gchar* g_param_spec_get_nick (GParamSpec *pspec);
|
||||
G_CONST_RETURN gchar* g_param_spec_get_blurb (GParamSpec *pspec);
|
||||
const gchar * g_param_spec_get_name (GParamSpec *pspec);
|
||||
const gchar * g_param_spec_get_nick (GParamSpec *pspec);
|
||||
const gchar * g_param_spec_get_blurb (GParamSpec *pspec);
|
||||
void g_value_set_param (GValue *value,
|
||||
GParamSpec *param);
|
||||
GParamSpec* g_value_get_param (const GValue *value);
|
||||
|
Reference in New Issue
Block a user