aboutsummaryrefslogtreecommitdiff
path: root/src/idoscalemenuitem.c
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-06-20 09:34:43 -0400
committerMichael Terry <mike@mterry.name>2011-06-20 09:34:43 -0400
commitd61ddbef2c5f207e5ba70c976b8565a043c646ca (patch)
treea745cf8fbfce7fc1fb4bd62c67b9440527573337 /src/idoscalemenuitem.c
parentcd59e86ecac12aef184e3306226d8fb2b7331a7a (diff)
downloadayatana-ido-d61ddbef2c5f207e5ba70c976b8565a043c646ca.tar.gz
ayatana-ido-d61ddbef2c5f207e5ba70c976b8565a043c646ca.tar.bz2
ayatana-ido-d61ddbef2c5f207e5ba70c976b8565a043c646ca.zip
use const not G_CONST_RETURN
Diffstat (limited to 'src/idoscalemenuitem.c')
-rw-r--r--src/idoscalemenuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c
index 88bb8ae..8b9e1ac 100644
--- a/src/idoscalemenuitem.c
+++ b/src/idoscalemenuitem.c
@@ -796,7 +796,7 @@ ido_scale_menu_item_get_secondary_image (IdoScaleMenuItem *menuitem)
* Whether this is visible depends upon the return value from
* ido_scale_menu_item_get_style().
**/
-G_CONST_RETURN gchar*
+const gchar*
ido_scale_menu_item_get_primary_label (IdoScaleMenuItem *menuitem)
{
IdoScaleMenuItemPrivate *priv;
@@ -817,7 +817,7 @@ ido_scale_menu_item_get_primary_label (IdoScaleMenuItem *menuitem)
* Whether this is visible depends upon the return value from
* ido_scale_menu_item_get_style().
**/
-G_CONST_RETURN gchar*
+const gchar*
ido_scale_menu_item_get_secondary_label (IdoScaleMenuItem *menuitem)
{
IdoScaleMenuItemPrivate *priv;