~rodrigo-moya/ubuntu/oneiric/gnome-desktop3/fix_863038

« back to all changes in this revision

Viewing changes to docs/reference/gnome-desktop3/html/gnome-desktop3-gnome-desktop-utils.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-01-13 11:33:39 UTC
  • mfrom: (1.2.3 upstream) (1.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110113113339-656gckpk55m1bugr
Tags: 2.91.6-1ubuntu1
* Rebase on Debian
* debian/control.in:
  - downgrade the gtk requirement, the newest version is not required
* debian/rules:
  - distributor is Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="home" href="index.html" title="GNOME Desktop Library Reference Manual">
8
8
<link rel="up" href="libgnome.html" title="Part V. Miscellaneous">
9
9
<link rel="prev" href="libgnome.html" title="Part V. Miscellaneous">
10
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
10
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
11
<link rel="stylesheet" href="style.css" type="text/css">
12
12
</head>
13
13
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
25
25
                  <a href="#gnome-desktop3-gnome-desktop-utils.description" class="shortcut">Description</a>
26
26
</td></tr>
27
27
</table>
28
 
<div class="refentry">
 
28
<div class="refentry" title="gnome-desktop-utils">
29
29
<a name="gnome-desktop3-gnome-desktop-utils"></a><div class="titlepage"></div>
30
30
<div class="refnamediv"><table width="100%"><tr>
31
31
<td valign="top">
34
34
</td>
35
35
<td valign="top" align="right"></td>
36
36
</tr></table></div>
37
 
<div class="refsynopsisdiv">
 
37
<div class="refsynopsisdiv" title="Synopsis">
38
38
<a name="gnome-desktop3-gnome-desktop-utils.synopsis"></a><h2>Synopsis</h2>
39
39
<pre class="synopsis"><span class="returnvalue">void</span>                <a class="link" href="gnome-desktop3-gnome-desktop-utils.html#gnome-desktop-prepend-terminal-to-vector" title="gnome_desktop_prepend_terminal_to_vector ()">gnome_desktop_prepend_terminal_to_vector</a>
40
40
                                                        (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
41
41
                                                         <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
42
42
</pre>
43
43
</div>
44
 
<div class="refsect1">
 
44
<div class="refsect1" title="Description">
45
45
<a name="gnome-desktop3-gnome-desktop-utils.description"></a><h2>Description</h2>
46
46
<p>
47
47
</p>
48
48
</div>
49
 
<div class="refsect1">
 
49
<div class="refsect1" title="Details">
50
50
<a name="gnome-desktop3-gnome-desktop-utils.details"></a><h2>Details</h2>
51
 
<div class="refsect2">
 
51
<div class="refsect2" title="gnome_desktop_prepend_terminal_to_vector ()">
52
52
<a name="gnome-desktop-prepend-terminal-to-vector"></a><h3>gnome_desktop_prepend_terminal_to_vector ()</h3>
53
53
<pre class="programlisting"><span class="returnvalue">void</span>                gnome_desktop_prepend_terminal_to_vector
54
54
                                                        (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
57
57
Prepends a terminal (either the one configured as default in
58
58
the user's GNOME setup, or one of the common xterm emulators) to the passed
59
59
in vector, modifying it in the process.  The vector should be allocated with
60
 
<span class="type">g_malloc</span>, as this will <span class="type">g_free</span> the original vector.  Also all elements must
 
60
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-malloc"><span class="type">g_malloc</span></a>, as this will <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><span class="type">g_free</span></a> the original vector.  Also all elements must
61
61
have been allocated separately.  That is the standard glib/GNOME way of
62
62
doing vectors however.  If the integer that <em class="parameter"><code>argc</code></em> points to is negative, the
63
63
size will first be computed.  Also note that passing in pointers to a vector
68
68
<tbody>
69
69
<tr>
70
70
<td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
71
 
<td>a pointer to the vector size</td>
 
71
<td>a pointer to the vector size
 
72
</td>
72
73
</tr>
73
74
<tr>
74
75
<td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
75
 
<td>a pointer to the vector</td>
 
76
<td>a pointer to the vector
 
77
</td>
76
78
</tr>
77
79
</tbody>
78
80
</table></div>
81
83
</div>
82
84
<div class="footer">
83
85
<hr>
84
 
          Generated by GTK-Doc V1.15.1</div>
 
86
          Generated by GTK-Doc V1.15</div>
85
87
</body>
86
88
</html>
 
 
b'\\ No newline at end of file'