mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
12 lines
185 B
C
12 lines
185 B
C
|
#ifndef __DEMO_COMMON_H__
|
||
|
#define __DEMO_COMMON_H__
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
gchar *demo_find_file (const gchar *base,
|
||
|
GError **err);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __DEMO_COMMON_H__ */
|