CVSROOT:        /cvsroot/pdf
Module name:    libgnupdf
Changes by:     Aleksander Morgado <aleksander_m>       08/07/10 14:17:19

Modified files:
        .              : ChangeLog 
        doc            : gnupdf.texi 

Log message:
        Make API consistency report happy in the time module

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libgnupdf/ChangeLog?cvsroot=pdf&r1=1.276&r2=1.277
http://cvs.savannah.gnu.org/viewcvs/libgnupdf/doc/gnupdf.texi?cvsroot=pdf&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pdf/libgnupdf/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -b -r1.276 -r1.277
--- ChangeLog   9 Jul 2008 12:07:59 -0000       1.276
+++ ChangeLog   10 Jul 2008 14:17:18 -0000      1.277
@@ -1,3 +1,9 @@
+2008-07-10  Aleksander Morgado  <[EMAIL PROTECTED]>
+
+       * doc/gnupdf.texi: Parameter names for `pdf_time_get_utc_cal',
+       `pdf_time_span_negate' and `pdf_time_span_to_secs' changed so that they
+       are the same as in `pdf-time.h'.
+
 2008-07-09  Daniel Vidal  <[EMAIL PROTECTED]>
 
        * torture/unit/base/types/pdf-i64-neg.c: Changed pdf_i64 functions to 
conform to new API

Index: doc/gnupdf.texi
===================================================================
RCS file: /cvsroot/pdf/libgnupdf/doc/gnupdf.texi,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- doc/gnupdf.texi     7 Jul 2008 20:22:31 -0000       1.79
+++ doc/gnupdf.texi     10 Jul 2008 14:17:19 -0000      1.80
@@ -1,5 +1,5 @@
 \input texinfo
[EMAIL PROTECTED] $Id: gnupdf.texi,v 1.79 2008/07/07 20:22:31 jemarch Exp $
[EMAIL PROTECTED] $Id: gnupdf.texi,v 1.80 2008/07/10 14:17:19 aleksander_m Exp $
 @comment %**start of header
 @setfilename gnupdf.info
 @settitle GNU PDF Library Reference
@@ -4986,7 +4986,7 @@
 @end table
 @end deftypefun
 
[EMAIL PROTECTED] pdf_status_t pdf_time_get_utc_cal (const pdf_time_t 
@var{time_var}, struct pdf_time_cal_s [EMAIL PROTECTED])
[EMAIL PROTECTED] pdf_status_t pdf_time_get_utc_cal (const pdf_time_t 
@var{time_var}, struct pdf_time_cal_s [EMAIL PROTECTED])
 Get the UTC calendar time of a given time variable.
 
 @table @strong
@@ -4995,7 +4995,7 @@
 @table @var
 @item time_var
 A properly created time variable.
[EMAIL PROTECTED] p_cal_time
[EMAIL PROTECTED] p_utc_time
 A pointer to the calendar time structure that will hold the UTC time of 
@var{time_var}.
 @end table
 
@@ -5520,7 +5520,7 @@
 @end table
 @end deftypefun
 
[EMAIL PROTECTED] pdf_status_t pdf_time_span_negate (pdf_time_span_t @var{span})
[EMAIL PROTECTED] pdf_status_t pdf_time_span_negate (pdf_time_span_t [EMAIL 
PROTECTED])
 
 Make a positive time span into a negative one or make a negative time
 span into a positive one.
@@ -5529,8 +5529,8 @@
 @item Parameters
 
 @table @var
[EMAIL PROTECTED] span
-A properly created time span variable.
[EMAIL PROTECTED] p_span
+Pointer to a properly created time span variable.
 @end table
 
 @item Returns
@@ -5659,7 +5659,7 @@
 @end table
 @end deftypefun
 
[EMAIL PROTECTED] pdf_64_t pdf_time_span_to_secs (const pdf_time_span_t 
@var{span})
[EMAIL PROTECTED] pdf_i64_t pdf_time_span_to_secs (const pdf_time_span_t 
@var{span})
 
 Get the value of a time span in seconds. 
 


Reply via email to