libgnomevfsmm  2.26.0
async-2.h
Go to the documentation of this file.
1 /* Copyright 2003, 2006 gnome-vfsmm Development Team
2  *
3  * This library is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU Lesser General Public
5  * License as published by the Free Software Foundation; either
6  * version 2.1 of the License, or (at your option) any later version.
7  *
8  * This library is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  * Lesser General Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public
14  * License along with this library; if not, write to the Free
15  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16  */
17 
18 #ifndef _LIBGNOMEVFSMM_ASYNC_H
19 #define _LIBGNOMEVFSMM_ASYNC_H
20 
21 //#include <libgnomevfsmm/async-handle-2.h>
22 
23 #ifndef DOXYGEN_SHOULD_SKIP_THIS
24 extern "C"
25 {
26  void gnome_vfs_async_set_job_limit(int);
27  int gnome_vfs_async_get_job_limit();
28 }
29 #endif
30 
31 namespace Gnome
32 {
33 
34 namespace Vfs
35 {
36 
37 namespace Async2
38 {
39 
40 void set_job_limit(int limit);
41 
42 int get_job_limit();
43 
44 } // namespace Async2
45 
46 } // namespace Vfs
47 
48 } // namespace Gnome
49 
50 #endif