mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
9bf3a0fa5f
2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org> * tests/Makefile.am: * tests/bookmarkfile-test.c: * tests/run-bookmark-test.sh: * tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
16 lines
624 B
XML
16 lines
624 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xbel version="1.0">
|
|
<title>Singleton</title>
|
|
<desc>A file containing a single bookmark element</desc>
|
|
<bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="20050930T23:05:28Z" modified="20050930T23:05:28Z" visited="20050930T23:05:28Z">
|
|
<info>
|
|
<metadata owner="http://freedesktop.org">
|
|
<mime-type type="application/postscript"/>
|
|
<applications>
|
|
<application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
|
|
</applications>
|
|
</metadata>
|
|
</info>
|
|
</bookmark>
|
|
</xbel>
|