summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-08-31 04:17:31 +0000
committerBrian Tarricone <brian@tarricone.org>2008-08-31 04:17:31 +0000
commit4742d58c00cb5782d5fe09f31b9c03776cb00a03 (patch)
tree7094374676491bed9c51da6e5ea782d7a448352f /src/xfce-desktop.h
parent92a06133a66c64642680bbce405d1939c537c5fe (diff)
downloadxfdesktop-4742d58c00cb5782d5fe09f31b9c03776cb00a03.tar.gz
convert xfdesktop itself to use xfconf property bindings
added GObject properties to XfceBackdrop, XfceDesktop, and XfceFileIconManager for all xfconf properties, add bindings, remove a *lot* of code (Old svn revision: 27625)
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 8400da79..cfa13f94 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -22,6 +22,7 @@
#define _XFCE_DESKTOP_H_
#include <gtk/gtk.h>
+#include <xfconf/xfconf.h>
#include "xfce-backdrop.h"
@@ -72,7 +73,9 @@ struct _XfceDesktopClass
GType xfce_desktop_get_type () G_GNUC_CONST;
-GtkWidget *xfce_desktop_new(GdkScreen *gscreen);
+GtkWidget *xfce_desktop_new(GdkScreen *gscreen,
+ XfconfChannel *channel,
+ const gchar *property_prefix);
guint xfce_desktop_get_n_monitors(XfceDesktop *desktop);