jiridanek edited a comment on pull request #318:
URL: https://github.com/apache/qpid-proton/pull/318#issuecomment-855913484


   ```
   # cproton.py
   
   import lib
   
   from lib import pn_unchanged_function
   
   def pn_str(a):
       return ffi.string(lib.pn_str(a)).decode()
       
   __all__ = [
       'pn_unchanged_function',
       'pn_str',
   ]
   ```
   
   for future reference


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to