flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
51 stars 12 forks source link

Added helper function to return either _ptr attribute or ffi.NULL #161

Closed heuer closed 5 months ago

heuer commented 5 months ago

This helper function checks if the input is None and returns ffi.NULL, otherwise the _ptr attribute.

Closes #160.