org.gnu.gnome
Class Program
public
class
Program
extends Struct
This class takes care of handling application and library initialization and
command line parsing.
| Method Summary |
| String | getAppID() |
| String | getName() |
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
| String | getVersion() |
| static Program | initGnome(String appId, String appVersion, String[] argv, String prefix, String sysconfdir, String datadir, String libdir)
Initialize the gnome application specifying the directories use by the
app. |
| static Program | initGnome(String appId, String appVersion, String[] argv)
Initialize the gnome application using the default directories for the
app. |
| static Program | initGnomeUI(String appId, String appVersion, String[] argv, String prefix, String sysconfdir, String datadir, String libdir)
Initialize the gnome application specifying the directories used by the
app. |
| static Program | initGnomeUI(String appId, String appVersion, String[] argv)
Initialize the gnome application using the default directories for the
app. |
public String getAppID()
public String getName()
public static Type getType()
Retrieve the runtime type used by the GLib library.
public String getVersion()
public static
Program initGnome(String appId, String appVersion, String[] argv, String prefix, String sysconfdir, String datadir, String libdir)
Initialize the gnome application specifying the directories use by the
app.
public static
Program initGnome(String appId, String appVersion, String[] argv)
Initialize the gnome application using the default directories for the
app.
public static
Program initGnomeUI(String appId, String appVersion, String[] argv, String prefix, String sysconfdir, String datadir, String libdir)
Initialize the gnome application specifying the directories used by the
app.
public static
Program initGnomeUI(String appId, String appVersion, String[] argv)
Initialize the gnome application using the default directories for the
app.