This function should be called instead of init and init_with_args.
| argv |
a pointer to the array of command line arguments, or null |
| parameter_string |
a string which is displayed in the first line of <option>--help</option> output, after <literal><replaceable >programname</replaceable> [OPTION...]</literal> |
| entries |
a null-terminated array of OptionEntry<!-- -->s describing the options of your program |
| translation_domain |
a translation domain to use for translating the <option>--help</option> output for the options in |
| argc |
a pointer to the number of command line arguments, or null |
|
clutter_init_success on success, a negative integer on failure. |