summaryrefslogtreecommitdiffstats
path: root/src/kiro-sb.h
Commit message (Collapse)AuthorAgeFilesLines
* Pushed to version 1.3.0HEADmasterTimo Dritschler2015-06-161-0/+25
| | | | | Highlights: - KiroSb: Added kiro_sb_get_dma_pointer interface
* Changed gi.introspection handling for pointers to and from KIROTimo Dritschler2015-04-151-6/+8
|
* Fixed a bug in KiroSbTimo Dritschler2015-04-151-3/+5
| | | | | Removed a debugging statement which was causing the KiroSb to sync permanently Added gi.introspection annotations to some of the KiroSb documentation
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-60/+65
|
* Added new optional address and port paramters to kiro_sb_serveTimo Dritschler2015-03-301-1/+9
|
* Added kiro_sb_get_data_blocking interfaceTimo Dritschler2015-03-091-4/+23
|
* Finished implementation of KiroSyncBuffer classTimo Dritschler2015-03-091-5/+158
|
* Added new "Kiro Sync Buffer" (KiroSb) class.Timo Dritschler2015-03-091-0/+157
Added first prototype implementation of KiroSb Fixed some typos