~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GFile.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Laurent Bigonville, Iain Lane
  • Date: 2015-01-20 13:46:28 UTC
  • mfrom: (207.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20150120134628-b6muiofhl885twuy
Tags: 2.43.3-1
[ Laurent Bigonville ]
* debian/control.in, debian/libglib2.0-dev.install.in,
  debian/libglib2.0-0-dbg.install.in: Install the gdb python scripts in the
  proper locations, move them to the -dbg package and add the needed
  Breaks/Replaces (Closes: #774024)

[ Iain Lane ]
* New upstream release 2.43.3
  + add g_set_object() convenience function
  + GNetworkMonitor: check if NM is not running and don't crash
  + fix some races with g_mkdir_with_parents
  + avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save on
    static strings
  + fix some content type vs. mime issues
* 07_disable_tests_on_slow_archs.patch: Refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="file_ops.html" title="File Operations">
9
9
<link rel="prev" href="file_ops.html" title="File Operations">
10
10
<link rel="next" href="gio-GFileAttribute.html" title="GFileAttribute">
11
 
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1105
1105
</div>
1106
1106
<div class="refsect1">
1107
1107
<a name="GFile.object-hierarchy"></a><h2>Object Hierarchy</h2>
1108
 
<pre class="screen">    GFlags
 
1108
<pre class="screen">    <a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
1109
1109
    <span class="lineart">╰──</span> GFileMonitorFlags
1110
 
    GInterface
 
1110
    <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
1111
1111
    <span class="lineart">╰──</span> GFile
1112
1112
</pre>
1113
1113
</div>
2237
2237
    <tbody>
2238
2238
      <tr>
2239
2239
        <td class="listing_lines" align="right"><pre>1</pre></td>
2240
 
        <td class="listing_code"><pre class="programlisting"><span class="normal">URI </span><span class="symbol">=</span><span class="normal"> scheme </span><span class="string">":"</span><span class="normal"> hier</span><span class="symbol">-</span><span class="normal">part </span><span class="symbol">[</span><span class="normal"> </span><span class="string">"?"</span><span class="normal"> query </span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">[</span><span class="normal"> </span><span class="string">"#"</span><span class="normal"> fragment </span><span class="symbol">]</span></pre></td>
 
2240
        <td class="listing_code"><pre class="programlisting">URI <span class="gtkdoc opt">=</span> scheme <span class="string">&quot;:&quot;</span> hier<span class="gtkdoc opt">-</span>part <span class="gtkdoc opt">[</span> <span class="string">&quot;?&quot;</span> query <span class="gtkdoc opt">] [</span> <span class="string">&quot;#&quot;</span> fragment <span class="gtkdoc opt">]</span></pre></td>
2241
2241
      </tr>
2242
2242
    </tbody>
2243
2243
  </table>
9686
9686
</div>
9687
9687
<div class="footer">
9688
9688
<hr>
9689
 
          Generated by GTK-Doc V1.21.1</div>
 
9689
          Generated by GTK-Doc V1.21</div>
9690
9690
</body>
9691
9691
</html>
 
 
b'\\ No newline at end of file'