Constructor
IdeEnvironmentVariablenew
Declaration
IdeEnvironmentVariable*
ide_environment_variable_new (
const gchar* key,
const gchar* value
)
Parameters
key
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeEnvironmentVariable
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |