|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <config.h>#include <glib.h>#include <glib/gi18n-lib.h>#include "ev-init.h"#include "ev-document-factory.h"#include "ev-debug.h"#include "ev-file-helpers.h"
Include dependency graph for ev-init.c:Go to the source code of this file.
Functions | |
| const gchar * | ev_get_locale_dir (void) |
| gboolean | ev_init (void) |
| void | ev_shutdown (void) |
| gboolean | _ev_is_initialized (void) |
Variables | |
| static int | ev_init_count |
| gboolean _ev_is_initialized | ( | void | ) |
| 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.
Here is the caller graph for this function:| void ev_shutdown | ( | void | ) |