Documentation effort at the moment is on the weak side as our primary concern is development. We would really appreciate some help here if someone wants spend some time here hacking together examples, howtos, etc.
Documentation for 2.0.0 version of bond
The bondapi.c/.h and bondmain.c/.h file are the main api interface.
API Reference Guide 2.0 for uigtk
Documentation for 0.4.x version of bond
The BOND api.c/.h files is the main API, and 95% of the time all the functions you will need to use are covered in this file. Calls such as bond_showform("GTK window name"); and bond_showformbyform("form to open","where you're opening it from"); are some of the main BOND functions you would need to use. testsoldier.c is a good place to start if you want to see how an application is written in BOND.