repo.or.cz
/
adg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[build] Refactored to change installed behavior
[adg.git]
/
demo
/
demo.h
blob
2b5aa245056128ccc2991dcf3f3820581d7a05ec
1
#ifndef __DEMO_H__
2
#define __DEMO_H__
3
4
#include <gtk/gtk.h>
5
6
/* Required for i18n */
7
#undef G_LOG_DOMAIN
8
#include <adg/adg-internal.h>
9
10
11
G_BEGIN_DECLS
12
13
gchar
*
demo_find_data_file
(
const
gchar
*
file
);
14
15
G_END_DECLS
16
17
18
#endif
/* __DEMO_H__ */