gtk2 ardour doc updates

This commit is contained in:
Robin Gareus 2016-03-31 01:11:05 +02:00
parent a9187a9e25
commit cec17c7660
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@
int main (int argc, char **argv)
{
#ifdef LUABINDINGDOC
luabridge::setPrintBindings (true);
LuaState lua;
lua_State* L = lua.getState ();
@ -31,4 +32,7 @@ int main (int argc, char **argv)
printf ("{} ]\n");
#endif
return 0;
#else
return 1;
#endif
}

View File

@ -38,6 +38,10 @@ namespace ARDOUR {
class PublicEditor;
/** Location Marker
*
* Editor ruler representation of a location marker or range on the timeline.
*/
class ArdourMarker : public sigc::trackable
{
public: