Constructor
CogPlatformnew
Declaration [src]
CogPlatform*
cog_platform_new (
const char* name,
GError** error
)
Description
No description available.
This constructor is not directly available to language bindings |
Parameters
name |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | CogPlatform |
No description available. | |
The data is owned by the called function. |