Application
Object Hierarchy:
Description:
public abstract class Application :
Object
Base class for an Application.
Content:
Creation methods:
Methods:
- public abstract Actions get_actions ()
- public virtual bool init (string[] args)
Optional function, called from the entry point, to allow code to be
run on initial execution of the application. Does nothing by default.
- public virtual void run (string[] args)
Entry point for the web application, initialized with command line
arguments. In most cases, this should not be overridden, as init() will be run from this method. However, this can be done as long as
it is called from the subclass.
Fields:
Inherited Members:
All known members inherited from class GLib.Object