diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-04 20:59:19 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-04 20:59:19 +0100 |
| commit | be3fe0da9995e59d32b4eb52368a012c0c18de85 (patch) | |
| tree | c579508d3feb9a666fc18bd42bfda4a95b493308 /src/glib-abi.h | |
| parent | 70ba2dbf0f49a4f8d1caa2bbed97c8c2358c6fb6 (diff) | |
a bit further towards something useful. currently linking problems
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/glib-abi.h')
| -rw-r--r-- | src/glib-abi.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/glib-abi.h b/src/glib-abi.h deleted file mode 100644 index 62b85d5..0000000 --- a/src/glib-abi.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * GLIB ABI | ||
| 3 | * | ||
| 4 | * The following is all glib information needed in order to compile | ||
| 5 | * a hald-addon. | ||
| 6 | */ | ||
| 7 | |||
| 8 | /* logical values */ | ||
| 9 | const int TRUE = 1; | ||
| 10 | const int FALSE; | ||
| 11 | |||
| 12 | /* Structure declarations */ | ||
| 13 | struct GMainContext; | ||
| 14 | struct GMainLoop; | ||
| 15 | |||
| 16 | /* Function declarations */ | ||
| 17 | struct GMainLoop *g_main_loop_new(struct GMainContext *context, int is_running); | ||
| 18 | void g_main_loop_run(struct GMainLoop *loop); | ||
| 19 | |||
