Function
Coglget_option_group
deprecated: 1.16 since: 1.0
Declaration [src]
GOptionGroup*
cogl_get_option_group (
void
)
Description [src]
Retrieves the GOptionGroup
used by Cogl to parse the command
line options. Clutter uses this to handle the Cogl command line
options during its initialization process.
Available since: 1.0
Deprecated since: 1.16
Not replaced.
Return value
Type: GOptionGroup
A GOptionGroup
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |