Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ev-debug.h File Reference
#include <glib-object.h>
+ Include dependency graph for ev-debug.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EV_GET_TYPE_NAME(instance)   g_type_name_from_instance ((gpointer)instance)
 
#define _ev_debug_init()
 
#define _ev_debug_shutdown()
 

Functions

static void ev_debug_message (EvDebugSection section, const gchar *file, gint line, const gchar *function, const gchar *format,...)
 
static void ev_profiler_start (EvProfileSection section, const gchar *format,...)
 
static void ev_profiler_stop (EvProfileSection section, const gchar *format,...)
 

Macro Definition Documentation

#define _ev_debug_init ( )

Definition at line 48 of file ev-debug.h.

#define _ev_debug_shutdown ( )

Definition at line 49 of file ev-debug.h.

#define EV_GET_TYPE_NAME (   instance)    g_type_name_from_instance ((gpointer)instance)

Definition at line 44 of file ev-debug.h.

Function Documentation

static void ev_debug_message ( EvDebugSection  section,
const gchar *  file,
gint  line,
const gchar *  function,
const gchar *  format,
  ... 
)
static

Definition at line 59 of file ev-debug.h.

59 {}
static void ev_profiler_start ( EvProfileSection  section,
const gchar *  format,
  ... 
)
static

Definition at line 60 of file ev-debug.h.

60 {}

+ Here is the caller graph for this function:

static void ev_profiler_stop ( EvProfileSection  section,
const gchar *  format,
  ... 
)
static

Definition at line 61 of file ev-debug.h.

61 {}

+ Here is the caller graph for this function: