Imported Upstream version 2.50.2
[platform/upstream/glib.git] / docs / reference / gio / html / glib-compile-resources.html
index bf55f77..7a0b332 100644 (file)
@@ -8,7 +8,7 @@
 <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.24 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -62,6 +62,12 @@ Print help and exit
 </p></td>
 </tr>
 <tr>
+<td><p><span class="term"><code class="option">--version</code></span></p></td>
+<td><p>
+Print program version 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>.
@@ -137,6 +143,9 @@ test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-
 <p>
 Note that this may or may not be portable to non-GNU <span class="command"><strong>make</strong></span>.
 </p>
+<p>
+Also see <code class="option">--dependency-file</code>.
+</p>
 </td>
 </tr>
 <tr>
@@ -165,10 +174,20 @@ initialization functions as <span class="type">extern</span>.  So they are expor
 unless this is prevented by a link script or other means.  Since libraries
 usually want to use the functions only internally it can be more useful to
 declare them as
-<a href="https://developer.gnome.org/glib/unstable/glib-Miscellaneous-Macros.html#G-GNUC-INTERNAL:CAPS"><code class="literal">G_GNUC_INTERNAL</code></a>
+<a href="../glib-Miscellaneous-Macros.html#G-GNUC-INTERNAL:CAPS"><code class="literal">G_GNUC_INTERNAL</code></a>
 which is what <code class="option">--internal</code> does.
 </p></td>
 </tr>
+<tr>
+<td><p><span class="term"><code class="option">--dependency-file=<em class="replaceable"><code>FILE</code></em></code></span></p></td>
+<td><p>
+Write dependencies in the same style as gcc -M -MF to the given file.
+If <code class="option">FILE</code> is -, the dependencies are written to the standard
+output. Unlike <code class="option">--generate-dependencies</code>, this option can be
+combined with other <code class="option">--generate</code> options to generate dependencies
+as a side-effect of generating sources.
+</p></td>
+</tr>
 </tbody>
 </table></div>
 </div>
@@ -203,6 +222,6 @@ environment variable is not set, gdk-pixbuf-pixdata is searched in the
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.24</div>
+<hr>Generated by GTK-Doc V1.25.1</div>
 </body>
 </html>
\ No newline at end of file