repo.or.cz
/
XDGStart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial check-in to git.
[XDGStart.git]
/
src
/
dialogs.h
blob
8cb9f4ac2760335b44a9c19991e00021a1afb691
1
/*
2
* By Tony Houghton, <h@realh.co.uk>.
3
*/
4
5
#ifndef DIALOGS_H
6
#define DIALOGS_H
7
8
/* Dialogs for XDG Autostart capplet */
9
10
#include <gtk/gtk.h>
11
12
void
message_dialog
(
GtkWindow
*
parent
,
GtkMessageType
,
13
const char
*
message
, ...);
14
15
#endif
/* DIALOGS_H */