blob: d1cfa95cf1d7bd0770d7e1f1cb159e3b117086d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>pva@gentoo.org</email>
<name>Peter Volkov</name>
</maintainer>
<longdescription lang="en">
GuiLoader/C++ is a C++ binding to GuiLoader library. It is a convenience
layer that simplifies development of GuiLoader based applications
written in C++ language by introducing exception safety, binding GTK+
objects d efined in GuiXml to C++ variables and type-safe dynamic
connection to signals.
</longdescription>
</pkgmetadata>
|