summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.h
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 14:57:17 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 15:01:55 -0700
commitaa2ee2e6654e882fd298d81969e10fb3ea488333 (patch)
tree94f5f56ae894cb56ec6fd2d16a5959abea85d971 /gladeui/glade-property.h
parent1f70884b35e6c252724cfbe9d852f0375530601c (diff)
downloadglade-aa2ee2e6654e882fd298d81969e10fb3ea488333.tar.gz
build: remove G_CONST_RETURN usage
Diffstat (limited to 'gladeui/glade-property.h')
-rw-r--r--gladeui/glade-property.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index 14dafff1..b4ecf5c1 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -126,12 +126,12 @@ GladePropertyDef *glade_property_get_def (GladeProperty
void glade_property_set_sensitive (GladeProperty *property,
gboolean sensitive,
const gchar *reason);
-G_CONST_RETURN gchar *glade_propert_get_insensitive_tooltip(GladeProperty *property);
+const gchar *glade_propert_get_insensitive_tooltip(GladeProperty *property);
void glade_property_set_support_warning (GladeProperty *property,
gboolean disable,
const gchar *reason);
-G_CONST_RETURN gchar *glade_property_get_support_warning (GladeProperty *property);
+const gchar *glade_property_get_support_warning (GladeProperty *property);
gboolean glade_property_warn_usage (GladeProperty *property);
@@ -163,12 +163,12 @@ GladePropertyState glade_property_get_state (GladeProperty
void glade_property_i18n_set_comment (GladeProperty *property,
const gchar *str);
-G_CONST_RETURN gchar *glade_property_i18n_get_comment (GladeProperty *property);
+const gchar *glade_property_i18n_get_comment (GladeProperty *property);
void glade_property_i18n_set_context (GladeProperty *property,
const gchar *str);
-G_CONST_RETURN gchar *glade_property_i18n_get_context (GladeProperty *property);
+const gchar *glade_property_i18n_get_context (GladeProperty *property);
void glade_property_i18n_set_translatable (GladeProperty *property,
gboolean translatable);