Skip to content
  • Jason Crain's avatar
    glib: Deprecate PopplerDocument date properties · b13cd962
    Jason Crain authored and Albert Astals Cid's avatar Albert Astals Cid committed
    PopplerDocument's creation-date and mod-date properties are 32-bit unix
    times, a.k.a. GTime, and will overflow in 2038. Deprecate these
    properties and replace with creation-datetime and mod-datetime, which
    are GDateTime instead, and add accessor functions.
    
    Fixes #765
    b13cd962