Revision 15595,
435 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15594,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef _GNOME_VFS_BACKEND_H_ |
---|
2 | #define _GNOME_VFS_BACKEND_H_ 1 |
---|
3 | |
---|
4 | #include <glib.h> |
---|
5 | |
---|
6 | void gnome_vfs_backend_loadinit (gpointer app, |
---|
7 | gpointer modinfo); |
---|
8 | const char *gnome_vfs_backend_name (void); |
---|
9 | gboolean gnome_vfs_backend_init (gboolean init_deps); |
---|
10 | void gnome_vfs_backend_shutdown (void); |
---|
11 | |
---|
12 | /* debugging calls */ |
---|
13 | int gnome_vfs_backend_get_job_count (void); |
---|
14 | |
---|
15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.