summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-06-13 20:41:43 +0200
committerNick Schermer <nick@xfce.org>2011-06-13 20:41:43 +0200
commit71d7195ab203b3efbb9fae127ce15e41ea6c9c65 (patch)
tree5f3dec557dffd83196b3c20c8cc2677246598e2b /libxfce4ui/xfce-titled-dialog.c
parent1b78f177b7b604b8fb846fab600bff712d7f5578 (diff)
downloadlibxfce4ui-71d7195ab203b3efbb9fae127ce15e41ea6c9c65.tar.gz
Drop G_CONST_RETURN macro.
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 1177618..5c8939d 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -316,7 +316,7 @@ xfce_titled_dialog_new_with_buttons (const gchar *title,
*
* Return value: the subtitle of @titled_dialog, or %NULL.
**/
-G_CONST_RETURN gchar*
+const gchar*
xfce_titled_dialog_get_subtitle (XfceTitledDialog *titled_dialog)
{
g_return_val_if_fail (XFCE_IS_TITLED_DIALOG (titled_dialog), NULL);