Returns a OptionGroup for the command line arguments recognized by Clutter.
You should add this group to your OptionContext with add_group, if you are using parse to parse your commandline arguments.
Unlike get_option_group, calling parse with the
OptionGroup returned by this function requires a subsequent explicit call to
init; use this function when needing to set foreign display connection with
clutter_x11_set_display
, or with `gtk_clutter_init()`.
a OptionGroup for the commandline arguments recognized by Clutter |