]> Pileus Git - ~andy/gtk/blob - demos/gtk-demo/demo-common.h
gtk-demo: Use explicit resource:// urls in CSS
[~andy/gtk] / demos / gtk-demo / demo-common.h
1 #ifndef __DEMO_COMMON_H__
2 #define __DEMO_COMMON_H__
3
4 G_BEGIN_DECLS
5
6 gchar *demo_find_file (const gchar  *base,
7                        GError      **err);
8
9 G_END_DECLS
10
11 #endif /* __DEMO_COMMON_H__ */