diff options
author | Christian Persch <[email protected]> | 2012-06-13 01:08:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-14 20:02:44 +0200 |
commit | 0b8edc9752cc3eef784366e95f038aa442575c71 (patch) | |
tree | b504d260dfc0c95d6a46f2757b647c6828e77434 /help | |
parent | a2e5e6d2dd44f9d2de05d5563df20989360dbdf7 (diff) | |
download | atril-0b8edc9752cc3eef784366e95f038aa442575c71.tar.bz2 atril-0b8edc9752cc3eef784366e95f038aa442575c71.tar.xz |
libdocument: Add EvAnnotation API using GdkRGBA
Add new API to EvAnnotation that uses GdkRGBA, and deprecated the
GdkColor using one.
Part of https://bugzilla.gnome.org/show_bug.cgi?id=677983
taken from:
https://git.gnome.org/browse/evince/commit/?id=c477923
https://git.gnome.org/browse/evince/commit/?id=87ca31d
Diffstat (limited to 'help')
-rw-r--r-- | help/reference/libdocument/libatrildocument-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/reference/libdocument/libatrildocument-sections.txt b/help/reference/libdocument/libatrildocument-sections.txt index 23a164b9..14982529 100644 --- a/help/reference/libdocument/libatrildocument-sections.txt +++ b/help/reference/libdocument/libatrildocument-sections.txt @@ -568,6 +568,8 @@ ev_annotation_set_modified ev_annotation_set_modified_from_time ev_annotation_get_color ev_annotation_set_color +ev_annotation_get_rgba +ev_annotation_set_rgba ev_annotation_markup_get_label ev_annotation_markup_set_label ev_annotation_markup_get_opacity |