C# Class Ethos.Plugin

Inheritance: GLib.Object
显示文件 Open project: chergert/ethos

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
Plugin ( IntPtr raw ) : System

Protected Methods

Method Description
Plugin ( ) : System

Private Methods

Method Description
OnActivated ( ) : void
OnDeactivated ( ) : void
OverrideActivated ( GLib gtype ) : void
OverrideDeactivated ( GLib gtype ) : void
Plugin ( GLib gtype ) : System
activated_cb ( IntPtr plugin ) : void
deactivated_cb ( IntPtr plugin ) : void
ethos_plugin_activate ( IntPtr raw ) : void
ethos_plugin_deactivate ( IntPtr raw ) : void
ethos_plugin_get_type ( ) : IntPtr

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Plugin() protected method

protected Plugin ( ) : System
return System

Plugin() public method

public Plugin ( IntPtr raw ) : System
raw System.IntPtr
return System