summaryrefslogtreecommitdiff
path: root/shell/libslab-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/libslab-utils.h')
-rw-r--r--shell/libslab-utils.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/libslab-utils.h b/shell/libslab-utils.h
new file mode 100644
index 00000000..069ff3c7
--- /dev/null
+++ b/shell/libslab-utils.h
@@ -0,0 +1,14 @@
+#ifndef __LIBSLAB_UTILS_H__
+#define __LIBSLAB_UTILS_H__
+
+#include <glib.h>
+#include <gtk/gtk.h>
+#include <libmate-desktop/mate-desktop-item.h>
+
+G_BEGIN_DECLS
+
+MateDesktopItem *libslab_mate_desktop_item_new_from_unknown_id (const gchar *id);
+
+G_END_DECLS
+
+#endif /* __LIBSLAB_UTILS_H__ */