File: resources.h

package info (click to toggle)
gxtuner 3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 496 kB
  • sloc: cpp: 3,901; ansic: 1,222; makefile: 437; xml: 7
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#ifndef __RESOURCE_resource_H__
#define __RESOURCE_resource_H__

#include <gio/gio.h>

extern GResource *resource_get_resource (void);
#endif