summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorMatias De lellis <mati86dl@gmail.com>2015-02-14 11:26:26 -0300
committerEric Koegel <eric.koegel@gmail.com>2015-03-15 15:25:01 +0300
commit57f33bd2082ff9ee84e9d6c644e20806b9583ab1 (patch)
tree3e43ded7a7ca6c4537909778526734399fba22ee /src/xfce-desktop.h
parent081e5a7282fc82dc4ee16ad98fc98534c6cfab4e (diff)
downloadxfdesktop-57f33bd2082ff9ee84e9d6c644e20806b9583ab1.tar.gz
Add a xfconf settings to center the text on xfdesktop icons.
This is enabled by default, but done optionally to fix RTL languages. Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 638aa038..640b7785 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -94,6 +94,9 @@ void xfce_desktop_set_use_icon_font_size(XfceDesktop *desktop,
void xfce_desktop_set_icon_font_size(XfceDesktop *desktop,
guint font_size_points);
+void xfce_desktop_set_center_text(XfceDesktop *desktop,
+ gboolean center_text);
+
void xfce_desktop_set_session_logout_func(XfceDesktop *desktop,
SessionLogoutFunc logout_func);