New upstream version 2.10.20
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>gimpdebug: GIMP Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||||
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
<link rel="prev" href="libgimp-gimpprogress.html" title="gimpprogress">
|
||||
@ -41,7 +41,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
<span class="returnvalue">gboolean</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-gimpdebug.html#gimp-debug-timer-start" title="gimp_debug_timer_start ()">gimp_debug_timer_start</a> <span class="c_punctuation">()</span>
|
||||
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
<span class="returnvalue">gdouble</span>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="libgimp-gimpdebug.html#gimp-debug-timer-end" title="gimp_debug_timer_end ()">gimp_debug_timer_end</a> <span class="c_punctuation">()</span>
|
||||
@ -67,7 +67,7 @@ library interface.</p>
|
||||
<a name="libgimp-gimpdebug.functions_details"></a><h2>Functions</h2>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-debug-timer-start"></a><h3>gimp_debug_timer_start ()</h3>
|
||||
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gimp_debug_timer_start (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Starts measuring elapsed time.</p>
|
||||
<p>This procedure starts a timer, measuring the elapsed time since the
|
||||
@ -85,7 +85,7 @@ point, and should not be used in production.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-debug-timer-end"></a><h3>gimp_debug_timer_end ()</h3>
|
||||
<pre class="programlisting"><a href="/local/head/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
||||
<pre class="programlisting"><span class="returnvalue">gdouble</span>
|
||||
gimp_debug_timer_end (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
||||
<p>Finishes measuring elapsed time.</p>
|
||||
<p>This procedure stops the timer started by a previous
|
||||
|
Reference in New Issue
Block a user