Top | ![]() |
![]() |
![]() |
![]() |
GQuark | ianjuta_file_error_quark () |
GFile * | ianjuta_file_get_file () |
void | ianjuta_file_open () |
Any plugin that can open files should implemented this interface. Along with the 'File Loader::SupportedMimeTypes' property of the plugin in .plugin file, it will be used by the loader to open files of that type.
GFile * ianjuta_file_get_file (IAnjutaFile *obj
,GError **err
);
Returns the file that was opened with ianjuta_file_open()
.
void ianjuta_file_open (IAnjutaFile *obj
,GFile *file
,GError **err
);
The implementor opens the given file.
“opened”
signalvoid user_function (IAnjutaFile *obj, gpointer user_data)
This signal is emitted when the content is loaded completely.
Flags: Run Last