Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 800 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 800 Bytes

libmosquitto.vapi

Attempt to create, manually, a VAPI file for libmosquitto.

Vapi File

libmosquitto.vapi is located in vapi folder.

Disclaimer

Not fully tested (Work in progress but usable).

Examples

The C example from libmosquitto man page is presented in Vala (example_sub.vala).

How to test it?

Run make then run example_sub:

$ make $ ./src/example_sub

Source code files (vala,generated C) are located in the src folder.

References