Constructor
IdeEnvironmentVariablenew
Declaration
IdeEnvironmentVariable*
ide_environment_variable_new (
const gchar* key,
const gchar* value
)
Parameters
key |
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 |
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
| Returns: | IdeEnvironmentVariable |
| No description available. | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |