summaryrefslogtreecommitdiff
path: root/libslab/mate-utils.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-22 16:31:17 +0200
committerStefano Karapetsas <[email protected]>2012-10-22 16:31:17 +0200
commit8f5ff09a0016f24ddac5581a4c56c62c4267124f (patch)
tree5518c908bb788ef7fa7d84ba14e621da6bc1bbe3 /libslab/mate-utils.h
parent0d19a66abfe03ffcfaca0f2539a9c6758d99a823 (diff)
downloadmate-control-center-8f5ff09a0016f24ddac5581a4c56c62c4267124f.tar.bz2
mate-control-center-8f5ff09a0016f24ddac5581a4c56c62c4267124f.tar.xz
migrate libslab to gsettings
Diffstat (limited to 'libslab/mate-utils.h')
-rw-r--r--libslab/mate-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libslab/mate-utils.h b/libslab/mate-utils.h
index fcc7e586..294e20ec 100644
--- a/libslab/mate-utils.h
+++ b/libslab/mate-utils.h
@@ -22,7 +22,6 @@
#define __MATE_UTILS_H__
#include <gtk/gtk.h>
-#include <mateconf/mateconf-client.h>
#include <libmate/mate-desktop-item.h>
#ifdef __cplusplus
@@ -32,9 +31,6 @@ extern "C" {
gboolean load_image_by_id (GtkImage * image, GtkIconSize size,
const gchar * image_id);
MateDesktopItem *load_desktop_item_by_unknown_id (const gchar * id);
-gpointer get_mateconf_value (const gchar * key);
-void set_mateconf_value (const gchar * key, gconstpointer data);
-guint connect_mateconf_notify (const gchar * key, MateConfClientNotifyFunc cb, gpointer user_data);
void handle_g_error (GError ** error, const gchar * user_format, ...);
GtkWidget *get_main_menu_section_header (const gchar * markup);