IUtility
Object Hierarchy:
Description:
public interface IUtility :
Object
Interface for defining a new Ambition Shell plugin.
Content:
Properties:
- public abstract string name { get; }
Name of the plugin.
Methods:
- public abstract void register_utility ()
Method called when a plugin is first created, to allow a plugin to
initialize any default values or instantiate other components.
- public abstract int receive_command (string[] args)
Method that receives a command and arguments. Return an exit code.
- public abstract string help ()
Returns a string containing help text. Be sure to use wrap_string().
Inherited Members:
All known members inherited from class GLib.Object