Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpproceduraldb</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" 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-gimpplugin.html" title="gimpplugin">
|
||||
<link rel="next" href="libgimp-gimpprogress.html" title="gimpprogress">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpprogress.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581881" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2574145" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2600456" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2610176" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpproceduraldb"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2581881"></a><span class="refentrytitle">gimpproceduraldb</span>
|
||||
<a name="id2574145"></a><span class="refentrytitle">gimpproceduraldb</span>
|
||||
</h2>
|
||||
<p>gimpproceduraldb — Functions for querying and changing procedural database (PDB) entries.</p>
|
||||
</td>
|
||||
@ -52,66 +52,65 @@
|
||||
|
||||
|
||||
|
||||
gchar* <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-temp-name">gimp_procedural_db_temp_name</a> (void);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-info">gimp_procedural_db_proc_info</a> (const gchar *procedure,
|
||||
gchar **blurb,
|
||||
gchar **help,
|
||||
gchar **author,
|
||||
gchar **copyright,
|
||||
gchar **date,
|
||||
<a
|
||||
gchar* <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-temp-name">gimp_procedural_db_temp_name</a> (void);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-info">gimp_procedural_db_proc_info</a> (const gchar *procedure,
|
||||
gchar **blurb,
|
||||
gchar **help,
|
||||
gchar **author,
|
||||
gchar **copyright,
|
||||
gchar **date,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> *proc_type,
|
||||
gint *num_args,
|
||||
gint *num_values,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **args,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **return_vals);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data">gimp_procedural_db_get_data</a> (const gchar *identifier,
|
||||
gpointer data);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-set-data">gimp_procedural_db_set_data</a> (const gchar *identifier,
|
||||
gconstpointer data,
|
||||
guint32 bytes);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-dump">gimp_procedural_db_dump</a> (const gchar *filename);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-query">gimp_procedural_db_query</a> (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *proc_type,
|
||||
gint *num_matches,
|
||||
gchar ***procedure_names);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-arg">gimp_procedural_db_proc_arg</a> (const gchar *procedure_name,
|
||||
gint arg_num,
|
||||
<a
|
||||
gint *num_args,
|
||||
gint *num_values,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **args,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **return_vals);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data">gimp_procedural_db_get_data</a> (const gchar *identifier,
|
||||
gpointer data);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-set-data">gimp_procedural_db_set_data</a> (const gchar *identifier,
|
||||
gconstpointer data,
|
||||
guint32 bytes);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-dump">gimp_procedural_db_dump</a> (const gchar *filename);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-query">gimp_procedural_db_query</a> (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *proc_type,
|
||||
gint *num_matches,
|
||||
gchar ***procedure_names);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-arg">gimp_procedural_db_proc_arg</a> (const gchar *procedure_name,
|
||||
gint arg_num,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
|
||||
>GimpPDBArgType</a> *arg_type,
|
||||
gchar **arg_name,
|
||||
gchar **arg_desc);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-val">gimp_procedural_db_proc_val</a> (const gchar *procedure_name,
|
||||
gint val_num,
|
||||
<a
|
||||
gchar **arg_name,
|
||||
gchar **arg_desc);
|
||||
gboolean <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-proc-val">gimp_procedural_db_proc_val</a> (const gchar *procedure_name,
|
||||
gint val_num,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
|
||||
>GimpPDBArgType</a> *val_type,
|
||||
gchar **val_name,
|
||||
gchar **val_desc);
|
||||
gint <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data-size">gimp_procedural_db_get_data_size</a>
|
||||
(const gchar *identifier);
|
||||
gchar **val_name,
|
||||
gchar **val_desc);
|
||||
gint <a href="libgimp-gimpproceduraldb.html#gimp-procedural-db-get-data-size">gimp_procedural_db_get_data_size</a> (const gchar *identifier);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600456"></a><h2>Description</h2>
|
||||
<a name="id2610176"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for querying and changing procedural database (PDB) entries.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2600473"></a><h2>Details</h2>
|
||||
<a name="id2610192"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600483"></a><h3>
|
||||
<a name="id2610203"></a><h3>
|
||||
<a name="gimp-procedural-db-temp-name"></a>gimp_procedural_db_temp_name ()</h3>
|
||||
<a class="indexterm" name="id2600495"></a><pre class="programlisting">gchar* gimp_procedural_db_temp_name (void);</pre>
|
||||
<a class="indexterm" name="id2610214"></a><pre class="programlisting">gchar* gimp_procedural_db_temp_name (void);</pre>
|
||||
<p>
|
||||
Generates a unique temporary PDB name.
|
||||
</p>
|
||||
@ -132,21 +131,21 @@ guaranteed to be unique.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2600540"></a><h3>
|
||||
<a name="id2610260"></a><h3>
|
||||
<a name="gimp-procedural-db-proc-info"></a>gimp_procedural_db_proc_info ()</h3>
|
||||
<a class="indexterm" name="id2600551"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_info (const gchar *procedure,
|
||||
gchar **blurb,
|
||||
gchar **help,
|
||||
gchar **author,
|
||||
gchar **copyright,
|
||||
gchar **date,
|
||||
<a
|
||||
<a class="indexterm" name="id2610271"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_info (const gchar *procedure,
|
||||
gchar **blurb,
|
||||
gchar **help,
|
||||
gchar **author,
|
||||
gchar **copyright,
|
||||
gchar **date,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBProcType"
|
||||
>GimpPDBProcType</a> *proc_type,
|
||||
gint *num_args,
|
||||
gint *num_values,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **args,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **return_vals);</pre>
|
||||
gint *num_args,
|
||||
gint *num_values,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **args,
|
||||
<a href="libgimp-gimp.html#GimpParamDef">GimpParamDef</a> **return_vals);</pre>
|
||||
<p>
|
||||
Queries the procedural database for information on the specified
|
||||
procedure.
|
||||
@ -228,10 +227,10 @@ about each input argument and return value.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2568842"></a><h3>
|
||||
<a name="id2576764"></a><h3>
|
||||
<a name="gimp-procedural-db-get-data"></a>gimp_procedural_db_get_data ()</h3>
|
||||
<a class="indexterm" name="id2568854"></a><pre class="programlisting">gboolean gimp_procedural_db_get_data (const gchar *identifier,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2576775"></a><pre class="programlisting">gboolean gimp_procedural_db_get_data (const gchar *identifier,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
Returns data associated with the specified identifier.
|
||||
</p>
|
||||
@ -266,11 +265,11 @@ the identifier
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2553197"></a><h3>
|
||||
<a name="id2576865"></a><h3>
|
||||
<a name="gimp-procedural-db-set-data"></a>gimp_procedural_db_set_data ()</h3>
|
||||
<a class="indexterm" name="id2553209"></a><pre class="programlisting">gboolean gimp_procedural_db_set_data (const gchar *identifier,
|
||||
gconstpointer data,
|
||||
guint32 bytes);</pre>
|
||||
<a class="indexterm" name="id2576877"></a><pre class="programlisting">gboolean gimp_procedural_db_set_data (const gchar *identifier,
|
||||
gconstpointer data,
|
||||
guint32 bytes);</pre>
|
||||
<p>
|
||||
Associates the specified identifier with the supplied data.
|
||||
</p>
|
||||
@ -309,9 +308,9 @@ identifier. The data may be subsequently retrieved by a call to
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2553318"></a><h3>
|
||||
<a name="id2576987"></a><h3>
|
||||
<a name="gimp-procedural-db-dump"></a>gimp_procedural_db_dump ()</h3>
|
||||
<a class="indexterm" name="id2553329"></a><pre class="programlisting">gboolean gimp_procedural_db_dump (const gchar *filename);</pre>
|
||||
<a class="indexterm" name="id2576999"></a><pre class="programlisting">gboolean gimp_procedural_db_dump (const gchar *filename);</pre>
|
||||
<p>
|
||||
Dumps the current contents of the procedural database
|
||||
</p>
|
||||
@ -342,17 +341,17 @@ script, which generates a texinfo document.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602388"></a><h3>
|
||||
<a name="id2610857"></a><h3>
|
||||
<a name="gimp-procedural-db-query"></a>gimp_procedural_db_query ()</h3>
|
||||
<a class="indexterm" name="id2602398"></a><pre class="programlisting">gboolean gimp_procedural_db_query (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *proc_type,
|
||||
gint *num_matches,
|
||||
gchar ***procedure_names);</pre>
|
||||
<a class="indexterm" name="id2610867"></a><pre class="programlisting">gboolean gimp_procedural_db_query (const gchar *name,
|
||||
const gchar *blurb,
|
||||
const gchar *help,
|
||||
const gchar *author,
|
||||
const gchar *copyright,
|
||||
const gchar *date,
|
||||
const gchar *proc_type,
|
||||
gint *num_matches,
|
||||
gchar ***procedure_names);</pre>
|
||||
<p>
|
||||
Queries the procedural database for its contents using regular
|
||||
expression matching.
|
||||
@ -431,15 +430,15 @@ entries is 0.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602622"></a><h3>
|
||||
<a name="id2611094"></a><h3>
|
||||
<a name="gimp-procedural-db-proc-arg"></a>gimp_procedural_db_proc_arg ()</h3>
|
||||
<a class="indexterm" name="id2602633"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_arg (const gchar *procedure_name,
|
||||
gint arg_num,
|
||||
<a
|
||||
<a class="indexterm" name="id2611104"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_arg (const gchar *procedure_name,
|
||||
gint arg_num,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
|
||||
>GimpPDBArgType</a> *arg_type,
|
||||
gchar **arg_name,
|
||||
gchar **arg_desc);</pre>
|
||||
gchar **arg_name,
|
||||
gchar **arg_desc);</pre>
|
||||
<p>
|
||||
Queries the procedural database for information on the specified
|
||||
procedure's argument.
|
||||
@ -488,15 +487,15 @@ argument. The argument type, name, and a description are retrieved.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602770"></a><h3>
|
||||
<a name="id2611242"></a><h3>
|
||||
<a name="gimp-procedural-db-proc-val"></a>gimp_procedural_db_proc_val ()</h3>
|
||||
<a class="indexterm" name="id2602781"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_val (const gchar *procedure_name,
|
||||
gint val_num,
|
||||
<a
|
||||
<a class="indexterm" name="id2611254"></a><pre class="programlisting">gboolean gimp_procedural_db_proc_val (const gchar *procedure_name,
|
||||
gint val_num,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpPDBArgType"
|
||||
>GimpPDBArgType</a> *val_type,
|
||||
gchar **val_name,
|
||||
gchar **val_desc);</pre>
|
||||
gchar **val_name,
|
||||
gchar **val_desc);</pre>
|
||||
<p>
|
||||
Queries the procedural database for information on the specified
|
||||
procedure's return value.
|
||||
@ -546,10 +545,9 @@ retrieved.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2602919"></a><h3>
|
||||
<a name="id2611393"></a><h3>
|
||||
<a name="gimp-procedural-db-get-data-size"></a>gimp_procedural_db_get_data_size ()</h3>
|
||||
<a class="indexterm" name="id2602932"></a><pre class="programlisting">gint gimp_procedural_db_get_data_size
|
||||
(const gchar *identifier);</pre>
|
||||
<a class="indexterm" name="id2611405"></a><pre class="programlisting">gint gimp_procedural_db_get_data_size (const gchar *identifier);</pre>
|
||||
<p>
|
||||
Returns size of data associated with the specified identifier.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user