Method
IdeApplicationAddinopen
Declaration
void
ide_application_addin_open (
IdeApplicationAddin* self,
IdeApplication* application,
GFile** files,
gint n_files,
const gchar* hint
)
Parameters
application-
Type:
IdeApplicationAn #ideApplication.
The data is owned by the caller of the method. files-
Type: An array of
NoneAn array of
GFiles.The length of the array is specified in the n_filesargument.The data is owned by the caller of the method. n_files-
Type:
gintThe length of
files. hint-
Type:
const gchar*A hint provided by the calling instance.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.