/+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
#pragma once

#include "animal.h"

G_BEGIN_DECLS


#define TEST_TYPE_DOG test_dog_get_type ()
G_DECLARE_FINAL_TYPE (TestDog, test_dog, TEST, DOG, TestAnimal)

TestDog *
test_dog_new ();