repo.or.cz
/
rox-filer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1476: Options to forward button-3 clicks on the pinboard to the window manager
[rox-filer.git]
/
ROX-Filer
/
src
/
infobox.h
blob
27a1ef05f61124ccbc21eab3c05ab99be68e90b1
1
/*
2
* $Id$
3
*
4
* ROX-Filer, filer for the ROX desktop project
5
* By Thomas Leonard, <tal197@users.sourceforge.net>.
6
*/
7
8
#ifndef _INFOBOX_H
9
#define _INFOBOX_H
10
11
void
infobox_new
(
const
gchar
*
pathname
);
12
13
#endif
/* _INFOBOX_H */