Method
CogShellget_config_file
Declaration [src]
GKeyFile*
cog_shell_get_config_file (
CogShell* shell
)
Description [src]
Obtains the additional configuration for this shell.
See CogShell:config-file for details.
| Gets property | Cog.Shell:config-file |
Return value
Type: GKeyFile
GKeyFile used as configuration.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |