mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Initial revision
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
commit
d09f6b3016
1253 changed files with 292928 additions and 0 deletions
28
libs/glibmm2/glibmm/private/object_p.h
Normal file
28
libs/glibmm2/glibmm/private/object_p.h
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
// -*- c++ -*-
|
||||
|
||||
#ifndef _GLIBMM_OBJECT_P_H
|
||||
#define _GLIBMM_OBJECT_P_H
|
||||
|
||||
#include <glibmm/class.h>
|
||||
|
||||
namespace Glib
|
||||
{
|
||||
|
||||
class Object_Class : public Glib::Class
|
||||
{
|
||||
public:
|
||||
typedef Object CppObjectType;
|
||||
typedef GObject BaseObjectType;
|
||||
typedef GObjectClass BaseClassType;
|
||||
|
||||
static void class_init_function(void* g_class, void* class_data);
|
||||
|
||||
const Glib::Class& init();
|
||||
|
||||
static Glib::Object* wrap_new(GObject*);
|
||||
};
|
||||
|
||||
} // namespace Glib
|
||||
|
||||
#endif /* _GLIBMM_OBJECT_P_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue