/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
47 by Gustav Hartvigsson
* Added a few skeletal functions to Callback.h
1
/**
2
 * @file
3
 * @defgroup Interface Interface
4
 * @{
5
 * SSTS has so interfaces that like are present in GLib. Instead we have to
6
 * rely on callbacks (See @ref SCallback ) to achieve the same type of functionality.
7
 * 
8
 * @todo Write an example on how this can be done.
9
 * @}
10
 */
126.1.1 by Gustav Hartvigsson
* Using
11
#pragma once