Class

CogPlatform

Description

abstract class Cog.Platform : GObject.Object {
  parent_instance: GObject
}
No description available.

Hierarchy

hierarchy this CogPlatform ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

cog_platform_new
No description available.

Functions

cog_platform_egl_error_quark
No description available.

cog_platform_get_default
No description available.

cog_platform_wpe_error_quark
No description available.

Instance methods

cog_platform_create_im_context
No description available.

cog_platform_get_view_backend
No description available.

cog_platform_init_web_view
No description available.

cog_platform_set_default
No description available.

cog_platform_setup
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct CogPlatformClass {
  GObjectClass parent_class;
  gboolean (* is_supported) (
void
  );
  gboolean (* setup) (
    CogPlatform* arg0,
    CogShell* shell,
    const char* params,
    GError** error
  );
  WebKitWebViewBackend* (* get_view_backend) (
    CogPlatform* arg0,
    WebKitWebView* related_view,
    GError** error
  );
  void (* init_web_view) (
    CogPlatform* arg0,
    WebKitWebView* arg1
  );
  WebKitInputMethodContext* (* create_im_context) (
    CogPlatform* arg0
  );
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.
is_supported: gboolean (* is_supported) ( void )
No description available.
setup: gboolean (* setup) ( CogPlatform* arg0, CogShell* shell, const char* params, GError** error )
No description available.
get_view_backend: WebKitWebViewBackend* (* get_view_backend) ( CogPlatform* arg0, WebKitWebView* related_view, GError** error )
No description available.
init_web_view: void (* init_web_view) ( CogPlatform* arg0, WebKitWebView* arg1 )
No description available.
create_im_context: WebKitInputMethodContext* (* create_im_context) ( CogPlatform* arg0 )
No description available.

Virtual methods

Cog.PlatformClass.create_im_context
No description available.

Cog.PlatformClass.get_view_backend
No description available.

Cog.PlatformClass.init_web_view
No description available.

Cog.PlatformClass.setup
No description available.