pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Some thoughts on the time module...


From: jemarch
Subject: Re: [pdf-devel] Some thoughts on the time module...
Date: Wed, 02 Jul 2008 01:36:55 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)


   > Both functions can be implemented in the pdf_time module.

   Yes, maybe could be easier to directly update the API with two new 
   functions, both passing as argument the number of seconds since unix 
   timescale origin:

I think that this is a good solution.

   pdf_time_set_from_i32(pdf_time_t time_object,
                          pdf_i32_t seconds);

   pdf_time_set(pdf_time_t time_object, \
                 pdf_i32_t high, pdf_u32_t low);

   Plus maybe an additional one to be used in Windows, which involves also 
   the timescale change (filetime to systime):
   pdf_time_set_from_filetime(pdf_time_t time_object, \
                               pdf_i32_t high, pdf_u32_t low);

If this function is only being used when compiling/running in windows
then it is useful to identify that fact in the function name. Also,
platform-specific functions should be documented in a separate section
in the reference manual.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]