Virtual Method
IdeApplicationAddinopen
Declaration
void
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 function. 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 function. 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 function. The value is a NUL terminated UTF-8 string.