Sets the display connection Clutter should use; must be called before init, init_with_args or other functions pertaining Clutter's initialization process.
If you are parsing the command line arguments by retrieving Clutter's OptionGroup with get_option_group and calling parse yourself, you should also call set_display before parse.
| xdpy |
pointer to a X display connection. |