Revision 15328,
377 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15327,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * GNOME panel logout module. |
---|
3 | * |
---|
4 | * Original author unknown. CORBAized by Elliot Lee * |
---|
5 | * de-CORBAized by George Lebl |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef LOGOUT_H |
---|
9 | #define LOGOUT_H |
---|
10 | |
---|
11 | #include <panel-widget.h> |
---|
12 | |
---|
13 | BEGIN_GNOME_DECLS |
---|
14 | |
---|
15 | void load_logout_applet(PanelWidget *panel, int pos, gboolean exactpos); |
---|
16 | void load_lock_applet(PanelWidget *panel, int pos, gboolean exactpos); |
---|
17 | |
---|
18 | END_GNOME_DECLS |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.