diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
commit | 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch) | |
tree | 6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html')
-rw-r--r-- | gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html | 188 |
1 files changed, 0 insertions, 188 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html b/gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html deleted file mode 100644 index 376ee1e..0000000 --- a/gtk+-mingw/share/gtk-doc/html/gio/glib-compile-resources.html +++ /dev/null @@ -1,188 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>glib-compile-resources</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> -<link rel="home" href="index.html" title="GIO Reference Manual"> -<link rel="up" href="tools.html" title="GIO Tools"> -<link rel="prev" href="glib-compile-schemas.html" title="glib-compile-schemas"> -<link rel="next" href="gdbus.html" title="gdbus"> -<meta name="generator" content="GTK-Doc V1.18 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> -<td><a accesskey="p" href="glib-compile-schemas.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="tools.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">GIO Reference Manual</th> -<td><a accesskey="n" href="gdbus.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr></table> -<div lang="en" class="refentry"> -<a name="glib-compile-resources"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle">glib-compile-resources</span></h2> -<p>glib-compile-resources — GLib resource compiler</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv"> -<h2>Synopsis</h2> -<div class="cmdsynopsis"><p><code class="command">glib-compile-resources</code> [OPTION...] {FILE}</p></div> -</div> -<div class="refsect1"> -<a name="idp9314992"></a><h2>Description</h2> -<p><span class="command"><strong>glib-compile-resources</strong></span> reads the resource description from -<em class="replaceable"><code>FILE</code></em> and the files that it references -and creates a binary resource bundle that is suitable for use with the -<a class="link" href="gio-GResource.html#GResource" title="GResource"><span class="type">GResource</span></a> API. -The resulting bundle is then written out as-is, or as C source for linking into -an application. -</p> -<p> -The XML resource files normally have the filename extension <code class="filename">.gresource.xml</code>. -For a detailed description of the XML file format, see the -<a class="link" href="gio-GResource.html#GResource" title="GResource"><span class="type">GResource</span></a> documentation. -</p> -</div> -<div class="refsect1"> -<a name="idp65386864"></a><h2>Options</h2> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><code class="option">-h</code>, <code class="option">--help</code></span></p></td> -<td><p> -Print help and exit -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--target=<em class="replaceable"><code>TARGET</code></em></code></span></p></td> -<td><p> -Store the compiled resources in the file <em class="replaceable"><code>TARGET</code></em>. -If not specified a filename based on the <em class="replaceable"><code>FILE</code></em> -basename is used. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--sourcedir=<em class="replaceable"><code>DIRECTORY</code></em></code></span></p></td> -<td><p> -The files referenced in <em class="replaceable"><code>FILE</code></em> are loaded from -this directory. If not specified, the current directory is used. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--generate</code></span></p></td> -<td> -<p> -Write the output file in the format selected for by its filename extension: -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><code class="literal">.c</code></span></p></td> -<td><p>C source</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="literal">.h</code></span></p></td> -<td><p>C header</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="literal">.gresource</code></span></p></td> -<td><p>resource bundle</p></td> -</tr> -</tbody> -</table></div> -<p> -</p> -</td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--generate-source</code></span></p></td> -<td><p> -Instead of a writing the resource bundle in binary form create a C source file -that contains the resource bundle. This can then be compiled into an -application for easy access. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--generate-header</code></span></p></td> -<td><p> -Generate a header file for use with C code generated by -<code class="option">--generate-source</code>. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--generate-dependencies</code></span></p></td> -<td> -<p> -Prints the list of files that the resource bundle references to standard output. -This can be used to track dependencies in the build system. For example, the -following make rule would mark <em class="replaceable"><code>test.gresource</code></em> as -depending on all the files that <em class="replaceable"><code>test.gresource.xml</code></em> -includes, so that is is automatically rebuilt if any of them change: -</p> -<pre class="programlisting"> -test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml) -</pre> -<p> -Note that this may or may not be portable to non-GNU <span class="command"><strong>make</strong></span>. -</p> -</td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--c-name</code></span></p></td> -<td><p> -Specify the prefix used for the C identifiers in the code generated by -<code class="option">--generate-source</code> and <code class="option">--generate-headers</code>. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="option">--manual-register</code></span></p></td> -<td><p> -By default code generated by <code class="option">--generate-source</code> uses automatic -initialization of the resource. This works on most systems by using the -compiler support for constructors. However, some (uncommon) compilers may not -support this, you can then specify <code class="option">--manual-register</code>, -which will generate custom register and unregister functions that your code -can manually call at initialization and uninitialization time. -</p></td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect1"> -<a name="idp33512288"></a><h2>Environment</h2> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><code class="envar">XMLLINT</code></span></p></td> -<td><p> -The full path to the xmllint executable. This is used to preprocess resources -with the <code class="literal">xml-stripblanks</code> preprocessing option. If this -environment variable is not set, xmllint is searched in the -<code class="envar">PATH</code>. -</p></td> -</tr> -<tr> -<td><p><span class="term"><code class="envar">GDK_PIXBUF_PIXDATA</code></span></p></td> -<td><p> -The full path to the gdk-pixbuf-pixdata executable. This is used to preprocess -resources with the <code class="literal">to-pixdata</code> preprocessing option. If this -environment variable is not set, gdk-pixbuf-pixdata is searched in the -<code class="envar">PATH</code>. -</p></td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.18</div> -</body> -</html>
\ No newline at end of file |