Class
Cog.Launcher
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.
Class structure
struct CogLauncherClass {
GApplicationClass parent_class;
}
Class members
parent_class |
|
No description available. |
Functions
cog_launcher_get_default
Returns the CogLauncher
single instance, creating it if needed.