summaryrefslogtreecommitdiffstats
path: root/gtk/src/icon_res.h
blob: 8919ae98d6ac2bec9ac832f45516e18298c8577a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __RESOURCE_ghb_icons_H__
#define __RESOURCE_ghb_icons_H__

#include <gio/gio.h>

extern GResource *ghb_icons_get_resource (void);

extern void ghb_icons_register_resource (void);
extern void ghb_icons_unregister_resource (void);

#endif