New upstream version 3.23.1
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
||||
<link rel="prev" href="GtkTreeModelFilter.html" title="GtkTreeModelFilter">
|
||||
<link rel="next" href="GtkCellArea.html" title="GtkCellArea">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -154,7 +154,7 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCellLayout.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GInterface
|
||||
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
||||
<span class="lineart">╰──</span> GtkCellLayout
|
||||
</pre>
|
||||
</div>
|
||||
@ -321,7 +321,7 @@ as appropriate.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>data</p></td>
|
||||
<td class="parameter_description"><p> user data passed to <a class="link" href="GtkCellLayout.html#gtk-cell-layout-set-cell-data-func" title="gtk_cell_layout_set_cell_data_func ()"><code class="function">gtk_cell_layout_set_cell_data_func()</code></a>. </p></td>
|
||||
<td class="parameter_description"><p>user data passed to <a class="link" href="GtkCellLayout.html#gtk-cell-layout-set-cell-data-func" title="gtk_cell_layout_set_cell_data_func ()"><code class="function">gtk_cell_layout_set_cell_data_func()</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -449,7 +449,7 @@ is used by <em class="parameter"><code>cell_layout</code></em>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-cell-layout-get-area.returns"></a><h4>Returns</h4>
|
||||
<p> the cell area used by <em class="parameter"><code>cell_layout</code></em>
|
||||
<p>the cell area used by <em class="parameter"><code>cell_layout</code></em>
|
||||
,
|
||||
or <code class="literal">NULL</code> in case no cell area is used. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
||||
@ -480,7 +480,7 @@ gtk_cell_layout_get_cells (<em class="parameter"><code><a class="link" href="Gtk
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-cell-layout-get-cells.returns"></a><h4>Returns</h4>
|
||||
<p> a list of cell renderers. The list, but not the renderers has
|
||||
<p>a list of cell renderers. The list, but not the renderers has
|
||||
been newly allocated and should be freed with <code class="function">g_list_free()</code>
|
||||
when no longer needed. </p>
|
||||
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkCellRenderer][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
||||
@ -687,12 +687,12 @@ cell renderer(s) as appropriate.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>func</p></td>
|
||||
<td class="parameter_description"><p> the <a class="link" href="GtkCellLayout.html#GtkCellLayoutDataFunc" title="GtkCellLayoutDataFunc ()"><span class="type">GtkCellLayoutDataFunc</span></a> to use, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>the <a class="link" href="GtkCellLayout.html#GtkCellLayoutDataFunc" title="GtkCellLayoutDataFunc ()"><span class="type">GtkCellLayoutDataFunc</span></a> to use, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>func_data</p></td>
|
||||
<td class="parameter_description"><p> user data for <em class="parameter"><code>func</code></em>
|
||||
<td class="parameter_description"><p>user data for <em class="parameter"><code>func</code></em>
|
||||
. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
@ -845,6 +845,6 @@ cell_layout if called on a <a class="link" href="GtkCellArea.html" title="GtkCel
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user