Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-annotation.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-06-01 13:44:49 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-06-01 13:44:49 (GMT)
commit65e20e2ca2ba9395aac06eab9a9db79a16a4555a (patch)
tree416dfbf6e6948c3106e732b9045e3166582d9fc7 /libdocument/ev-annotation.h
parente4b9192dc1562bf5f3867a41c741360ea4986fef (diff)
[libdocument] Add has_popup() method to annotation markup iface
Diffstat (limited to 'libdocument/ev-annotation.h')
-rw-r--r--libdocument/ev-annotation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdocument/ev-annotation.h b/libdocument/ev-annotation.h
index 10c032e..06dd1ef 100644
--- a/libdocument/ev-annotation.h
+++ b/libdocument/ev-annotation.h
@@ -112,6 +112,7 @@ void ev_annotation_markup_set_label (EvAnnotationMarkup *markup,
gdouble ev_annotation_markup_get_opacity (EvAnnotationMarkup *markup);
void ev_annotation_markup_set_opacity (EvAnnotationMarkup *markup,
gdouble opacity);
+gboolean ev_annotation_markup_has_popup (EvAnnotationMarkup *markup);
void ev_annotation_markup_get_rectangle (EvAnnotationMarkup *markup,
EvRectangle *ev_rect);
gboolean ev_annotation_markup_get_is_open (EvAnnotationMarkup *markup);