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:
David Robillard 2007-12-18 06:05:55 +00:00
parent 0e31c56591
commit 35fc31a1de
1550 changed files with 362440 additions and 73136 deletions

View file

@ -127,6 +127,7 @@ public:
/** Determine whether a particular index is covered by @a coverage
* @param index The index to check.
* @return The coverage level of @a coverage for character @a index .
*/
CoverageLevel get(int index) const;
@ -157,10 +158,13 @@ public:
namespace Glib
{
/** @relates Pango::Coverage
* @param object The C instance
/** A Glib::wrap() method for this object.
*
* @param object The C instance.
* @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
* @result A C++ instance that wraps this C instance.
*
* @relates Pango::Coverage
*/
Glib::RefPtr<Pango::Coverage> wrap(PangoCoverage* object, bool take_copy = false);