Skip to content
  • Sutou Kouhei's avatar
    Add version macros · c00283eb
    Sutou Kouhei authored and Daiki Ueno's avatar Daiki Ueno committed
    Added macros:
    
      * SECRET_VERSION_MAJOR
      * SECRET_VERSION_MINOR
      * SECRET_VERSION_MICRO
      * SECRET_CHECK_VERSION
    
    These macros are widely defined in GLib based library. For example,
    GLib, GTK, poppler GLib and so on define them.
    
    These macros are useful to detect libsecret version on build type and
    from GObject Introspection based bindings.
    c00283eb