source: trunk/third/gnome-vfs/libgnomevfs/gnome-vfs-module-callback-module-api.h @ 17128

Revision 17128, 1.4 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17127, which included commits to RCS files with non-trunk default branches.
Line 
1
2/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
3/* gnome-vfs-callbacks.h - various callback declarations
4
5   Copyright (C) 2001 Free Software Foundation
6
7   The Gnome Library is free software; you can redistribute it and/or
8   modify it under the terms of the GNU Library General Public License as
9   published by the Free Software Foundation; either version 2 of the
10   License, or (at your option) any later version.
11
12   The Gnome Library is distributed in the hope that it will be useful,
13   but WITHOUT ANY WARRANTY; without even the implied warranty of
14   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15   Library General Public License for more details.
16
17   You should have received a copy of the GNU Library General Public
18   License along with the Gnome Library; see the file COPYING.LIB.  If not,
19   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20   Boston, MA 02111-1307, USA.
21
22   Authors: Maciej Stachowiak <mjs@noisehavoc.org>
23            Seth Nickell <snickell@stanford.edu>
24*/
25
26#ifndef GNOME_VFS_MODULE_CALLBACK_MODULE_API_H
27#define GNOME_VFS_MODULE_CALLBACK_MODULE_API_H
28
29#include <glib.h>
30
31gboolean gnome_vfs_module_callback_invoke (const char    *callback_name,
32                                           gconstpointer  in,
33                                           gsize          in_size,
34                                           gpointer       out,
35                                           gsize          out_size);
36
37#endif
Note: See TracBrowser for help on using the repository browser.