Class
CogLauncher
Functions
cog_launcher_get_default
Returns the CogLauncher
single instance, creating a regular
(non-autoamted) launcher if needed.
cog_launcher_init_default
Initializes once the CogLauncher
single instance. This instance
can be accessed later through cog_launcher_get_default()
.
Instance methods
cog_launcher_add_web_cookies_option_entries
Installs a GLib.OptionGroup with option entries to configure storing and presetting cookies from the command line.
cog_launcher_add_web_permissions_option_entries
Installs a GLib.OptionGroup with option entries to configure how permissions to access certain resources are to be granted (or denied) from the command line.
cog_launcher_add_web_settings_option_entries
Installs a GLib.OptionGroup with an option entry for each property of WebKit.Settings class, which can then be used from the command line. Boolean, numeric, and string types are supported.
cog_launcher_get_shell
Obtains the CogShell
instance managed by the launcher.
cog_launcher_is_automated
Whether this launcher was created in automated mode.