Method
IdeWorkbenchAddinopen_at_async
Declaration
void
ide_workbench_addin_open_at_async (
IdeWorkbenchAddin* self,
GFile* file,
const gchar* content_type,
gint at_line,
gint at_line_offset,
IdeBufferOpenFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
file-
Type:
GFileNo description available.
The data is owned by the caller of the function. content_type-
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. at_line-
Type:
gintNo description available.
at_line_offset-
Type:
gintNo description available.
flags-
Type:
IdeBufferOpenFlagsNo description available.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.