C# Class Ethos.Plugin

Inheritance: GLib.Object
Afficher le fichier Open project: chergert/ethos

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
Plugin ( IntPtr raw ) : System

Méthodes protégées

Méthode Description
Plugin ( ) : System

Private Methods

Méthode 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 méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Plugin() protected méthode

protected Plugin ( ) : System
Résultat System

Plugin() public méthode

public Plugin ( IntPtr raw ) : System
raw System.IntPtr
Résultat System