~matttbe/ubuntu/raring/rhythmbox/lp1010619

« back to all changes in this revision

Viewing changes to doc/reference/html/rhythmbox-rb-builder-helpers.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Rico Tzschichholz
  • Date: 2012-01-10 17:05:11 UTC
  • mfrom: (1.1.61) (2.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120110170511-2i5lktgf2uulpnu7
Tags: 2.90.1~git20120108.9a9e21b9-0ubuntu1
* Sponsor ricotz's update and merge from Debian
[ Rico Tzschichholz ]
* New upstream Git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>rb-builder-helpers</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Rhythmbox Development Reference Manual">
8
8
<link rel="up" href="ch02.html" title="Lib">
9
9
<link rel="prev" href="rhythmbox-rb-file-helpers.html" title="rb-file-helpers">
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv">
39
39
<a name="rhythmbox-rb-builder-helpers.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="returnvalue">GtkBuilder</span></a> *        <a class="link" href="rhythmbox-rb-builder-helpers.html#rb-builder-load" title="rb_builder_load ()">rb_builder_load</a>                     (<em class="parameter"><code>const <span class="type">char</span> *file</code></em>,
 
40
<pre class="synopsis"><a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="returnvalue">GtkBuilder</span></a> *        <a class="link" href="rhythmbox-rb-builder-helpers.html#rb-builder-load" title="rb_builder_load ()">rb_builder_load</a>                     (<em class="parameter"><code>const <span class="type">char</span> *file</code></em>,
41
41
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
42
 
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-builder-helpers.html#rb-builder-boldify-label" title="rb_builder_boldify_label ()">rb_builder_boldify_label</a>            (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="type">GtkBuilder</span></a> *builder</code></em>,
 
42
<span class="returnvalue">void</span>                <a class="link" href="rhythmbox-rb-builder-helpers.html#rb-builder-boldify-label" title="rb_builder_boldify_label ()">rb_builder_boldify_label</a>            (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="type">GtkBuilder</span></a> *builder</code></em>,
43
43
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);
44
44
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="rhythmbox-rb-builder-helpers.html#rb-combo-box-hyphen-separator-func" title="rb_combo_box_hyphen_separator_func ()">rb_combo_box_hyphen_separator_func</a>  (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> *model</code></em>,
45
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>,
57
57
<a name="rhythmbox-rb-builder-helpers.details"></a><h2>Details</h2>
58
58
<div class="refsect2">
59
59
<a name="rb-builder-load"></a><h3>rb_builder_load ()</h3>
60
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="returnvalue">GtkBuilder</span></a> *        rb_builder_load                     (<em class="parameter"><code>const <span class="type">char</span> *file</code></em>,
 
60
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="returnvalue">GtkBuilder</span></a> *        rb_builder_load                     (<em class="parameter"><code>const <span class="type">char</span> *file</code></em>,
61
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
62
62
<p>
63
63
Locates and reads a GtkBuilder file, automatically connecting
79
79
<tr>
80
80
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
81
81
<td>
82
 
<a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="type">GtkBuilder</span></a> object built from the file. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
82
<a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="type">GtkBuilder</span></a> object built from the file. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
83
83
</td>
84
84
</tr>
85
85
</tbody>
88
88
<hr>
89
89
<div class="refsect2">
90
90
<a name="rb-builder-boldify-label"></a><h3>rb_builder_boldify_label ()</h3>
91
 
<pre class="programlisting"><span class="returnvalue">void</span>                rb_builder_boldify_label            (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="type">GtkBuilder</span></a> *builder</code></em>,
 
91
<pre class="programlisting"><span class="returnvalue">void</span>                rb_builder_boldify_label            (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="type">GtkBuilder</span></a> *builder</code></em>,
92
92
                                                         <em class="parameter"><code>const <span class="type">char</span> *name</code></em>);</pre>
93
93
<p>
94
94
Makes a label built from a GtkBuilder file bold.
98
98
<tbody>
99
99
<tr>
100
100
<td><p><span class="term"><em class="parameter"><code>builder</code></em> :</span></p></td>
101
 
<td>a <a href="http://library.gnome.org/devel/gtk/GtkBuilder.html"><span class="type">GtkBuilder</span></a> instance</td>
 
101
<td>a <a href="http://library.gnome.org/devel/gtk3/GtkBuilder.html"><span class="type">GtkBuilder</span></a> instance</td>
102
102
</tr>
103
103
<tr>
104
104
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>