mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
Drop a few more G_CONST_RETURN
This commit is contained in:
@@ -1074,7 +1074,7 @@ g_value_take_string (GValue *value,
|
||||
*
|
||||
* Returns: string content of @value
|
||||
*/
|
||||
G_CONST_RETURN gchar*
|
||||
const gchar*
|
||||
g_value_get_string (const GValue *value)
|
||||
{
|
||||
g_return_val_if_fail (G_VALUE_HOLDS_STRING (value), NULL);
|
||||
|
Reference in New Issue
Block a user