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-02-14 20:44:38 +0300
commit1c5b2b28fa861df3997e7d48ddd7ae8b3cad3a43 (patch)
treedc703ebd67043a7cf8fa082f9e0fd84dd9f63583 /src/xfce-desktop.h
parent6630507a15e8e35cd14c4fcc81d887a85e667d50 (diff)
downloadxfdesktop-1c5b2b28fa861df3997e7d48ddd7ae8b3cad3a43.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);