New upstream version 3.24.22
This commit is contained in:
@ -377,7 +377,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--name" title="The “name” property">name</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr>
|
||||
@ -388,7 +388,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--product-id" title="The “product-id” property">product-id</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr>
|
||||
@ -411,7 +411,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GdkDevice.html#GdkDevice--vendor-id" title="The “vendor-id” property">vendor-id</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr>
|
||||
@ -2534,7 +2534,7 @@ always come in keyboard/pointer pairs. Other device types will have a <code clas
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkDevice--name"></a><h3>The <code class="literal">“name”</code> property</h3>
|
||||
<pre class="programlisting"> “name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “name” <span class="type">char</span> *</pre>
|
||||
<p>The device name.</p>
|
||||
<p>Owner: GdkDevice</p>
|
||||
<p>Flags: Read / Write / Construct Only</p>
|
||||
@ -2556,7 +2556,7 @@ of touches is unknown.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkDevice--product-id"></a><h3>The <code class="literal">“product-id”</code> property</h3>
|
||||
<pre class="programlisting"> “product-id” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “product-id” <span class="type">char</span> *</pre>
|
||||
<p>Product ID of this device, see <a class="link" href="GdkDevice.html#gdk-device-get-product-id" title="gdk_device_get_product_id ()"><code class="function">gdk_device_get_product_id()</code></a>.</p>
|
||||
<p>Owner: GdkDevice</p>
|
||||
<p>Flags: Read / Write / Construct Only</p>
|
||||
@ -2593,7 +2593,7 @@ of touches is unknown.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkDevice--vendor-id"></a><h3>The <code class="literal">“vendor-id”</code> property</h3>
|
||||
<pre class="programlisting"> “vendor-id” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “vendor-id” <span class="type">char</span> *</pre>
|
||||
<p>Vendor ID of this device, see <a class="link" href="GdkDevice.html#gdk-device-get-vendor-id" title="gdk_device_get_vendor_id ()"><code class="function">gdk_device_get_vendor_id()</code></a>.</p>
|
||||
<p>Owner: GdkDevice</p>
|
||||
<p>Flags: Read / Write / Construct Only</p>
|
||||
|
||||
Reference in New Issue
Block a user