glib/poppler-annot.cc |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit db31687ba476e272b72625a8a78b50780522ee7d
Author: Carlos Garcia Campos <[email protected]>
Date:   Sat Oct 9 10:33:06 2010 +0200

    [glib] docs: Document poppler_annot_markup_get_date()

diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc
index 5d8f2ea..62a0879 100644
--- a/glib/poppler-annot.cc
+++ b/glib/poppler-annot.cc
@@ -845,6 +845,15 @@ poppler_annot_markup_set_opacity (PopplerAnnotMarkup 
*poppler_annot,
   annot->setOpacity(opacity);
 }
 
+/**
+ * poppler_annot_markup_get_date:
+ * @poppler_annot: a #PopplerAnnotMarkup
+ *
+ * Returns the date and time when the annotation was created
+ *
+ * Return value: (transfer full): a #GDate representing the date and time
+ *               when the annotation was created, or %NULL
+ */
 GDate *
 poppler_annot_markup_get_date (PopplerAnnotMarkup *poppler_annot)
 {
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to