Re-add glibmm2 properly.

git-svn-id: svn://localhost/ardour2/trunk@2644 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-13 10:37:24 +00:00
parent 89f1f09c04
commit a313924b77
335 changed files with 139518 additions and 0 deletions

View 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 */