Revision 15509,
279 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15508,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[15508] | 1 | /* |
---|
| 2 | * Author: |
---|
| 3 | * Martin Baulig <baulig@suse.de> |
---|
| 4 | * |
---|
| 5 | * Copyright 2000 SuSE GmbH. |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | #ifndef _GSHELL_CONTROLS_H_ |
---|
| 9 | #define _GSHELL_CONTROLS_H_ |
---|
| 10 | |
---|
| 11 | #include <config.h> |
---|
| 12 | #include <gnome.h> |
---|
| 13 | #include <bonobo.h> |
---|
| 14 | |
---|
| 15 | BonoboObjectClient *gshell_control_wrapper (const gchar *goad_id); |
---|
| 16 | |
---|
| 17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.