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

View file

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