~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/classGio_1_1File.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-07 13:47:09 UTC
  • mfrom: (1.2.87)
  • Revision ID: package-import@ubuntu.com-20140407134709-wlrea1wrtuy9kpzw
Tags: 2.39.93-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 <tr style="height: 56px;">
19
19
  <td style="padding-left: 0.5em;">
20
20
   <div id="projectname">glibmm
21
 
   &#160;<span id="projectnumber">2.39.4</span>
 
21
   &#160;<span id="projectnumber">2.39.93</span>
22
22
   </div>
23
23
  </td>
24
24
 </tr>
705
705
<tr class="memdesc:af0372ffd3f535f39b7e48c0483e4c1f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Finishes an asynchronous replace of the given file .  <a href="#af0372ffd3f535f39b7e48c0483e4c1f4">More...</a><br/></td></tr>
706
706
<tr class="separator:af0372ffd3f535f39b7e48c0483e4c1f4"><td class="memSeparator" colspan="2">&#160;</td></tr>
707
707
<tr class="memitem:ab666a9ec3922903646504f4080758522"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGio_1_1File.html#ab666a9ec3922903646504f4080758522">supports_thread_contexts</a> () const </td></tr>
708
 
<tr class="memdesc:ab666a9ec3922903646504f4080758522"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks if <em>file</em> supports thread-default contexts.  <a href="#ab666a9ec3922903646504f4080758522">More...</a><br/></td></tr>
 
708
<tr class="memdesc:ab666a9ec3922903646504f4080758522"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks if <em>file</em> supports [thread-default contexts][g-main-context-push-thread-default-context].  <a href="#ab666a9ec3922903646504f4080758522">More...</a><br/></td></tr>
709
709
<tr class="separator:ab666a9ec3922903646504f4080758522"><td class="memSeparator" colspan="2">&#160;</td></tr>
710
710
<tr class="inherit_header pub_methods_classGlib_1_1Interface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classGlib_1_1Interface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classGlib_1_1Interface.html">Glib::Interface</a></td></tr>
711
711
<tr class="memitem:a3ab20f29c40967352d1bf2d88bfe11e5 inherit pub_methods_classGlib_1_1Interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGlib_1_1Interface.html#a3ab20f29c40967352d1bf2d88bfe11e5">Interface</a> ()</td></tr>
3008
3008
 
3009
3009
<p>Gets the URI scheme for a <a class="el" href="classGio_1_1File.html" title="File and directory handling. ">File</a>. </p>
3010
3010
<p>RFC 3986 decodes the scheme as:</p>
3011
 
<p>URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]</p>
3012
 
<p>Common schemes include "file", "http", "ftp", etc.</p>
 
3011
<p>[C example ellipted] Common schemes include "file", "http", "ftp", etc.</p>
3013
3012
<p>This call does no blocking I/O. </p>
3014
3013
<dl class="section return"><dt>Returns</dt><dd>A string containing the URI scheme for the given <a class="el" href="classGio_1_1File.html" title="File and directory handling. ">File</a>. The returned string should be freed with Glib::free() when no longer needed. </dd></dl>
3015
3014
 
8320
8319
      </table>
8321
8320
</div><div class="memdoc">
8322
8321
 
8323
 
<p>Checks if <em>file</em> supports thread-default contexts. </p>
 
8322
<p>Checks if <em>file</em> supports [thread-default contexts][g-main-context-push-thread-default-context]. </p>
8324
8323
<p>If this returns <code>false</code>, you cannot perform asynchronous operations on <em>file</em> in a thread that has a thread-default context.</p>
8325
8324
<dl class="since_2_22"><dt><b><a class="el" href="since_2_22.html#_since_2_22000041">Since glibmm 2.22:</a></b></dt><dd></dd></dl>
8326
8325
<dl class="section return"><dt>Returns</dt><dd>Whether or not <em>file</em> supports thread-default contexts. </dd></dl>
8788
8787
</div><!-- contents -->
8789
8788
<!-- start footer part -->
8790
8789
<hr class="footer"/><address class="footer"><small>
8791
 
Generated on Mon Feb 17 2014 09:42:51 for glibmm by &#160;<a href="http://www.doxygen.org/index.html">
 
8790
Generated on Sat Apr 5 2014 14:43:02 for glibmm by &#160;<a href="http://www.doxygen.org/index.html">
8792
8791
<img class="footer" src="doxygen.png" alt="doxygen"/>
8793
8792
</a> 1.8.4
8794
8793
</small></address>