Skip to content
  • Chun-wei Fan's avatar
    Fix introspection building for Visual Studio builds · 9103dbb8
    Chun-wei Fan authored
    Apparently time_t is used in gtkrecentmanager.h, which is a special type
    that could not be recognized when Gtk-3.0.gir is built.  Judging from the
    ast.py from the gobject-introspection package, we can define time_t as
    long, and this will allow pygobject to load the Gtk module from
    gi.repository.
    9103dbb8