Class
CogPlatform
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.