Function
IdeObjectlog
Declaration
void
ide_object_log (
gpointer instance,
GLogLevelFlags level,
const gchar* domain,
const gchar* format,
...
)
Parameters
instance
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. level
-
Type:
GLogLevelFlags
No description available.
domain
-
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. format
-
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. ...
-
Type:
No description available.