Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib.h>
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS const gchar * | ev_get_locale_dir (void) |
gboolean | ev_init (void) |
void | ev_shutdown (void) |
gboolean | _ev_is_initialized (void) |
gboolean _ev_is_initialized | ( | void | ) |
G_BEGIN_DECLS const gchar* ev_get_locale_dir | ( | void | ) |
gboolean ev_init | ( | void | ) |
ev_init:
Initializes the evince document library, and binds the evince gettext domain.
You must call this before calling any other function in the evince document library.
Returns: TRUE if any backends were found; FALSE otherwise
Definition at line 106 of file ev-init.c.