Signal
AgsFile::open-from-data
since: 3.0.0
Declaration
void
open_from_data (
AgsFile* self,
gchar* data,
guint length,
gpointer error,
gpointer user_data
)
Description [src]
Open file
from a buffer containing the file.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
Parameters
data
-
Type:
gchar*
The buffer containing the file.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. length
-
Type:
guint
The buffer length.
error
-
Type:
gpointer
A
GError
-struct pointer to return error.The argument can be NULL
.The data is owned by the caller of the function.