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
r1583: Updated French translation (Vincent Lef�vre).
[rox-filer.git]
/
ROX-Filer
/
src
/
session.h
blob
fc46d499febdc185a5c2985ffcf0c31b485f1301
1
/*
2
* $Id$
3
*
4
* ROX-Filer, filer for the ROX desktop project
5
* By Thomas Leonard, <tal197@users.sourceforge.net>.
6
*/
7
8
/* session.h - XSMP client support */
9
#ifndef _SESSION_H_
10
#define _SESSION_H_
11
12
#include <gtk/gtk.h>
13
#include <X11/SM/SMlib.h>
14
15
void
session_init
(
const
gchar
*
client_id
);
16
17
#endif