Method
IdeApplicationAddinopen
Declaration
void
ide_application_addin_open (
IdeApplicationAddin* self,
IdeApplication* application,
GFile** files,
gint n_files,
const gchar* hint
)
Parameters
application
-
Type:
IdeApplication
An #ideApplication.
The data is owned by the caller of the method. files
-
Type: An array of
None
An array of
GFiles
.The length of the array is specified in the n_files
argument.The data is owned by the caller of the method. n_files
-
Type:
gint
The 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.