This commit adds a new meson option -Dupdate_screenshots=true. When it is enabled, and -Dgtk_doc=true is also used, then the build will generate images to include in the API docs from ui files in docs/reference/gtk/images. Note: we still keep a copy of the images in git, in order to allow building without a display connection. To update the images in git, the generated images need to be copied back from the builddir to the srcdir.
17 lines
573 B
XML
17 lines
573 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkAboutDialog">
|
|
<property name="program-name">GTK Code Demos</property>
|
|
<property name="version">4.8.0</property>
|
|
<property name="copyright">© 1997-2022 The GTK Team</property>
|
|
<property name="comments">Program to demonstrate GTK functions</property>
|
|
<property name="logo">gtk-logo.png</property>
|
|
<property name="title">About GTK Code Demos</property>
|
|
<property name="authors">Peter Mattis
|
|
Spencer Kimball
|
|
Josh MacDonald
|
|
and many more…
|
|
</property>
|
|
</object>
|
|
</interface>
|