projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Clear GModule pointer to prevent accidental re-use
[projects/chimara/chimara.git]
/
player
/
preferences.h
1
#ifndef PREFERENCES_H
2
#define PREFERENCES_H
3
4
#include <gtk/gtk.h>
5
#include <libchimara/chimara-glk.h>
6
7
G_GNUC_INTERNAL void preferences_create(ChimaraGlk *glk);
8
9
#endif