Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <gtk/gtk.h>
#include <glib-object.h>
Go to the source code of this file.
Data Structures | |
struct | _EvSidebarAnnotations |
struct | _EvSidebarAnnotationsClass |
Macros | |
#define | EV_TYPE_SIDEBAR_ANNOTATIONS (ev_sidebar_annotations_get_type()) |
#define | EV_SIDEBAR_ANNOTATIONS(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotations)) |
#define | EV_SIDEBAR_ANNOTATIONS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotationsClass)) |
#define | EV_IS_SIDEBAR_ANNOTATIONS(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ANNOTATIONS)) |
#define | EV_IS_SIDEBAR_ANNOTATIONS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ANNOTATIONS)) |
#define | EV_SIDEBAR_ANNOTATIONS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotationsClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvSidebarAnnotations | EvSidebarAnnotations |
typedef struct _EvSidebarAnnotationsClass | EvSidebarAnnotationsClass |
typedef struct _EvSidebarAnnotationsPrivate | EvSidebarAnnotationsPrivate |
Functions | |
GType | ev_sidebar_annotations_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_sidebar_annotations_new (void) |
void | ev_sidebar_annotations_annot_added (EvSidebarAnnotations *sidebar_annots, EvAnnotation *annot) |
void | ev_sidebar_annotations_annot_removed (EvSidebarAnnotations *sidebar_annots) |
#define EV_IS_SIDEBAR_ANNOTATIONS | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_ANNOTATIONS)) |
Definition at line 36 of file ev-sidebar-annotations.h.
#define EV_IS_SIDEBAR_ANNOTATIONS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_ANNOTATIONS)) |
Definition at line 37 of file ev-sidebar-annotations.h.
#define EV_SIDEBAR_ANNOTATIONS | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotations)) |
Definition at line 34 of file ev-sidebar-annotations.h.
#define EV_SIDEBAR_ANNOTATIONS_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotationsClass)) |
Definition at line 35 of file ev-sidebar-annotations.h.
#define EV_SIDEBAR_ANNOTATIONS_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotationsClass)) |
Definition at line 38 of file ev-sidebar-annotations.h.
#define EV_TYPE_SIDEBAR_ANNOTATIONS (ev_sidebar_annotations_get_type()) |
Definition at line 33 of file ev-sidebar-annotations.h.
typedef typedefG_BEGIN_DECLS struct _EvSidebarAnnotations EvSidebarAnnotations |
Definition at line 29 of file ev-sidebar-annotations.h.
typedef struct _EvSidebarAnnotationsClass EvSidebarAnnotationsClass |
Definition at line 30 of file ev-sidebar-annotations.h.
typedef struct _EvSidebarAnnotationsPrivate EvSidebarAnnotationsPrivate |
Definition at line 31 of file ev-sidebar-annotations.h.
void ev_sidebar_annotations_annot_added | ( | EvSidebarAnnotations * | sidebar_annots, |
EvAnnotation * | annot | ||
) |
Definition at line 209 of file ev-sidebar-annotations.c.
void ev_sidebar_annotations_annot_removed | ( | EvSidebarAnnotations * | sidebar_annots) |
Definition at line 216 of file ev-sidebar-annotations.c.
GType ev_sidebar_annotations_get_type | ( | void | ) |
GtkWidget* ev_sidebar_annotations_new | ( | void | ) |
Definition at line 201 of file ev-sidebar-annotations.c.