summaryrefslogtreecommitdiff
path: root/tests/lib/stub-object.h
blob: ccdb09403547f6509f3961f5cc7fa3639fb013d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __TP_TESTS_STUB_OBJECT_H__
#define __TP_TESTS_STUB_OBJECT_H__

#include <glib-object.h>

typedef struct { GObject p; } TpTestsStubObject;
typedef struct { GObjectClass p; } TpTestsStubObjectClass;

GType tp_tests_stub_object_get_type (void);

#endif /* #ifndef __TP_TESTS_STUB_OBJECT_H__ */