/+junk/GObject_tutorial

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/GObject_tutorial
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "animal.h"

G_BEGIN_DECLS


#define TEST_TYPE_CAT test_cat_get_type ()
G_DECLARE_FINAL_TYPE (TestCat, test_cat, TEST, CAT, TestAnimal)

TestCat *
test_cat_new ();

G_END_DECLS