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

« back to all changes in this revision

Viewing changes to manuals/reference/libanjuta/html/libanjuta-IAnjutaEnvironment.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:
48
48
 
49
49
enum                <a class="link" href="libanjuta-IAnjutaEnvironment.html#IAnjutaEnvironmentError-enum" title="enum IAnjutaEnvironmentError">IAnjutaEnvironmentError</a>;
50
50
struct              <a class="link" href="libanjuta-IAnjutaEnvironment.html#IAnjutaEnvironmentIface" title="struct IAnjutaEnvironmentIface">IAnjutaEnvironmentIface</a>;
51
 
<span class="returnvalue">GQuark</span>              <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-error-quark" title="ianjuta_environment_error_quark ()">ianjuta_environment_error_quark</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
52
 
<span class="returnvalue">gchar</span> *             <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-get-real-directory" title="ianjuta_environment_get_real_directory ()">ianjuta_environment_get_real_directory</a>
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-error-quark" title="ianjuta_environment_error_quark ()">ianjuta_environment_error_quark</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
 
52
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-get-real-directory" title="ianjuta_environment_get_real_directory ()">ianjuta_environment_get_real_directory</a>
53
53
                                                        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
54
 
                                                         <em class="parameter"><code><span class="type">gchar</span> *dir</code></em>,
55
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);
56
 
<span class="returnvalue">gboolean</span>            <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-override" title="ianjuta_environment_override ()">ianjuta_environment_override</a>        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
57
 
                                                         <em class="parameter"><code><span class="type">gchar</span> **dirp</code></em>,
58
 
                                                         <em class="parameter"><code><span class="type">gchar</span> ***argvp</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">gchar</span> ***envp</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);
 
54
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dir</code></em>,
 
55
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
 
56
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libanjuta-IAnjutaEnvironment.html#ianjuta-environment-override" title="ianjuta_environment_override ()">ianjuta_environment_override</a>        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
 
57
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dirp</code></em>,
 
58
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argvp</code></em>,
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***envp</code></em>,
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
61
61
</pre>
62
62
</div>
63
63
<div class="refsect1">
118
118
<hr>
119
119
<div class="refsect2">
120
120
<a name="ianjuta-environment-error-quark"></a><h3>ianjuta_environment_error_quark ()</h3>
121
 
<pre class="programlisting"><span class="returnvalue">GQuark</span>              ianjuta_environment_error_quark     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
121
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              ianjuta_environment_error_quark     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
122
122
<p>
123
123
</p>
124
124
</div>
125
125
<hr>
126
126
<div class="refsect2">
127
127
<a name="ianjuta-environment-get-real-directory"></a><h3>ianjuta_environment_get_real_directory ()</h3>
128
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             ianjuta_environment_get_real_directory
 
128
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             ianjuta_environment_get_real_directory
129
129
                                                        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
130
 
                                                         <em class="parameter"><code><span class="type">gchar</span> *dir</code></em>,
131
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
 
130
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dir</code></em>,
 
131
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
132
132
<p>
133
133
Convert a directory in the environment to a directory outside.
134
134
It is useful when the environment use chroot. Take care that
163
163
<hr>
164
164
<div class="refsect2">
165
165
<a name="ianjuta-environment-override"></a><h3>ianjuta_environment_override ()</h3>
166
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            ianjuta_environment_override        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
167
 
                                                         <em class="parameter"><code><span class="type">gchar</span> **dirp</code></em>,
168
 
                                                         <em class="parameter"><code><span class="type">gchar</span> ***argvp</code></em>,
169
 
                                                         <em class="parameter"><code><span class="type">gchar</span> ***envp</code></em>,
170
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
 
166
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ianjuta_environment_override        (<em class="parameter"><code><span class="type">IAnjutaEnvironment</span> *obj</code></em>,
 
167
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **dirp</code></em>,
 
168
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***argvp</code></em>,
 
169
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***envp</code></em>,
 
170
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
171
171
<p>
172
172
Override a command to work in another build environment
173
173
</p>