repo.or.cz
/
gmpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the label int he sidebar
[gmpc.git]
/
src
/
tray-icon2.h
blob
ca17cd2392d725294769fb97ac4c5cf4a59fee01
1
#ifndef _TRAY_ICON2_H_
2
#define _TRAY_ICON2_H_
3
4
void
trayicon2_toggle_use_appindicator
(
void
);
5
gboolean
trayicon2_have_appindicator_support
(
void
);
6
7
#endif