Remove all uses of G_CONST_RETURN
[platform/upstream/glib.git] / gobject / gvaluetypes.c
index 78c7266..3f918f4 100644 (file)
@@ -1073,7 +1073,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);