Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 014ec55d90fdad9125af7b65e4977762 > files > 212

gnome-vfsmm2.6-doc-2.22.0-1mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libgnomevfsmm: transfer-2.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>transfer-2.h File Reference</h1><code>#include &lt;glibmm.h&gt;</code><br>
<code>#include &lt;<a class="el" href="enums_8h-source.html">libgnomevfsmm/enums.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="exception_8h-source.html">libgnomevfsmm/exception.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="uri_8h-source.html">libgnomevfsmm/uri.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="transfer-progress-2_8h-source.html">libgnomevfsmm/transfer-progress-2.h</a>&gt;</code><br>
<code>#include &lt;libgnomevfs/gnome-vfs-xfer.h&gt;</code><br>

<p>
<a href="transfer-2_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome.html">Gnome</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs.html">Gnome::Vfs</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html">Gnome::Vfs::Transfer2</a></td></tr>

<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef Glib::ListHandle<br>
&lt; Glib::ustring &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#67c7ad92abd6f90dcfff917d93e4f131">Gnome::Vfs::Transfer2::ListHandleStrings</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef Glib::ListHandle<br>
&lt; Glib::RefPtr&lt; const Uri &gt; &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#4d1961086281d5ca3a601018e36ecd35">Gnome::Vfs::Transfer2::ListHandleUris</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef sigc::slot&lt; gint, <br>
const ProgressInfo &amp; &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#e056e7f6fb12a636f819dd617bc3c6cd">Gnome::Vfs::Transfer2::SlotProgress</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">For instance, gint on_transfer_progress(const Gnome::Vfs::Transfer::ProgressInfo&amp; info);.  <a href="#e056e7f6fb12a636f819dd617bc3c6cd"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#ec358051253a0f2598cf765eabffa5f7">Gnome::Vfs::Transfer2::transfer_list</a> (const Glib::StringArrayHandle &amp;source_uri_list, const Glib::StringArrayHandle &amp;target_uri_list, TransferOptions options, ErrorMode error_mode, OverwriteMode overwrite_mode, const SlotProgress &amp;slot)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function will transfer multiple files to multiple targets, given source URIs and destination URIs.  <a href="#ec358051253a0f2598cf765eabffa5f7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#516f85a164f897360a71025a85bd0224">Gnome::Vfs::Transfer2::transfer_list_uris</a> (const ListHandleUris &amp;source_uri_list, const ListHandleUris &amp;target_uri_list, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function will transfer multiple files to multiple targets, given source URIs and destination URIs.  <a href="#516f85a164f897360a71025a85bd0224"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#f187500e42837c0957c0155c37247e70">Gnome::Vfs::Transfer2::transfer</a> (const Glib::ustring &amp;source_uri, const Glib::ustring &amp;target_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function works exactly like <a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#ec358051253a0f2598cf765eabffa5f7" title="This function will transfer multiple files to multiple targets, given source URIs...">transfer_list()</a>, and is a convenience wrapper for only acting on one source/target URI pair.  <a href="#f187500e42837c0957c0155c37247e70"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#9fb1b3e5d5635ba3d791915dacdf8d16">Gnome::Vfs::Transfer2::transfer</a> (const Glib::RefPtr&lt; const Uri &gt; &amp;source_uri, const Glib::RefPtr&lt; const Uri &gt; &amp;target_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, OverwriteMode overwrite_mode=XFER_OVERWRITE_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function works exactly like <a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#516f85a164f897360a71025a85bd0224" title="This function will transfer multiple files to multiple targets, given source URIs...">transfer_list_uris()</a>, and is a convenience wrapper for only acting on one source/target URI pair.  <a href="#9fb1b3e5d5635ba3d791915dacdf8d16"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#517050ddf5b7577778a2eda47adf6dc8">Gnome::Vfs::Transfer2::remove_list</a> (const Glib::StringArrayHandle &amp;source_uri_list, TransferOptions options, ErrorMode error_mode, const SlotProgress &amp;slot)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unlinks items in the source_uri_list from their filesystems.  <a href="#517050ddf5b7577778a2eda47adf6dc8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#51e3fdbc86b2ed366b4ff0d0a2bb0178">Gnome::Vfs::Transfer2::remove_list_uris</a> (const ListHandleUris &amp;source_uri_list, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unlinks items in the source_uri_list from their filesystems.  <a href="#51e3fdbc86b2ed366b4ff0d0a2bb0178"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#8f21b0c8f5312ada39c3eefcee77689e">Gnome::Vfs::Transfer2::remove</a> (const Glib::ustring &amp;source_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function works exactly like <a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#517050ddf5b7577778a2eda47adf6dc8" title="Unlinks items in the source_uri_list from their filesystems.">remove_list()</a>, and is a convenience wrapper for only acting on one source URI.  <a href="#8f21b0c8f5312ada39c3eefcee77689e"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#944f7f7d59bfa61a510c3176de919c89">Gnome::Vfs::Transfer2::remove</a> (const Glib::RefPtr&lt; const Uri &gt; &amp;source_uri, TransferOptions options=XFER_DEFAULT, ErrorMode error_mode=XFER_ERROR_MODE_ABORT, const SlotProgress &amp;progress_callback=SlotProgress())</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This function works exactly like <a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer2.html#51e3fdbc86b2ed366b4ff0d0a2bb0178" title="Unlinks items in the source_uri_list from their filesystems.">remove_list_uris()</a>, and is a convenience wrapper for only acting on one source URI.  <a href="#944f7f7d59bfa61a510c3176de919c89"></a><br></td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 9 14:42:04 2008 for libgnomevfsmm by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>