Skip to content
  • Philip Chimento's avatar
    arg: Add GIArgument setter overload for function pointers · adfa30f6
    Philip Chimento authored
    Without this, we'd still need to reinterpret_cast function pointers to
    void*, because it's technically not legal to convert between data and
    function pointers. However, having a compiler that can do this is a
    requirement of GLib, so we do need to do it sometimes anyway.
    adfa30f6