~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/reference/libanjuta/html/libanjuta-AnjutaFileList.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
<a name="libanjuta-AnjutaFileList.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="libanjuta-AnjutaFileList.html#AnjutaFileListClass" title="struct AnjutaFileListClass">AnjutaFileListClass</a>;
41
41
<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="libanjuta-AnjutaFileList.html#anjuta-file-list-new" title="anjuta_file_list_new ()">anjuta_file_list_new</a>                (<em class="parameter"><code><span class="type">void</span></code></em>);
42
 
<span class="returnvalue">GList</span> *             <a class="link" href="libanjuta-AnjutaFileList.html#anjuta-file-list-get-paths" title="anjuta_file_list_get_paths ()">anjuta_file_list_get_paths</a>          (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>);
 
42
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="libanjuta-AnjutaFileList.html#anjuta-file-list-get-paths" title="anjuta_file_list_get_paths ()">anjuta_file_list_get_paths</a>          (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>);
43
43
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaFileList.html#anjuta-file-list-set-relative-path" title="anjuta_file_list_set_relative_path ()">anjuta_file_list_set_relative_path</a>  (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>,
44
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);
 
44
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);
45
45
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaFileList.html#anjuta-file-list-clear" title="anjuta_file_list_clear ()">anjuta_file_list_clear</a>              (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>);
46
46
                    <a class="link" href="libanjuta-AnjutaFileList.html#AnjutaFileListPriv" title="AnjutaFileListPriv">AnjutaFileListPriv</a>;
47
47
</pre>
72
72
<hr>
73
73
<div class="refsect2">
74
74
<a name="anjuta-file-list-get-paths"></a><h3>anjuta_file_list_get_paths ()</h3>
75
 
<pre class="programlisting"><span class="returnvalue">GList</span> *             anjuta_file_list_get_paths          (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>);</pre>
 
75
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             anjuta_file_list_get_paths          (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>);</pre>
76
76
<p>
77
77
</p>
78
78
</div>
80
80
<div class="refsect2">
81
81
<a name="anjuta-file-list-set-relative-path"></a><h3>anjuta_file_list_set_relative_path ()</h3>
82
82
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_file_list_set_relative_path  (<em class="parameter"><code><span class="type">AnjutaFileList</span> *self</code></em>,
83
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre>
 
83
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
84
84
<p>
85
85
</p>
86
86
</div>