New upstream version 3.24.5
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gdk3-Points-Rectangles-and-Regions.html#gdk-rectangle-intersect" title="gdk_rectangle_intersect ()">gdk_rectangle_intersect</a> <span class="c_punctuation">()</span>
|
||||
@ -57,7 +57,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">gboolean</span>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="gdk3-Points-Rectangles-and-Regions.html#gdk-rectangle-equal" title="gdk_rectangle_equal ()">gdk_rectangle_equal</a> <span class="c_punctuation">()</span>
|
||||
@ -106,7 +106,7 @@ The intersection of two rectangles can be computed with
|
||||
<a name="gdk3-Points-Rectangles-and-Regions.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gdk-rectangle-intersect"></a><h3>gdk_rectangle_intersect ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gdk_rectangle_intersect (<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *src1</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *src2</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *dest</code></em>);</pre>
|
||||
@ -119,7 +119,7 @@ do not intersect, <em class="parameter"><code>dest</code></em>
|
||||
’s width and height is set to 0 and its x
|
||||
and y values are undefined. If you are only interested in whether
|
||||
the rectangles intersect, but not in the intersecting area itself,
|
||||
pass <code class="literal">NULL</code> for <em class="parameter"><code>dest</code></em>
|
||||
pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>dest</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gdk-rectangle-intersect.parameters"></a><h4>Parameters</h4>
|
||||
@ -145,7 +145,7 @@ pass <code class="literal">NULL</code> for <em class="parameter"><code>dest</cod
|
||||
<td class="parameter_description"><p>return location for the
|
||||
intersection of <em class="parameter"><code>src1</code></em>
|
||||
and <em class="parameter"><code>src2</code></em>
|
||||
, or <code class="literal">NULL</code>. </p></td>
|
||||
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -153,7 +153,7 @@ and <em class="parameter"><code>src2</code></em>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gdk-rectangle-intersect.returns"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if the rectangles intersect.</p>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the rectangles intersect.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@ -209,7 +209,7 @@ and <em class="parameter"><code>src2</code></em>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gdk-rectangle-equal"></a><h3>gdk_rectangle_equal ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
gdk_rectangle_equal (<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rect1</code></em>,
|
||||
<em class="parameter"><code>const <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *rect2</code></em>);</pre>
|
||||
<p>Checks if the two given rectangles are equal.</p>
|
||||
@ -237,7 +237,7 @@ gdk_rectangle_equal (<em class="parameter"><code>const <a class="link" href="gdk
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gdk-rectangle-equal.returns"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if the rectangles are equal.</p>
|
||||
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the rectangles are equal.</p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
||||
</div>
|
||||
@ -262,12 +262,12 @@ gdk_rectangle_equal (<em class="parameter"><code>const <a class="link" href="gdk
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GdkPoint.x"></a>x</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkPoint.x"></a>x</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>the x coordinate of the point.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="struct_member_name"><p><span class="type">gint</span> <em class="structfield"><code><a name="GdkPoint.y"></a>y</code></em>;</p></td>
|
||||
<td class="struct_member_name"><p><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GdkPoint.y"></a>y</code></em>;</p></td>
|
||||
<td class="struct_member_description"><p>the y coordinate of the point.</p></td>
|
||||
<td class="struct_member_annotations"> </td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user