ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")
ClutterGst minor version (e.g. "2", if %CLUTTER_GST_VERSION is "1.2.3")
ClutterGst full version (e.g. "1.2.3")
ClutterGst full version, encoded as an hexadecimal value.
ClutterGst full version, encoded as a string.
Utility function to initialize both Clutter and GStreamer.
This function should be called before calling any other GLib functions. If this is not an option, your program must initialise the GLib thread system using g_thread_init() before any other GLib functions are called.
A pointer to an array
This function does the same work as clutter_gst_init(). Additionally, it allows you to add your own command line options, and it automatically generates nicely formatted --help output. Clutter's and GStreamer's #GOptionGroups are added to the set of available options.
Your program must initialise the GLib thread system using g_thread_init() before any other GLib functions are called.
A pointer to an array
a string which is displayed in the first line of output, after
a %NULL-terminated array of #GOptionEntrys describing the options of your program
a translation domain to use for translating the output for the options in entries
with gettext(), or %NULL
ClutterGst major version (e.g. "1", if %CLUTTER_GST_VERSION is "1.2.3")