Constructor
IdeFileSettingsnew
Declaration
IdeFileSettings*
ide_file_settings_new (
IdeObject* parent,
GFile* file,
const gchar* language
)
Parameters
parent
-
Type:
IdeObject
No description available.
The data is owned by the caller of the function. file
-
Type:
GFile
No description available.
The data is owned by the caller of the function. language
-
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: IdeFileSettings
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |