Moving files to packaging and extracing new tarball.
[profile/ivi/glib2.git] / docs / reference / gio / html / ch28s02.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Operations on multiple files</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GIO Reference Manual">
8 <link rel="up" href="ch28.html" title="Migrating from GnomeVFS to GIO">
9 <link rel="prev" href="ch28.html" title="Migrating from GnomeVFS to GIO">
10 <link rel="next" href="ch28s03.html" title="Mime monitoring">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="ch28.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="ch28.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GIO Reference Manual</th>
20 <td><a accesskey="n" href="ch28s03.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="section">
23 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
24 <a name="id531292"></a>Operations on multiple files</h2></div></div></div>
25 <p>
26         gnome-vfs has the dreaded <code class="function">gnome_vfs_xfer_uri_list()</code> function which
27         has tons of options and offers the equivalent of cp, mv, ln, mkdir
28         and rm at the same time. 
29       </p>
30 <p>
31         GIO offers a much simpler I/O scheduler functionality instead, that
32         lets you schedule a function to be called in a separate thread, or
33         if threads are not available, as an idle in the mainloop.
34         See <a class="link" href="gio-GIOScheduler.html#g-io-scheduler-push-job" title="g_io_scheduler_push_job ()"><code class="function">g_io_scheduler_push_job()</code></a>. 
35       </p>
36 </div>
37 <div class="footer">
38 <hr>
39           Generated by GTK-Doc V1.18</div>
40 </body>
41 </html>