summaryrefslogtreecommitdiff
path: root/xfce4-session/xfsm-properties.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-06-13 20:47:21 +0200
committerNick Schermer <nick@xfce.org>2011-06-13 20:47:21 +0200
commit6f7262c8c59b4358d74cf0d98edcf8bab5672f80 (patch)
treee07245516ec7af553d1198264a47d7c8b3ea0966 /xfce4-session/xfsm-properties.h
parentbb5d329ce6da5aeb89f165744e4a408acf94f754 (diff)
downloadxfce4-session-6f7262c8c59b4358d74cf0d98edcf8bab5672f80.tar.gz
Drop usage of G_CONST_RETURN macro.
Diffstat (limited to 'xfce4-session/xfsm-properties.h')
-rw-r--r--xfce4-session/xfsm-properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session/xfsm-properties.h b/xfce4-session/xfsm-properties.h
index 815dc399..6fe00e72 100644
--- a/xfce4-session/xfsm-properties.h
+++ b/xfce4-session/xfsm-properties.h
@@ -69,7 +69,7 @@ XfsmProperties* xfsm_properties_load (XfceRc *rc, const gchar *prefix);
gboolean xfsm_properties_check (const XfsmProperties *properties) G_GNUC_CONST;
-G_CONST_RETURN gchar *xfsm_properties_get_string (XfsmProperties *properties,
+const gchar *xfsm_properties_get_string (XfsmProperties *properties,
const gchar *property_name);
gchar **xfsm_properties_get_strv (XfsmProperties *properties,
const gchar *property_name);