Skip to content
  • Jason Crain's avatar
    glib: Deprecate PopplerAttachment GTime fields · c146da76
    Jason Crain authored and Albert Astals Cid's avatar Albert Astals Cid committed
    GTime was deprecated in glib 2.62 and will overflow in 2038.
    
    The PopplerAttachment struct publicly uses GTime for the 'mtime' and
    'ctime' fields. Deprecate these two fields and add accessor functions,
    poppler_attachment_get_ctime and poppler_attachment_get_mtime, which
    retun GDateTime* instead.
    
    Fixes #765, Related to #715
    c146da76