#ifndef __LIBSLAB_UTILS_H__ #define __LIBSLAB_UTILS_H__ #include #include #include G_BEGIN_DECLS MateDesktopItem *libslab_mate_desktop_item_new_from_unknown_id (const gchar *id); gint libslab_strcmp (const gchar *a, const gchar *b); GdkScreen *libslab_get_current_screen (void); G_END_DECLS #endif /* __LIBSLAB_UTILS_H__ */