Constructor
FoundryDocumentationRootnew
Declaration [src]
FoundryDocumentationRoot*
foundry_documentation_root_new (
const char* identifier,
const char* title,
const char* version,
GIcon* icon,
GListModel* directories
)
Parameters
identifier-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. title-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. version-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. icon-
Type:
GIconNo description available.
The data is owned by the caller of the function. directories-
Type:
GObjectNo description available.
The data is owned by the caller of the function.
Return value
Type: FoundryDocumentationRoot
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |