mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 20:30:11 +00:00
13 lines
166 B
C
13 lines
166 B
C
|
#ifndef __GSK_PRIVATE_H__
|
||
|
#define __GSK_PRIVATE_H__
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_ensure_resources (void);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GSK_PRIVATE_H__ */
|