Class

Cog.Launcher

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.

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
GApplicationClass
  No description available.

Functions

cog_launcher_get_default

Returns the CogLauncher single instance, creating it if needed.