#ifndef __LIBSLAB_UTILS_H__ #define __LIBSLAB_UTILS_H__ #include #include #include #ifdef __cplusplus extern "C" { #endif 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); #ifdef __cplusplus } #endif #endif