#include <glibmm.h>
Go to the source code of this file.
Namespaces | |
namespace | Clutter |
Functions | |
void | Clutter::init (int *argc, gchar **argv[]) |
It will initialise everything needed to operate with Clutter and parses some standard command line options. | |
void | Clutter::init (int &argc, gchar **&argv) |
It will initialise everything needed to operate with Clutter and parses some standard command line options. | |
void | Clutter::add_clutter_option_group (Glib::OptionContext &option_context) |
Adds a Glib::OptionGroup for the command line arguments recognized by Clutter to the given context. |