diff options
Diffstat (limited to 'libdocument/ev-annotation.h')
-rw-r--r-- | libdocument/ev-annotation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdocument/ev-annotation.h b/libdocument/ev-annotation.h index 395270e1..408c4577 100644 --- a/libdocument/ev-annotation.h +++ b/libdocument/ev-annotation.h @@ -31,6 +31,7 @@ #include "ev-document.h" #include "ev-attachment.h" +#include "ev-macros.h" G_BEGIN_DECLS @@ -115,10 +116,16 @@ gboolean ev_annotation_set_modified (EvAnnotation const gchar *modified); gboolean ev_annotation_set_modified_from_time (EvAnnotation *annot, GTime utime); +EV_DEPRECATED_FOR(ev_annotaion_get_rgba) void ev_annotation_get_color (EvAnnotation *annot, GdkColor *color); +EV_DEPRECATED_FOR(ev_annotaion_set_rgba) gboolean ev_annotation_set_color (EvAnnotation *annot, const GdkColor *color); +void ev_annotation_get_rgba (EvAnnotation *annot, + GdkRGBA *rgba); +gboolean ev_annotation_set_rgba (EvAnnotation *annot, + const GdkRGBA *rgba); /* EvAnnotationMarkup */ GType ev_annotation_markup_get_type (void) G_GNUC_CONST; |