Component
Description:
[ CCode ( has_construct_function = false ) ]
public Component (string name, string description, string version, string license, string author, string homepage, string command_line, string textdomain)
public Component (string name, string description, string version, string license, string author, string homepage, string command_line, string textdomain)
Creates a new Component.
Parameters:
| name |
Name of the component. |
| description |
Detailed description of component. |
| version |
Component version. |
| license |
Distribution license of this component. |
| author |
Author(s) of the component. |
| homepage |
Homepage of the component. |
| command_line |
path to component executable. |
| textdomain |
Domain name for dgettext |
Returns:
|
A newly allocated Component. |