mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...). Fixes building (at least here). git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0e31c56591
commit
35fc31a1de
1550 changed files with 362440 additions and 73136 deletions
|
|
@ -153,11 +153,13 @@ typedef Glib::MarkupError Error;
|
|||
Glib::ustring escape_text(const Glib::ustring& text);
|
||||
|
||||
|
||||
/** @addtogroup glibmmEnums Enums and Flags */
|
||||
|
||||
/** There are no flags right now. Pass <tt>Glib::Markup::ParseFlags(0)</tt> for
|
||||
* the flags argument to all functions (this should be the default argument
|
||||
* anyway).
|
||||
*/
|
||||
/** @addtogroup glibmmEnums Enums and Flags */
|
||||
|
||||
/**
|
||||
* @ingroup glibmmEnums
|
||||
* @par Bitwise operators:
|
||||
* <tt>%ParseFlags operator|(ParseFlags, ParseFlags)</tt><br>
|
||||
|
|
@ -170,7 +172,8 @@ Glib::ustring escape_text(const Glib::ustring& text);
|
|||
*/
|
||||
enum ParseFlags
|
||||
{
|
||||
DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1 << 0
|
||||
DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1 << 0,
|
||||
TREAT_CDATA_AS_TEXT = 1 << 1
|
||||
};
|
||||
|
||||
/** @ingroup glibmmEnums */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue