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
|
|
@ -2,7 +2,7 @@
|
|||
#ifndef _GLIBMM_SIGNALPROXY_CONNECTIONNODE_H
|
||||
#define _GLIBMM_SIGNALPROXY_CONNECTIONNODE_H
|
||||
|
||||
/* $Id: signalproxy_connectionnode.h,v 1.6 2004/12/18 23:52:44 murrayc Exp $ */
|
||||
/* $Id: signalproxy_connectionnode.h 446 2007-09-26 15:10:44Z murrayc $ */
|
||||
|
||||
/* signalproxy_connectionnode.h
|
||||
*
|
||||
|
|
@ -24,13 +24,18 @@
|
|||
*/
|
||||
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <glibmm/wrap.h>
|
||||
#include <glib/gtypes.h>
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
typedef struct _GObject GObject;
|
||||
typedef struct _GClosure GClosure;
|
||||
#endif //DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
namespace Glib
|
||||
{
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
/** SignalProxyConnectionNode is a connection node for use with SignalProxy.
|
||||
* It lives between the layer of Gtk+ and libsigc++.
|
||||
* It is very much an internal class.
|
||||
|
|
@ -63,6 +68,8 @@ protected:
|
|||
GObject* object_;
|
||||
};
|
||||
|
||||
#endif //DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
} /* namespace Glib */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue