mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +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
|
|
@ -70,14 +70,16 @@ enum { THREAD_PRIORITY_NORMAL = GLIBMM_MACRO_DEFINITION_THREAD_PRIORITY_NORMAL }
|
|||
namespace Glib
|
||||
{
|
||||
|
||||
/** @addtogroup glibmmEnums Enums and Flags */
|
||||
|
||||
/** Specifies the priority of a thread.
|
||||
* @note It is not guaranteed, that threads with different priorities really
|
||||
* behave accordingly. On some systems (e.g. Linux) only <tt>root</tt> can
|
||||
* increase priorities. On other systems (e.g. Solaris) there doesn't seem to
|
||||
* be different scheduling for different priorities. All in all try to avoid
|
||||
* being dependent on priorities.
|
||||
*/
|
||||
/** @addtogroup glibmmEnums Enums and Flags */
|
||||
|
||||
/**
|
||||
* @ingroup glibmmEnums
|
||||
*/
|
||||
enum ThreadPriority
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue