Sophie

Sophie

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

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.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.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_8h-source.html">libgnomevfsmm/transfer-progress.h</a>&gt;</code><br>
<code>#include &lt;libgnomevfs/gnome-vfs-xfer.h&gt;</code><br>

<p>
<a href="transfer_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_1Transfer.html">Gnome::Vfs::Transfer</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_1Transfer.html#aeb503109fda3676cb7ec1b7d31223af">Gnome::Vfs::Transfer::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_1Transfer.html#a70983e8681adc742999a2be482fb661">Gnome::Vfs::Transfer::ListHandleUris</a></td></tr>

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

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">For instance, int on_transfer_progress(GnomeVFSXferProgressInfo* info);.  <a href="#566138ebf21b5be5941d38e7f2007db7"></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_1Transfer.html#cb25a41e5c15da13da027a49e7d705c5">Gnome::Vfs::Transfer::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="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer.html#486f2837f83c061bcebc3676660620c5">Gnome::Vfs::Transfer::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">: A List of uris (ie <a href="file://">file://</a>) : A List of uris : These are options you wish to set for the transfer.  <a href="#486f2837f83c061bcebc3676660620c5"></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_1Transfer.html#8e5e59fd52067e992502eabdb33d3d60">Gnome::Vfs::Transfer::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="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer.html#cb4412d87c19f8c2f3e69dc63e0f5f06">Gnome::Vfs::Transfer::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="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer.html#d83baa26dc481125697cad014f0fba24">Gnome::Vfs::Transfer::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="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer.html#90e4592406899aec8f52169337dfadc9">Gnome::Vfs::Transfer::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="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGnome_1_1Vfs_1_1Transfer.html#aace0957eea4ea16976637b998db55f0">Gnome::Vfs::Transfer::remove_list</a> (const Glib::StringArrayHandle &amp;source_uri_list, TransferOptions options, ErrorMode error_mode, const SlotProgress &amp;slot)</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_1Transfer.html#ed6b4348ada6df9e5030ae658879eb3e">Gnome::Vfs::Transfer::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>

</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>