mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c0d7d72d7
commit
449aab3c46
2869 changed files with 1026749 additions and 0 deletions
24
libs/glibmm2/glib/glibmm/private/interface_p.h
Normal file
24
libs/glibmm2/glib/glibmm/private/interface_p.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// -*- c++ -*-
|
||||
|
||||
#ifndef _GLIBMM_INTERFACE_P_H
|
||||
#define _GLIBMM_INTERFACE_P_H
|
||||
|
||||
#include <glibmm/class.h>
|
||||
|
||||
|
||||
namespace Glib
|
||||
{
|
||||
|
||||
class Interface_Class : public Glib::Class
|
||||
{
|
||||
public:
|
||||
typedef Interface CppObjectType;
|
||||
typedef GTypeInterface BaseClassType;
|
||||
|
||||
void add_interface(GType instance_type) const;
|
||||
};
|
||||
|
||||
} // namespace Glib
|
||||
|
||||
#endif /* _GLIBMM_INTERFACE_P_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue