New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="gtkbase.html" title="Part III. GTK+ Core Reference">
|
||||
<link rel="prev" href="gtk3-Standard-Enumerations.html" title="Standard Enumerations">
|
||||
<link rel="next" href="gtk3-Testing.html" title="Testing">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -29,7 +29,7 @@
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="gtk3-Selections.top_of_page"></a>Selections</span></h2>
|
||||
<p>Selections — Functions for handling inter-process communication
|
||||
via selections</p>
|
||||
via selections</p>
|
||||
</td>
|
||||
<td class="gallery_image" valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
@ -315,7 +315,7 @@ via selections</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<span class="returnvalue">GdkAtom</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gtk3-Selections.html#gtk-selection-data-get-selection" title="gtk_selection_data_get_selection ()">gtk_selection_data_get_selection</a> <span class="c_punctuation">()</span>
|
||||
@ -345,7 +345,7 @@ via selections</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<span class="returnvalue">GdkAtom</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gtk3-Selections.html#gtk-selection-data-get-data-type" title="gtk_selection_data_get_data_type ()">gtk_selection_data_get_data_type</a> <span class="c_punctuation">()</span>
|
||||
@ -353,7 +353,7 @@ via selections</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gdk4/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
|
||||
<span class="returnvalue">GdkDisplay</span> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gtk3-Selections.html#gtk-selection-data-get-display" title="gtk_selection_data_get_display ()">gtk_selection_data_get_display</a> <span class="c_punctuation">()</span>
|
||||
@ -369,7 +369,7 @@ via selections</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<span class="returnvalue">GdkAtom</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gtk3-Selections.html#gtk-selection-data-get-target" title="gtk_selection_data_get_target ()">gtk_selection_data_get_target</a> <span class="c_punctuation">()</span>
|
||||
@ -678,7 +678,7 @@ If the resulting reference count is zero, frees the list.</p>
|
||||
<a name="gtk-target-list-add"></a><h3>gtk_target_list_add ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_target_list_add (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> flags</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> info</code></em>);</pre>
|
||||
<p>Appends another target to a <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>.</p>
|
||||
@ -910,7 +910,7 @@ will be added, serializable formats otherwise.</p></td>
|
||||
<a name="gtk-target-list-remove"></a><h3>gtk_target_list_remove ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_target_list_remove (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>);</pre>
|
||||
<p>Removes a target from a target list.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-target-list-remove.parameters"></a><h4>Parameters</h4>
|
||||
@ -940,7 +940,7 @@ gtk_target_list_remove (<em class="parameter"><code><a class="link" href="gtk3-S
|
||||
<a name="gtk-target-list-find"></a><h3>gtk_target_list_find ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_target_list_find (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a> *list</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> *info</code></em>);</pre>
|
||||
<p>Looks up a given target in a <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
@ -1052,7 +1052,7 @@ longer needed.</p>
|
||||
<a name="gtk-selection-owner-set"></a><h3>gtk_selection_owner_set ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_selection_owner_set (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
|
||||
<p>Claims ownership of a given selection for a particular widget,
|
||||
or, if <em class="parameter"><code>widget</code></em>
|
||||
@ -1093,9 +1093,9 @@ or, if <em class="parameter"><code>widget</code></em>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-selection-owner-set-for-display"></a><h3>gtk_selection_owner_set_for_display ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_selection_owner_set_for_display (<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
||||
gtk_selection_owner_set_for_display (<em class="parameter"><code><span class="type">GdkDisplay</span> *display</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
|
||||
<p>Claim ownership of a given selection for a particular widget, or,
|
||||
if <em class="parameter"><code>widget</code></em>
|
||||
@ -1111,7 +1111,7 @@ if <em class="parameter"><code>widget</code></em>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>display</p></td>
|
||||
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/gdk4/GdkDisplay.html#GdkDisplay-struct"><span class="type">GdkDisplay</span></a> where the selection is set</p></td>
|
||||
<td class="parameter_description"><p>the <span class="type">GdkDisplay</span> where the selection is set</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1143,8 +1143,8 @@ if <em class="parameter"><code>widget</code></em>
|
||||
<a name="gtk-selection-add-target"></a><h3>gtk_selection_add_target ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_selection_add_target (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> info</code></em>);</pre>
|
||||
<p>Appends a specified target to the list of supported targets for a
|
||||
given widget and selection.</p>
|
||||
@ -1186,7 +1186,7 @@ given widget and selection.</p>
|
||||
<a name="gtk-selection-add-targets"></a><h3>gtk_selection_add_targets ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_selection_add_targets (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> ntargets</code></em>);</pre>
|
||||
<p>Prepends a table of targets to the list of supported targets
|
||||
@ -1230,7 +1230,7 @@ for a given widget and selection.</p>
|
||||
<a name="gtk-selection-clear-targets"></a><h3>gtk_selection_clear_targets ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_selection_clear_targets (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>);</pre>
|
||||
<p>Remove all targets registered for the given selection for the
|
||||
widget.</p>
|
||||
<div class="refsect3">
|
||||
@ -1261,8 +1261,8 @@ widget.</p>
|
||||
<a name="gtk-selection-convert"></a><h3>gtk_selection_convert ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_selection_convert (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> selection</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> selection</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> target</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint32</span> time_</code></em>);</pre>
|
||||
<p>Requests the contents of a selection. When received,
|
||||
a “selection-received” signal will be generated.</p>
|
||||
@ -1293,7 +1293,7 @@ a “selection-received” signal will be generated.</p>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>time_</p></td>
|
||||
<td class="parameter_description"><p>Time of request (usually of triggering event)
|
||||
In emergency, you could use <a href="https://developer.gnome.org/gdk4/gdk4-Events.html#GDK-CURRENT-TIME:CAPS"><span class="type">GDK_CURRENT_TIME</span></a></p></td>
|
||||
In emergency, you could use <span class="type">GDK_CURRENT_TIME</span></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1311,7 +1311,7 @@ this widget).</p>
|
||||
<a name="gtk-selection-data-set"></a><h3>gtk_selection_data_set ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_selection_data_set (<em class="parameter"><code><a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> type</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> format</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">guchar</span> *data</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> length</code></em>);</pre>
|
||||
@ -1580,7 +1580,7 @@ non-<code class="literal">NULL</code> it must be freed with <code class="functio
|
||||
<a name="gtk-selection-data-get-targets"></a><h3>gtk_selection_data_get_targets ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_selection_data_get_targets (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> **targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkAtom</span> **targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *n_atoms</code></em>);</pre>
|
||||
<p>Gets the contents of <em class="parameter"><code>selection_data</code></em>
|
||||
as an array of targets.
|
||||
@ -1775,9 +1775,9 @@ otherwise <code class="literal">FALSE</code>.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-selection-data-get-selection"></a><h3>gtk_selection_data_get_selection ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<pre class="programlisting"><span class="returnvalue">GdkAtom</span>
|
||||
gtk_selection_data_get_selection (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
||||
<p>Retrieves the selection <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> of the selection data.</p>
|
||||
<p>Retrieves the selection <span class="type">GdkAtom</span> of the selection data.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-selection-data-get-selection.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -1795,7 +1795,7 @@ gtk_selection_data_get_selection (<em class="parameter"><code>const <a class="li
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-selection-data-get-selection.returns"></a><h4>Returns</h4>
|
||||
<p>the selection <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> of the selection data. </p>
|
||||
<p>the selection <span class="type">GdkAtom</span> of the selection data. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.16</p>
|
||||
@ -1898,7 +1898,7 @@ gtk_selection_data_get_data_with_length
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-selection-data-get-data-type"></a><h3>gtk_selection_data_get_data_type ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<pre class="programlisting"><span class="returnvalue">GdkAtom</span>
|
||||
gtk_selection_data_get_data_type (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
||||
<p>Retrieves the data type of the selection.</p>
|
||||
<div class="refsect3">
|
||||
@ -1926,7 +1926,7 @@ gtk_selection_data_get_data_type (<em class="parameter"><code>const <a class="li
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-selection-data-get-display"></a><h3>gtk_selection_data_get_display ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gdk4/GdkDisplay.html#GdkDisplay-struct"><span class="returnvalue">GdkDisplay</span></a> *
|
||||
<pre class="programlisting"><span class="returnvalue">GdkDisplay</span> *
|
||||
gtk_selection_data_get_display (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
||||
<p>Retrieves the display of the selection.</p>
|
||||
<div class="refsect3">
|
||||
@ -1981,7 +1981,7 @@ gtk_selection_data_get_format (<em class="parameter"><code>const <a class="link"
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-selection-data-get-target"></a><h3>gtk_selection_data_get_target ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
||||
<pre class="programlisting"><span class="returnvalue">GdkAtom</span>
|
||||
gtk_selection_data_get_target (<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
||||
<p>Retrieves the target of the selection.</p>
|
||||
<div class="refsect3">
|
||||
@ -2010,7 +2010,7 @@ gtk_selection_data_get_target (<em class="parameter"><code>const <a class="link"
|
||||
<div class="refsect2">
|
||||
<a name="gtk-targets-include-image"></a><h3>gtk_targets_include_image ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_targets_include_image (<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
|
||||
gtk_targets_include_image (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> writable</code></em>);</pre>
|
||||
<p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
|
||||
@ -2027,7 +2027,7 @@ provide a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>targets</p></td>
|
||||
<td class="parameter_description"><p>an array of <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
|
||||
<td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2057,7 +2057,7 @@ otherwise <code class="literal">FALSE</code>.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-targets-include-text"></a><h3>gtk_targets_include_text ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_targets_include_text (<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
|
||||
gtk_targets_include_text (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>);</pre>
|
||||
<p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
|
||||
can be used to
|
||||
@ -2073,7 +2073,7 @@ provide text.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>targets</p></td>
|
||||
<td class="parameter_description"><p>an array of <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
|
||||
<td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2097,7 +2097,7 @@ otherwise <code class="literal">FALSE</code>.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-targets-include-uri"></a><h3>gtk_targets_include_uri ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_targets_include_uri (<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
|
||||
gtk_targets_include_uri (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>);</pre>
|
||||
<p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
|
||||
can be used to
|
||||
@ -2113,7 +2113,7 @@ provide an uri list.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>targets</p></td>
|
||||
<td class="parameter_description"><p>an array of <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
|
||||
<td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2137,7 +2137,7 @@ otherwise <code class="literal">FALSE</code>.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-targets-include-rich-text"></a><h3>gtk_targets_include_rich_text ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_targets_include_rich_text (<em class="parameter"><code><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> *targets</code></em>,
|
||||
gtk_targets_include_rich_text (<em class="parameter"><code><span class="type">GdkAtom</span> *targets</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
||||
<p>Determines if any of the targets in <em class="parameter"><code>targets</code></em>
|
||||
@ -2154,7 +2154,7 @@ provide rich text.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>targets</p></td>
|
||||
<td class="parameter_description"><p>an array of <a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a>. </p></td>
|
||||
<td class="parameter_description"><p>an array of <span class="type">GdkAtoms</span>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_targets]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2334,8 +2334,8 @@ an efficient form.</p>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> <em class="structfield"><code><a name="GtkTargetPair.target"></a>target</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p><a href="https://developer.gnome.org/gdk4/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representation of the target type</p></td>
|
||||
<td class="struct_member_name"><p><span class="type">GdkAtom</span> <em class="structfield"><code><a name="GtkTargetPair.target"></a>target</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p><span class="type">GdkAtom</span> representation of the target type</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2359,13 +2359,13 @@ type without extensive string compares.</p></td>
|
||||
<div class="refsect1">
|
||||
<a name="gtk3-Selections.see-also"></a><h2>See Also</h2>
|
||||
<p><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> - Much of the operation of selections happens via
|
||||
signals for <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>. In particular, if you are using the functions
|
||||
in this section, you may need to pay attention to
|
||||
<a class="link" href="GtkWidget.html#GtkWidget-selection-get" title="The “selection-get” signal"><span class="type">“selection-get”</span></a>, <a class="link" href="GtkWidget.html#GtkWidget-selection-received" title="The “selection-received” signal"><span class="type">“selection-received”</span></a> and
|
||||
<a class="link" href="GtkWidget.html#GtkWidget-selection-clear-event" title="The “selection-clear-event” signal"><span class="type">“selection-clear-event”</span></a> signals</p>
|
||||
signals for <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>. In particular, if you are using the functions
|
||||
in this section, you may need to pay attention to
|
||||
<a class="link" href="GtkWidget.html#GtkWidget-selection-get" title="The “selection-get” signal"><span class="type">“selection-get”</span></a>, <a class="link" href="GtkWidget.html#GtkWidget-selection-received" title="The “selection-received” signal"><span class="type">“selection-received”</span></a> and
|
||||
<a class="link" href="GtkWidget.html#GtkWidget-selection-clear-event" title="The “selection-clear-event” signal"><span class="type">“selection-clear-event”</span></a> signals</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user