/usr/include/gpe/infoprint.h is in libgpewidget-dev 0.117-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef __GPE_INFOPRINT_H
#define __GPE_INFOPRINT_H
extern void gpe_popup_infoprint (Display *dpy, char *s);
#endif
|