Class

CogLauncher

Description [src]

final class Cog.Launcher : GObject.TypeInstance {
  /* No available fields */
}

Main application object.

Wraps a CogShell into a Gio.Application, and provides actions which can be remotely activated using the org.freedesktop.Application D-Bus interface.

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.

Properties

Cog.Launcher:automated
No description available.

Class structure

struct CogLauncherClass {
  GApplicationClass parent_class;
  
}
Class members
parent_class
GApplicationClass
  No description available.