To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
1
2
3
4
5
6
7
8
9
10
|
/**
* @file
* @defgroup Interface Interface
* @{
* SSTS has so interfaces that like are present in GLib. Instead we have to
* rely on callbacks (See @ref SCallback ) to achieve the same type of functionality.
*
* @todo Write an example on how this can be done.
* @}
*/
|