Function
EogDebugmessage
Declaration [src]
void
eog_debug_message (
  EogDebug section,
  const gchar* file,
  gint line,
  const gchar* function,
  const gchar* format,
  ...
)
Parameters
- section
- 
            Type: EogDebugNo description available. 
- file
- 
            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. 
- line
- 
            Type: gintNo description available. 
- function
- 
            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.