Function

IdeObjectlog

Declaration

void
ide_object_log (
  gpointer instance,
  GLogLevelFlags level,
  const gchar* domain,
  const gchar* format,
  ...
)

Description

No description available.

Parameters

instance gpointer
  No description available.
level GLogLevelFlags
  No description available.
domain const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
format const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
... none
  No description available.