mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +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
|
|
@ -163,12 +163,12 @@ public:
|
|||
#endif /* defined(G_OS_WIN32) || defined(DOXYGEN_SHOULD_SKIP_THIS) */
|
||||
|
||||
/** Read a single UCS-4 character.
|
||||
* @retval unichar The Unicode character.
|
||||
* @retval thechar The Unicode character.
|
||||
* @return The status of the operation.
|
||||
* @throw Glib::IOChannelError
|
||||
* @throw Glib::ConvertError
|
||||
*/
|
||||
_WRAP_METHOD(IOStatus read(gunichar& unichar), g_io_channel_read_unichar, errthrow)
|
||||
_WRAP_METHOD(IOStatus read(gunichar& thechar), g_io_channel_read_unichar, errthrow)
|
||||
|
||||
/** Read a character sequence into memory.
|
||||
* @param buf A buffer to read data into.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue