repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmbattery: move labels to the beginning of the line.
[dockapps.git]
/
yawmppp
/
src
/
about.h
blob
a425fa5964fa5ee959183db5bbeec6c7752d681e
1
2
#ifndef ABOUT_H
3
#define ABOUT_H
4
5
void
about_dismiss
(
GtkWidget
*
wid
,
gpointer data
);
6
void
applet_about
(
GtkWidget
*
widget
,
gpointer data
);
7
8
#endif