Available features

Available features — Available features in the installed Cutter.

Synopsis

#define             CUT_SUPPORT_C99_STDINT_TYPES
#define             CUT_SUPPORT_GDK_PIXBUF
#define             CUT_SUPPORT_GIO
#define             CUT_SUPPORT_GLIB
#define             CUT_SUPPORT_LIBSOUP

Description

There are some macros to check a feature is available in the installed Cutter.

Details

CUT_SUPPORT_C99_STDINT_TYPES

#define CUT_SUPPORT_C99_STDINT_TYPES 1

Shows C99 stdint types support is available. That is, we can use assertions that use C99 stdint types. e.g. cut_assert_equal_int_least8().


CUT_SUPPORT_GDK_PIXBUF

#define CUT_SUPPORT_GDK_PIXBUF 1

Shows GdkPixbuf support is available. That is, we can use <gdkcutter-pixbuf.h>.


CUT_SUPPORT_GIO

#define CUT_SUPPORT_GIO 1

Shows GIO support is available.


CUT_SUPPORT_GLIB

#define CUT_SUPPORT_GLIB 1

Shows GLib support is available. That is, we can use <gcutter.h>. It is always defined.


CUT_SUPPORT_LIBSOUP

#define CUT_SUPPORT_LIBSOUP 1

Shows LibSoup support is available.