seahorse r2729 - in trunk: . libcryptui reference reference/libcryptui reference/libcryptui/html reference/libcryptui/tmpl reference/libcryptui/xml



Author: sadam
Date: Sun Feb  1 17:54:19 2009
New Revision: 2729
URL: http://svn.gnome.org/viewvc/seahorse?rev=2729&view=rev

Log:
2009-02-01  Adam Schreiber  <sadam clemson edu>

    * autogen.sh:
    * libcryptui/cryptui.c:
    * configure.in:
    * reference/libcryptui/libcryptui-overrides.txt: (added)
    * reference/libcryptui/version.xml.in: (added)
    * reference/libcryptui/Makefile.am: (added)
    * reference/libcryptui/libcryptui-docs.sgml: (added)
    * reference/Makefile.am:
    * Makefile.am: Add infrastructure to add gtk-doc for libcryptui.  
    Removes block for bug #353061


Added:
   trunk/reference/
   trunk/reference/Makefile
   trunk/reference/Makefile.am
   trunk/reference/Makefile.in
   trunk/reference/libcryptui/
   trunk/reference/libcryptui/Makefile
   trunk/reference/libcryptui/Makefile.am
   trunk/reference/libcryptui/Makefile.in
   trunk/reference/libcryptui/html/
   trunk/reference/libcryptui/html/CryptUIKeyChooser.html
   trunk/reference/libcryptui/html/CryptUIKeyStore.html
   trunk/reference/libcryptui/html/CryptUIKeyset.html
   trunk/reference/libcryptui/html/ch01.html
   trunk/reference/libcryptui/html/home.png   (contents, props changed)
   trunk/reference/libcryptui/html/index.html
   trunk/reference/libcryptui/html/index.sgml
   trunk/reference/libcryptui/html/left.png   (contents, props changed)
   trunk/reference/libcryptui/html/libcryptui-cryptui-defines.html
   trunk/reference/libcryptui/html/libcryptui-cryptui-key-combo.html
   trunk/reference/libcryptui/html/libcryptui-cryptui-key-list.html
   trunk/reference/libcryptui/html/libcryptui-cryptui-marshal.html
   trunk/reference/libcryptui/html/libcryptui-cryptui.html
   trunk/reference/libcryptui/html/libcryptui.devhelp
   trunk/reference/libcryptui/html/libcryptui.devhelp2
   trunk/reference/libcryptui/html/right.png   (contents, props changed)
   trunk/reference/libcryptui/html/style.css
   trunk/reference/libcryptui/html/up.png   (contents, props changed)
   trunk/reference/libcryptui/libcryptui-decl-list.txt
   trunk/reference/libcryptui/libcryptui-decl.txt
   trunk/reference/libcryptui/libcryptui-docs.sgml
   trunk/reference/libcryptui/libcryptui-overrides.txt
   trunk/reference/libcryptui/libcryptui-sections.txt
   trunk/reference/libcryptui/libcryptui.types
   trunk/reference/libcryptui/tmpl/
   trunk/reference/libcryptui/tmpl/cryptui-defines.sgml
   trunk/reference/libcryptui/tmpl/cryptui-defines.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml
   trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml
   trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml
   trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml
   trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml
   trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml
   trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-priv.sgml
   trunk/reference/libcryptui/tmpl/cryptui-priv.sgml.bak
   trunk/reference/libcryptui/tmpl/cryptui-unused.sgml
   trunk/reference/libcryptui/tmpl/cryptui.sgml
   trunk/reference/libcryptui/tmpl/cryptui.sgml.bak
   trunk/reference/libcryptui/tmpl/libcryptui-unused.sgml
   trunk/reference/libcryptui/tmpl/run-tests.sgml
   trunk/reference/libcryptui/tmpl/run-tests.sgml.bak
   trunk/reference/libcryptui/version.xml
   trunk/reference/libcryptui/version.xml.in
   trunk/reference/libcryptui/xml/
   trunk/reference/libcryptui/xml/cryptui-defines.xml
   trunk/reference/libcryptui/xml/cryptui-doc.bottom
   trunk/reference/libcryptui/xml/cryptui-doc.top
   trunk/reference/libcryptui/xml/cryptui-key-chooser.xml
   trunk/reference/libcryptui/xml/cryptui-key-combo.xml
   trunk/reference/libcryptui/xml/cryptui-key-list.xml
   trunk/reference/libcryptui/xml/cryptui-key-store.xml
   trunk/reference/libcryptui/xml/cryptui-keyset.xml
   trunk/reference/libcryptui/xml/cryptui-marshal.xml
   trunk/reference/libcryptui/xml/cryptui.xml
   trunk/reference/libcryptui/xml/libcryptui-doc.bottom
   trunk/reference/libcryptui/xml/libcryptui-doc.top
   trunk/reference/libcryptui/xml/object_index.sgml
   trunk/reference/libcryptui/xml/tree_index.sgml
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/autogen.sh
   trunk/configure.in
   trunk/libcryptui/cryptui.c

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sun Feb  1 17:54:19 2009
@@ -33,7 +33,8 @@
 	data \
 	help \
 	pixmaps \
-	daemon 
+	daemon \
+	reference
 
 EXTRA_DIST = \
     AUTHORS \
@@ -64,7 +65,8 @@
     
 DISTCHECK_CONFIGURE_FLAGS = \
     --disable-scrollkeeper \
-    --disable-update-mime-database
-
+    --disable-update-mime-database \
+    --enable-gtk-doc
+    
 distuninstallcheck:
 	@:

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Feb  1 17:54:19 2009
@@ -17,4 +17,12 @@
     exit 1
 }
 
+(gtkdocize --flavour=no-tmpl) < /dev/null > /dev/null 2>&1 || {
+    echo
+    echo "You must have gtk-doc installed to compile seahorse."
+    echo "Install the appropriate package for your distribution,"
+    echo "or get the source tarball at http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/";
+    DIE=1
+} 
+
 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb  1 17:54:19 2009
@@ -32,6 +32,7 @@
 AM_PROG_LIBTOOL
 AM_GCONF_SOURCE_2
 GNOME_DOC_INIT
+GTK_DOC_CHECK([1.9])
 
 dnl Get the off_t size right
 AC_SYS_LARGEFILE
@@ -538,6 +539,19 @@
 LIBCRYPTUI_CFLAGS="$LIBCRYPTUI_CFLAGS $DBUS_CFLAGS $LIBTASN1_CFLAGS"
 LIBCRYPTUI_LIBS="$LIBCRYPTUI_LIBS $DBUS_LIBS $LIBTASN1_LIBS" 
 
+cryptuitargetlib=libcryptui.la
+AC_SUBST(cryptuitargetlib)
+
+GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
+ATK_PREFIX="`$PKG_CONFIG --variable=prefix atk`"
+PANGO_PREFIX="`$PKG_CONFIG --variable=prefix pango`"
+CAIRO_PREFIX="`pkg-config --variable=prefix cairo`" 
+
+AC_SUBST(GLIB_PREFIX)
+AC_SUBST(ATK_PREFIX)
+AC_SUBST(PANGO_PREFIX)
+AC_SUBST(CAIRO_PREFIX) 
+
 AC_SUBST(LIBCRYPTUI_CFLAGS)
 AC_SUBST(LIBCRYPTUI_LIBS)
 
@@ -599,6 +613,9 @@
 daemon/seahorse-daemon.desktop.in
 ssh/Makefile
 daemon/Makefile
+reference/Makefile
+reference/libcryptui/Makefile
+reference/libcryptui/version.xml
 ])
 
 dnl ****************************************************************************

Modified: trunk/libcryptui/cryptui.c
==============================================================================
--- trunk/libcryptui/cryptui.c	(original)
+++ trunk/libcryptui/cryptui.c	Sun Feb  1 17:54:19 2009
@@ -203,6 +203,15 @@
     return signer;
 }
 
+/**
+ * cryptui_need_to_get_keys:
+ * @void
+ *
+ * This function is called when seahorse needs to be launched to generate a
+ * key or keys or import a key or keys to perform the requested operation.
+ *
+ * Returns: void
+ */
 void                
 cryptui_need_to_get_keys ()
 {

Added: trunk/reference/Makefile
==============================================================================
--- (empty file)
+++ trunk/reference/Makefile	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,583 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# reference/Makefile.  Generated from Makefile.in by configure.
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+pkgdatadir = $(datadir)/seahorse
+pkglibdir = $(libdir)/seahorse
+pkgincludedir = $(includedir)/seahorse
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+subdir = reference
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
+	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-dvi-recursive install-exec-recursive \
+	install-html-recursive install-info-recursive \
+	install-pdf-recursive install-ps-recursive install-recursive \
+	installcheck-recursive installdirs-recursive pdf-recursive \
+	ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+  distclean-recursive maintainer-clean-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = ${SHELL} /home/sadam/pkg/seahorse/missing --run aclocal-1.10
+ALL_LINGUAS = 
+AMTAR = ${SHELL} /home/sadam/pkg/seahorse/missing --run tar
+AR = ar
+ATK_PREFIX = /usr
+AUTOCONF = ${SHELL} /home/sadam/pkg/seahorse/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/sadam/pkg/seahorse/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/sadam/pkg/seahorse/missing --run automake-1.10
+AWK = gawk
+CAIRO_PREFIX = /usr
+CATALOGS = 
+CATOBJEXT = .gmo
+CC = gcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = -g -O2 -g -O0 -DBONOBO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -Wall
+CPP = gcc -E
+CPPFLAGS = 
+CXX = g++
+CXXCPP = g++ -E
+CXXDEPMODE = depmode=gcc3
+CXXFLAGS = -g -O2
+CYGPATH_W = echo
+DATADIRNAME = share
+DBUS_BINDING_TOOL = /usr/bin/dbus-binding-tool
+DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+DBUS_LIBS = -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper 
+DOC_USER_FORMATS = 
+DSYMUTIL = 
+DUMPBIN = 
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EGG_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+EGG_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+EGG_SMCLIENT_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+EGG_SMCLIENT_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+EGREP = /bin/grep -E
+EXEEXT = 
+FGREP = /bin/grep -F
+GCONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/gconf/gconf.xml.defaults
+GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
+GETTEXT_PACKAGE = seahorse
+GLIB_GENMARSHAL = /usr/bin/glib-genmarshal
+GLIB_PREFIX = /usr
+GMOFILES = 
+GMSGFMT = /usr/bin/msgfmt
+GNOME_KEYRING_CFLAGS = -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+GNOME_KEYRING_LIBS = -lgnome-keyring -lglib-2.0  
+GNUPG = /usr/bin/gpg
+GP11_CFLAGS = 
+GP11_LIBS = 
+GPGME_CONFIG = /usr/bin/gpgme-config
+GREP = /bin/grep
+GTKDOC_CHECK = /usr/bin/gtkdoc-check
+GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+HELP_DIR = ${datadir}/gnome/help
+HTML_DIR = ${datadir}/gtk-doc/html
+INSTALL = /usr/bin/install -c
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+INSTOBJEXT = .mo
+INTLLIBS = 
+INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DESKTOP_RULE = %.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_EXTRACT = /usr/bin/intltool-extract
+INTLTOOL_KBD_RULE = %.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_KEYS_RULE = %.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_MERGE = /usr/bin/intltool-merge
+INTLTOOL_OAF_RULE = %.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@
+INTLTOOL_PERL = /usr/bin/perl
+INTLTOOL_POLICY_RULE = %.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PONG_RULE = %.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UI_RULE = %.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UPDATE = /usr/bin/intltool-update
+INTLTOOL_XAM_RULE = %.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_XML_NOMERGE_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+INTLTOOL_XML_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+LD = /usr/bin/ld
+LDFLAGS = 
+LIBCRYPTUI_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include
+LIBCRYPTUI_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgconf-2 -lglib-2.0   -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   -L/usr/lib -ltasn1
+LIBCRYPTUI_LT_RELEASE = 0:0:0
+LIBCRYPTUI_MAJOR = 0.0
+LIBNOTIFY_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+LIBNOTIFY_LIBS = -L//lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+LIBOBJS = 
+LIBS = 
+LIBTASN1_CFLAGS = -I/usr/include
+LIBTASN1_CONFIG = /usr/bin/libtasn1-config
+LIBTASN1_LIBS = -L/usr/lib -ltasn1
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIPO = 
+LN_S = ln -s
+LTLIBOBJS = 
+MAINT = 
+MAKEINFO = ${SHELL} /home/sadam/pkg/seahorse/missing --run makeinfo
+MKDIR_P = /bin/mkdir -p
+MKINSTALLDIRS = ./mkinstalldirs
+MSGFMT = /usr/bin/msgfmt
+MSGFMT_OPTS = -c
+MSGMERGE = /usr/bin/msgmerge
+NETLIBS = 
+NM = /usr/bin/nm -B
+NMEDIT = 
+OBJEXT = o
+OMF_DIR = ${datadir}/omf
+OTOOL = 
+OTOOL64 = 
+PACKAGE = seahorse
+PACKAGE_BUGREPORT = 
+PACKAGE_NAME = seahorse
+PACKAGE_STRING = seahorse 2.25.5
+PACKAGE_TARNAME = seahorse
+PACKAGE_VERSION = 2.25.5
+PANGO_PREFIX = /usr
+PATH_SEPARATOR = :
+PKG_CONFIG = /usr/bin/pkg-config
+PLUGIN_LIBTOOL_FLAGS = -module -avoid-version
+POFILES = 
+POSUB = po
+PO_IN_DATADIR_FALSE = 
+PO_IN_DATADIR_TRUE = 
+RANLIB = ranlib
+SEAHORSE_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include    -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include
 /cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+SEAHORSE_LIBS = -pthread -lglade-2.0 -lxml2 -lgconf-2 -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lgpgme -lgpg-error -lldap -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lgnome-keyring -lglib-2.0   -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0   -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   -L//lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+SED = /bin/sed
+SET_MAKE = 
+SHARING_CFLAGS = -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+SHARING_LIBS = -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0  
+SHELL = /bin/bash
+SOUP_CFLAGS = -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+SOUP_LIBS = -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+SSH_KEYGEN_PATH = /usr/bin/ssh-keygen
+SSH_PATH = /usr/bin/ssh
+STRIP = strip
+USE_NLS = yes
+VERSION = 2.25.5
+XGETTEXT = /usr/bin/xgettext
+abs_builddir = /home/sadam/pkg/seahorse/reference
+abs_srcdir = /home/sadam/pkg/seahorse/reference
+abs_top_builddir = /home/sadam/pkg/seahorse
+abs_top_srcdir = /home/sadam/pkg/seahorse
+ac_ct_CC = gcc
+ac_ct_CXX = g++
+ac_ct_DUMPBIN = 
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = ${AMTAR} chof - "$$tardir"
+am__untar = ${AMTAR} xf -
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias = 
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+builddir = .
+cryptuitargetlib = libcryptui.la
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias = 
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = $(SHELL) /home/sadam/pkg/seahorse/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = ${prefix}/var
+lt_ECHO = echo
+mandir = ${datarootdir}/man
+mkdir_p = /bin/mkdir -p
+oldincludedir = /usr/include
+pdfdir = ${docdir}
+prefix = /usr
+program_transform_name = s,x,x,
+psdir = ${docdir}
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+srcdir = .
+sysconfdir = /etc
+target_alias = 
+top_builddir = ..
+top_srcdir = ..
+SUBDIRS = libcryptui
+all: all-recursive
+
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  reference/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  reference/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+#     (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
+	dot_seen=no; \
+	target=`echo $@ | sed s/-recursive//`; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    dot_seen=yes; \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  || eval $$failcom; \
+	done; \
+	if test "$$dot_seen" = "no"; then \
+	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+	fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
+	dot_seen=no; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
+	done; \
+	rev="$$rev ."; \
+	target=`echo $@ | sed s/-recursive//`; \
+	for subdir in $$rev; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  || eval $$failcom; \
+	done && test -z "$$fail"
+tags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
+	done; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
+	    || exit 1; \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+		am__remove_distdir=: \
+		am__skip_length_check=: \
+	        distdir) \
+	      || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-recursive
+all-am: Makefile
+installdirs: installdirs-recursive
+installdirs-am:
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+info: info-recursive
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-recursive
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-info: install-info-recursive
+
+install-man:
+
+install-pdf: install-pdf-recursive
+
+install-ps: install-ps-recursive
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+	install-strip
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+	all all-am check check-am clean clean-generic clean-libtool \
+	ctags ctags-recursive distclean distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/reference/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/reference/Makefile.am	Sun Feb  1 17:54:19 2009
@@ -0,0 +1 @@
+SUBDIRS = libcryptui

Added: trunk/reference/Makefile.in
==============================================================================
--- (empty file)
+++ trunk/reference/Makefile.in	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,583 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ SET_MAKE@
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = reference
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
+	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+	html-recursive info-recursive install-data-recursive \
+	install-dvi-recursive install-exec-recursive \
+	install-html-recursive install-info-recursive \
+	install-pdf-recursive install-ps-recursive install-recursive \
+	installcheck-recursive installdirs-recursive pdf-recursive \
+	ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+  distclean-recursive maintainer-clean-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AR = @AR@
+ATK_PREFIX = @ATK_PREFIX@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CAIRO_PREFIX = @CAIRO_PREFIX@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGG_CFLAGS = @EGG_CFLAGS@
+EGG_LIBS = @EGG_LIBS@
+EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
+EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
+GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_PREFIX = @GLIB_PREFIX@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
+GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
+GNUPG = @GNUPG@
+GP11_CFLAGS = @GP11_CFLAGS@
+GP11_LIBS = @GP11_LIBS@
+GPGME_CONFIG = @GPGME_CONFIG@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTK_CFLAGS = @GTK_CFLAGS@
+GTK_LIBS = @GTK_LIBS@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
+INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
+INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
+INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
+INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
+INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
+INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
+INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
+INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
+INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
+INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
+INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
+INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
+INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
+INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
+LIBCRYPTUI_LIBS = @LIBCRYPTUI_LIBS@
+LIBCRYPTUI_LT_RELEASE = @LIBCRYPTUI_LT_RELEASE@
+LIBCRYPTUI_MAJOR = @LIBCRYPTUI_MAJOR@
+LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
+LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
+LIBTASN1_CONFIG = @LIBTASN1_CONFIG@
+LIBTASN1_LIBS = @LIBTASN1_LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NETLIBS = @NETLIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGO_PREFIX = @PANGO_PREFIX@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+RANLIB = @RANLIB@
+SEAHORSE_CFLAGS = @SEAHORSE_CFLAGS@
+SEAHORSE_LIBS = @SEAHORSE_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHARING_CFLAGS = @SHARING_CFLAGS@
+SHARING_LIBS = @SHARING_LIBS@
+SHELL = @SHELL@
+SOUP_CFLAGS = @SOUP_CFLAGS@
+SOUP_LIBS = @SOUP_LIBS@
+SSH_KEYGEN_PATH = @SSH_KEYGEN_PATH@
+SSH_PATH = @SSH_PATH@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+cryptuitargetlib = @cryptuitargetlib@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+SUBDIRS = libcryptui
+all: all-recursive
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  reference/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  reference/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+#     (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+$(RECURSIVE_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
+	dot_seen=no; \
+	target=`echo $@ | sed s/-recursive//`; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    dot_seen=yes; \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  || eval $$failcom; \
+	done; \
+	if test "$$dot_seen" = "no"; then \
+	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+	fi; test -z "$$fail"
+
+$(RECURSIVE_CLEAN_TARGETS):
+	@failcom='exit 1'; \
+	for f in x $$MAKEFLAGS; do \
+	  case $$f in \
+	    *=* | --[!k]*);; \
+	    *k*) failcom='fail=yes';; \
+	  esac; \
+	done; \
+	dot_seen=no; \
+	case "$@" in \
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+	  *) list='$(SUBDIRS)' ;; \
+	esac; \
+	rev=''; for subdir in $$list; do \
+	  if test "$$subdir" = "."; then :; else \
+	    rev="$$subdir $$rev"; \
+	  fi; \
+	done; \
+	rev="$$rev ."; \
+	target=`echo $@ | sed s/-recursive//`; \
+	for subdir in $$rev; do \
+	  echo "Making $$target in $$subdir"; \
+	  if test "$$subdir" = "."; then \
+	    local_target="$$target-am"; \
+	  else \
+	    local_target="$$target"; \
+	  fi; \
+	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+	  || eval $$failcom; \
+	done && test -z "$$fail"
+tags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+	done
+ctags-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+	done
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	here=`pwd`; \
+	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+	  include_option=--etags-include; \
+	  empty_fix=.; \
+	else \
+	  include_option=--include; \
+	  empty_fix=; \
+	fi; \
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    test ! -f $$subdir/TAGS || \
+	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+	  fi; \
+	done; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	    $$tags $$unique; \
+	fi
+ctags: CTAGS
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	tags=; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$tags$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$tags $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && cd $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) $$here
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+	  if test "$$subdir" = .; then :; else \
+	    test -d "$(distdir)/$$subdir" \
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
+	    || exit 1; \
+	    distdir=`$(am__cd) $(distdir) && pwd`; \
+	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+	    (cd $$subdir && \
+	      $(MAKE) $(AM_MAKEFLAGS) \
+	        top_distdir="$$top_distdir" \
+	        distdir="$$distdir/$$subdir" \
+		am__remove_distdir=: \
+		am__skip_length_check=: \
+	        distdir) \
+	      || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-recursive
+all-am: Makefile
+installdirs: installdirs-recursive
+installdirs-am:
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-recursive
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+info: info-recursive
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-recursive
+
+install-exec-am:
+
+install-html: install-html-recursive
+
+install-info: install-info-recursive
+
+install-man:
+
+install-pdf: install-pdf-recursive
+
+install-ps: install-ps-recursive
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+	install-strip
+
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+	all all-am check check-am clean clean-generic clean-libtool \
+	ctags ctags-recursive distclean distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/reference/libcryptui/Makefile
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/Makefile	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,646 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# reference/libcryptui/Makefile.  Generated from Makefile.in by configure.
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+
+# -*- mode: makefile -*-
+
+####################################
+# Everything below here is generic #
+####################################
+
+pkgdatadir = $(datadir)/seahorse
+pkglibdir = $(libdir)/seahorse
+pkgincludedir = $(includedir)/seahorse
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.make
+subdir = reference/libcryptui
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
+	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = version.xml
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = ${SHELL} /home/sadam/pkg/seahorse/missing --run aclocal-1.10
+ALL_LINGUAS = 
+AMTAR = ${SHELL} /home/sadam/pkg/seahorse/missing --run tar
+AR = ar
+ATK_PREFIX = /usr
+AUTOCONF = ${SHELL} /home/sadam/pkg/seahorse/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/sadam/pkg/seahorse/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/sadam/pkg/seahorse/missing --run automake-1.10
+AWK = gawk
+CAIRO_PREFIX = /usr
+CATALOGS = 
+CATOBJEXT = .gmo
+CC = gcc
+CCDEPMODE = depmode=gcc3
+CFLAGS = $(GTK_CFLAGS)
+CPP = gcc -E
+CPPFLAGS =  -UGTK_DISABLE_SINGLE_INCLUDES
+CXX = g++
+CXXCPP = g++ -E
+CXXDEPMODE = depmode=gcc3
+CXXFLAGS = -g -O2
+CYGPATH_W = echo
+DATADIRNAME = share
+DBUS_BINDING_TOOL = /usr/bin/dbus-binding-tool
+DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+DBUS_LIBS = -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+DEFS = -DHAVE_CONFIG_H
+DEPDIR = .deps
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper 
+DOC_USER_FORMATS = 
+DSYMUTIL = 
+DUMPBIN = 
+ECHO_C = 
+ECHO_N = -n
+ECHO_T = 
+EGG_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+EGG_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+EGG_SMCLIENT_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+EGG_SMCLIENT_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+EGREP = /bin/grep -E
+EXEEXT = 
+FGREP = /bin/grep -F
+GCONF_SCHEMA_CONFIG_SOURCE = xml:merged:/etc/gconf/gconf.xml.defaults
+GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
+GETTEXT_PACKAGE = seahorse
+GLIB_GENMARSHAL = /usr/bin/glib-genmarshal
+GLIB_PREFIX = /usr
+GMOFILES = 
+GMSGFMT = /usr/bin/msgfmt
+GNOME_KEYRING_CFLAGS = -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+GNOME_KEYRING_LIBS = -lgnome-keyring -lglib-2.0  
+GNUPG = /usr/bin/gpg
+GP11_CFLAGS = 
+GP11_LIBS = 
+GPGME_CONFIG = /usr/bin/gpgme-config
+GREP = /bin/grep
+GTKDOC_CHECK = /usr/bin/gtkdoc-check
+GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+HELP_DIR = ${datadir}/gnome/help
+HTML_DIR = ${datadir}/gtk-doc/html
+INSTALL = /usr/bin/install -c
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_SCRIPT = ${INSTALL}
+INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
+INSTOBJEXT = .mo
+INTLLIBS = 
+INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DESKTOP_RULE = %.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_DIRECTORY_RULE = %.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_EXTRACT = /usr/bin/intltool-extract
+INTLTOOL_KBD_RULE = %.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_KEYS_RULE = %.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_MERGE = /usr/bin/intltool-merge
+INTLTOOL_OAF_RULE = %.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@
+INTLTOOL_PERL = /usr/bin/perl
+INTLTOOL_POLICY_RULE = %.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PONG_RULE = %.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_PROP_RULE = %.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SCHEMAS_RULE = %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVER_RULE = %.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SERVICE_RULE = %.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SHEET_RULE = %.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_SOUNDLIST_RULE = %.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_THEME_RULE = %.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UI_RULE = %.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_UPDATE = /usr/bin/intltool-update
+INTLTOOL_XAM_RULE = %.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+INTLTOOL_XML_NOMERGE_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+INTLTOOL_XML_RULE = %.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+LD = /usr/bin/ld
+LDFLAGS = 
+LIBCRYPTUI_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include
+LIBCRYPTUI_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgconf-2 -lglib-2.0   -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   -L/usr/lib -ltasn1
+LIBCRYPTUI_LT_RELEASE = 0:0:0
+LIBCRYPTUI_MAJOR = 0.0
+LIBNOTIFY_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+LIBNOTIFY_LIBS = -L//lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+LIBOBJS = 
+LIBS = $(GTK_LIBS)
+LIBTASN1_CFLAGS = -I/usr/include
+LIBTASN1_CONFIG = /usr/bin/libtasn1-config
+LIBTASN1_LIBS = -L/usr/lib -ltasn1
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIPO = 
+LN_S = ln -s
+LTLIBOBJS = 
+MAINT = 
+MAKEINFO = ${SHELL} /home/sadam/pkg/seahorse/missing --run makeinfo
+MKDIR_P = /bin/mkdir -p
+MKINSTALLDIRS = ./mkinstalldirs
+MSGFMT = /usr/bin/msgfmt
+MSGFMT_OPTS = -c
+MSGMERGE = /usr/bin/msgmerge
+NETLIBS = 
+NM = /usr/bin/nm -B
+NMEDIT = 
+OBJEXT = o
+OMF_DIR = ${datadir}/omf
+OTOOL = 
+OTOOL64 = 
+PACKAGE = seahorse
+PACKAGE_BUGREPORT = 
+PACKAGE_NAME = seahorse
+PACKAGE_STRING = seahorse 2.25.5
+PACKAGE_TARNAME = seahorse
+PACKAGE_VERSION = 2.25.5
+PANGO_PREFIX = /usr
+PATH_SEPARATOR = :
+PKG_CONFIG = /usr/bin/pkg-config
+PLUGIN_LIBTOOL_FLAGS = -module -avoid-version
+POFILES = 
+POSUB = po
+PO_IN_DATADIR_FALSE = 
+PO_IN_DATADIR_TRUE = 
+RANLIB = ranlib
+SEAHORSE_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include    -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include
 /cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
+SEAHORSE_LIBS = -pthread -lglade-2.0 -lxml2 -lgconf-2 -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lgpgme -lgpg-error -lldap -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lgnome-keyring -lglib-2.0   -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0   -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   -L//lib -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lglib-2.0  
+SED = /bin/sed
+SET_MAKE = 
+SHARING_CFLAGS = -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+SHARING_LIBS = -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0  
+SHELL = /bin/bash
+SOUP_CFLAGS = -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
+SOUP_LIBS = -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
+SSH_KEYGEN_PATH = /usr/bin/ssh-keygen
+SSH_PATH = /usr/bin/ssh
+STRIP = strip
+USE_NLS = yes
+VERSION = 2.25.5
+XGETTEXT = /usr/bin/xgettext
+abs_builddir = /home/sadam/pkg/seahorse/reference/libcryptui
+abs_srcdir = /home/sadam/pkg/seahorse/reference/libcryptui
+abs_top_builddir = /home/sadam/pkg/seahorse
+abs_top_srcdir = /home/sadam/pkg/seahorse
+ac_ct_CC = gcc
+ac_ct_CXX = g++
+ac_ct_DUMPBIN = 
+am__include = include
+am__leading_dot = .
+am__quote = 
+am__tar = ${AMTAR} chof - "$$tardir"
+am__untar = ${AMTAR} xf -
+bindir = ${exec_prefix}/bin
+build = i686-pc-linux-gnu
+build_alias = 
+build_cpu = i686
+build_os = linux-gnu
+build_vendor = pc
+builddir = .
+cryptuitargetlib = libcryptui.la
+datadir = ${datarootdir}
+datarootdir = ${prefix}/share
+docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
+dvidir = ${docdir}
+exec_prefix = ${prefix}
+host = i686-pc-linux-gnu
+host_alias = 
+host_cpu = i686
+host_os = linux-gnu
+host_vendor = pc
+htmldir = ${docdir}
+includedir = ${prefix}/include
+infodir = ${datarootdir}/info
+install_sh = $(SHELL) /home/sadam/pkg/seahorse/install-sh
+libdir = ${exec_prefix}/lib
+libexecdir = ${exec_prefix}/libexec
+localedir = ${datarootdir}/locale
+localstatedir = ${prefix}/var
+lt_ECHO = echo
+mandir = ${datarootdir}/man
+mkdir_p = /bin/mkdir -p
+oldincludedir = /usr/include
+pdfdir = ${docdir}
+prefix = /usr
+program_transform_name = s,x,x,
+psdir = ${docdir}
+sbindir = ${exec_prefix}/sbin
+sharedstatedir = ${prefix}/com
+srcdir = .
+sysconfdir = /etc
+target_alias = 
+top_builddir = ../..
+top_srcdir = ../..
+AUTOMAKE_OPTIONS = 1.6
+
+# The name of the module.
+DOC_MODULE = libcryptui
+
+# The top-level SGML file.
+DOC_MAIN_SGML_FILE = libcryptui-docs.sgml
+
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" 
+
+# Extra options to pass to gtkdoc-scangobj
+SCANGOBJ_OPTIONS = --type-init-func="gtk_type_init(0)" 
+
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR = ../../libcryptui
+
+# Used for dependencies
+HFILE_GLOB = $(top_srcdir)/libcryptui/*.h
+CFILE_GLOB = $(top_srcdir)/libcryptui/*.c
+
+# Header files to ignore when scanning
+IGNORE_HFILES = 
+
+# CFLAGS and LDFLAGS for compiling scan program. Only needed
+# if $(DOC_MODULE).types is non-empty.
+INCLUDES = \
+	-I$(top_srcdir) 	\
+	-I$(../../libcryptui) 	\
+	-DGTK_ENABLE_BROKEN
+
+GTKDOC_LIBS = $(top_builddir)/libcryptui/$(cryptuitargetlib)
+#	$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la	\
+#	$(top_builddir)/gdk/$(gdktargetlib)        			\
+#	$(top_builddir)/gtk/$(gtktargetlib)
+
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=cryptui
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
+content_files = version.xml
+expand_content_files = 
+
+# Images to copy into HTML directory
+HTML_IMAGES = 
+# Extra options to supply to gtkdoc-fixref
+FIXXREF_OPTIONS = \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
+	--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
+	--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
+	--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
+
+#GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+#GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
+GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
+
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+#
+GPATH = $(srcdir)
+TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
+
+# Other files to distribute
+EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
+	$(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \
+	version.xml.in
+DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
+	   $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
+
+SCANOBJ_FILES = \
+	$(DOC_MODULE).args 	 \
+	$(DOC_MODULE).hierarchy  \
+	$(DOC_MODULE).interfaces \
+	$(DOC_MODULE).prerequisites \
+	$(DOC_MODULE).signals
+
+REPORT_FILES = \
+	$(DOC_MODULE)-undocumented.txt \
+	$(DOC_MODULE)-undeclared.txt \
+	$(DOC_MODULE)-unused.txt
+
+CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  reference/libcryptui/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  reference/libcryptui/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
+check-am: all-am
+check: check-am
+all-am: Makefile all-local
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-local mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-local
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic \
+	maintainer-clean-local
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-local
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am all-local check check-am clean clean-generic \
+	clean-libtool clean-local dist-hook distclean \
+	distclean-generic distclean-libtool distclean-local distdir \
+	dvi dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-data-local install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic \
+	maintainer-clean-local mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-local
+
+
+all-local: html-build.stamp
+#all-local:
+
+docs: html-build.stamp
+
+#### scan ####
+
+scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
+	@echo 'gtk-doc: Scanning header files'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && \
+	  gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
+	if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
+	    CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
+	else \
+	    cd $(srcdir) ; \
+	    for i in $(SCANOBJ_FILES) ; do \
+               test -f $$i || touch $$i ; \
+	    done \
+	fi
+	touch scan-build.stamp
+
+$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
+	@true
+
+#### templates ####
+
+tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
+	@echo 'gtk-doc: Rebuilding template files'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+	touch tmpl-build.stamp
+
+tmpl.stamp: tmpl-build.stamp
+	@true
+
+tmpl/*.sgml:
+	@true
+
+#### xml ####
+
+sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
+	@echo 'gtk-doc: Building XML'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && \
+	gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
+	touch sgml-build.stamp
+
+sgml.stamp: sgml-build.stamp
+	@true
+
+#### html ####
+
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+	@echo 'gtk-doc: Building HTML'
+	@-chmod -R u+w $(srcdir)
+	rm -rf $(srcdir)/html
+	mkdir $(srcdir)/html
+	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+	test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+	@echo 'gtk-doc: Fixing cross-references'
+	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+	touch html-build.stamp
+
+##############
+
+clean-local:
+	rm -f *~ *.bak
+	rm -rf .libs
+
+distclean-local:
+	cd $(srcdir) && \
+	  rm -rf xml $(REPORT_FILES) \
+	         $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+
+maintainer-clean-local: clean
+	cd $(srcdir) && rm -rf xml html
+
+install-data-local:
+	-installfiles=`echo $(srcdir)/html/*`; \
+	if test "$$installfiles" = '$(srcdir)/html/*'; \
+	then echo '-- Nothing to install' ; \
+	else \
+	  $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
+	  for i in $$installfiles; do \
+	    echo '-- Installing '$$i ; \
+	    $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
+	  done; \
+	  echo '-- Installing $(srcdir)/html/index.sgml' ; \
+	  $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
+	  which gtkdoc-rebase >/dev/null && \
+	    gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
+	fi
+
+uninstall-local:
+	rm -f $(DESTDIR)$(TARGET_DIR)/*
+
+#
+# Require gtk-doc when making dist
+#
+dist-check-gtkdoc:
+#dist-check-gtkdoc:
+#	@echo "*** gtk-doc must be installed and enabled in order to make dist"
+#	@false
+
+dist-hook: dist-check-gtkdoc dist-hook-local
+	mkdir $(distdir)/tmpl
+	mkdir $(distdir)/xml
+	mkdir $(distdir)/html
+	-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
+	-cp $(srcdir)/xml/*.xml $(distdir)/xml
+	cp $(srcdir)/html/* $(distdir)/html
+	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+	cd $(distdir) && rm -f $(DISTCLEANFILES)
+	-gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+
+.PHONY : dist-hook-local docs
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/reference/libcryptui/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/Makefile.am	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,65 @@
+AUTOMAKE_OPTIONS = 1.6
+
+# The name of the module.
+DOC_MODULE=libcryptui
+
+# The top-level SGML file.
+DOC_MAIN_SGML_FILE=libcryptui-docs.sgml
+
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" 
+
+# Extra options to pass to gtkdoc-scangobj
+SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)" 
+
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR=../../libcryptui
+
+# Used for dependencies
+HFILE_GLOB=$(top_srcdir)/libcryptui/*.h
+CFILE_GLOB=$(top_srcdir)/libcryptui/*.c
+
+# Header files to ignore when scanning
+IGNORE_HFILES=
+
+# CFLAGS and LDFLAGS for compiling scan program. Only needed
+# if $(DOC_MODULE).types is non-empty.
+INCLUDES = \
+	-I$(top_srcdir) 	\
+	-I$(../../libcryptui) 	\
+	-DGTK_ENABLE_BROKEN
+	
+CFLAGS = $(GTK_CFLAGS)
+LIBS = $(GTK_LIBS)
+
+CPPFLAGS += \
+	-UGTK_DISABLE_SINGLE_INCLUDES
+
+GTKDOC_LIBS = $(top_builddir)/libcryptui/$(cryptuitargetlib)
+#	$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la	\
+#	$(top_builddir)/gdk/$(gdktargetlib)        			\
+#	$(top_builddir)/gtk/$(gtktargetlib)
+
+
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=cryptui
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
+content_files = version.xml
+
+expand_content_files =
+
+# Images to copy into HTML directory
+HTML_IMAGES = 
+# Extra options to supply to gtkdoc-fixref
+FIXXREF_OPTIONS= \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
+	--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
+	--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
+	--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
+
+include $(top_srcdir)/gtk-doc.make
+
+# Other files to distribute
+EXTRA_DIST += version.xml.in

Added: trunk/reference/libcryptui/Makefile.in
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/Makefile.in	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,646 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ SET_MAKE@
+
+# -*- mode: makefile -*-
+
+####################################
+# Everything below here is generic #
+####################################
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.make
+subdir = reference/libcryptui
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
+	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
+	$(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = version.xml
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AR = @AR@
+ATK_PREFIX = @ATK_PREFIX@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CAIRO_PREFIX = @CAIRO_PREFIX@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = $(GTK_CFLAGS)
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@ -UGTK_DISABLE_SINGLE_INCLUDES
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGG_CFLAGS = @EGG_CFLAGS@
+EGG_LIBS = @EGG_LIBS@
+EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
+EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
+GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GLIB_PREFIX = @GLIB_PREFIX@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
+GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
+GNUPG = @GNUPG@
+GP11_CFLAGS = @GP11_CFLAGS@
+GP11_LIBS = @GP11_LIBS@
+GPGME_CONFIG = @GPGME_CONFIG@
+GREP = @GREP@
+GTKDOC_CHECK = @GTKDOC_CHECK@
+GTK_CFLAGS = @GTK_CFLAGS@
+GTK_LIBS = @GTK_LIBS@
+HELP_DIR = @HELP_DIR@
+HTML_DIR = @HTML_DIR@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
+INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
+INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
+INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
+INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
+INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
+INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
+INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
+INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
+INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
+INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
+INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
+INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
+INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
+INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBCRYPTUI_CFLAGS = @LIBCRYPTUI_CFLAGS@
+LIBCRYPTUI_LIBS = @LIBCRYPTUI_LIBS@
+LIBCRYPTUI_LT_RELEASE = @LIBCRYPTUI_LT_RELEASE@
+LIBCRYPTUI_MAJOR = @LIBCRYPTUI_MAJOR@
+LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
+LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
+LIBOBJS = @LIBOBJS@
+LIBS = $(GTK_LIBS)
+LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
+LIBTASN1_CONFIG = @LIBTASN1_CONFIG@
+LIBTASN1_LIBS = @LIBTASN1_LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NETLIBS = @NETLIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJEXT = @OBJEXT@
+OMF_DIR = @OMF_DIR@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGO_PREFIX = @PANGO_PREFIX@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
+POFILES = @POFILES@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+RANLIB = @RANLIB@
+SEAHORSE_CFLAGS = @SEAHORSE_CFLAGS@
+SEAHORSE_LIBS = @SEAHORSE_LIBS@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHARING_CFLAGS = @SHARING_CFLAGS@
+SHARING_LIBS = @SHARING_LIBS@
+SHELL = @SHELL@
+SOUP_CFLAGS = @SOUP_CFLAGS@
+SOUP_LIBS = @SOUP_LIBS@
+SSH_KEYGEN_PATH = @SSH_KEYGEN_PATH@
+SSH_PATH = @SSH_PATH@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+cryptuitargetlib = @cryptuitargetlib@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+AUTOMAKE_OPTIONS = 1.6
+
+# The name of the module.
+DOC_MODULE = libcryptui
+
+# The top-level SGML file.
+DOC_MAIN_SGML_FILE = libcryptui-docs.sgml
+
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" 
+
+# Extra options to pass to gtkdoc-scangobj
+SCANGOBJ_OPTIONS = --type-init-func="gtk_type_init(0)" 
+
+# The directory containing the source code. Relative to $(srcdir)
+DOC_SOURCE_DIR = ../../libcryptui
+
+# Used for dependencies
+HFILE_GLOB = $(top_srcdir)/libcryptui/*.h
+CFILE_GLOB = $(top_srcdir)/libcryptui/*.c
+
+# Header files to ignore when scanning
+IGNORE_HFILES = 
+
+# CFLAGS and LDFLAGS for compiling scan program. Only needed
+# if $(DOC_MODULE).types is non-empty.
+INCLUDES = \
+	-I$(top_srcdir) 	\
+	-I$(../../libcryptui) 	\
+	-DGTK_ENABLE_BROKEN
+
+GTKDOC_LIBS = $(top_builddir)/libcryptui/$(cryptuitargetlib)
+#	$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la	\
+#	$(top_builddir)/gdk/$(gdktargetlib)        			\
+#	$(top_builddir)/gtk/$(gtktargetlib)
+
+# Extra options to supply to gtkdoc-mkdb
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=cryptui
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
+content_files = version.xml
+expand_content_files = 
+
+# Images to copy into HTML directory
+HTML_IMAGES = 
+# Extra options to supply to gtkdoc-fixref
+FIXXREF_OPTIONS = \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
+	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
+	--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
+	--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
+	--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
+
+ GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
+ GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
+
+# We set GPATH here; this gives us semantics for GNU make
+# which are more like other make's VPATH, when it comes to
+# whether a source that is a target of one rule is then
+# searched for in VPATH/GPATH.
+#
+GPATH = $(srcdir)
+TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
+
+# Other files to distribute
+EXTRA_DIST = $(content_files) $(HTML_IMAGES) $(DOC_MAIN_SGML_FILE) \
+	$(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt \
+	version.xml.in
+DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
+	   $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
+
+SCANOBJ_FILES = \
+	$(DOC_MODULE).args 	 \
+	$(DOC_MODULE).hierarchy  \
+	$(DOC_MODULE).interfaces \
+	$(DOC_MODULE).prerequisites \
+	$(DOC_MODULE).signals
+
+REPORT_FILES = \
+	$(DOC_MODULE)-undocumented.txt \
+	$(DOC_MODULE)-undeclared.txt \
+	$(DOC_MODULE)-unused.txt
+
+CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  reference/libcryptui/Makefile'; \
+	cd $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu  reference/libcryptui/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
+	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+	    fi; \
+	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+	  else \
+	    test -f $(distdir)/$$file \
+	    || cp -p $$d/$$file $(distdir)/$$file \
+	    || exit 1; \
+	  fi; \
+	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
+check-am: all-am
+check: check-am
+all-am: Makefile all-local
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool clean-local mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic distclean-local
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic \
+	maintainer-clean-local
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-local
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am all-local check check-am clean clean-generic \
+	clean-libtool clean-local dist-hook distclean \
+	distclean-generic distclean-libtool distclean-local distdir \
+	dvi dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-data-local install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic \
+	maintainer-clean-local mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
+	uninstall-local
+
+
+ ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
+ ENABLE_GTK_DOC_FALSE@all-local:
+
+docs: html-build.stamp
+
+#### scan ####
+
+scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
+	@echo 'gtk-doc: Scanning header files'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && \
+	  gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
+	if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
+	    CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
+	else \
+	    cd $(srcdir) ; \
+	    for i in $(SCANOBJ_FILES) ; do \
+               test -f $$i || touch $$i ; \
+	    done \
+	fi
+	touch scan-build.stamp
+
+$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
+	@true
+
+#### templates ####
+
+tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
+	@echo 'gtk-doc: Rebuilding template files'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
+	touch tmpl-build.stamp
+
+tmpl.stamp: tmpl-build.stamp
+	@true
+
+tmpl/*.sgml:
+	@true
+
+#### xml ####
+
+sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
+	@echo 'gtk-doc: Building XML'
+	@-chmod -R u+w $(srcdir)
+	cd $(srcdir) && \
+	gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
+	touch sgml-build.stamp
+
+sgml.stamp: sgml-build.stamp
+	@true
+
+#### html ####
+
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+	@echo 'gtk-doc: Building HTML'
+	@-chmod -R u+w $(srcdir)
+	rm -rf $(srcdir)/html
+	mkdir $(srcdir)/html
+	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+	test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+	@echo 'gtk-doc: Fixing cross-references'
+	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+	touch html-build.stamp
+
+##############
+
+clean-local:
+	rm -f *~ *.bak
+	rm -rf .libs
+
+distclean-local:
+	cd $(srcdir) && \
+	  rm -rf xml $(REPORT_FILES) \
+	         $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
+
+maintainer-clean-local: clean
+	cd $(srcdir) && rm -rf xml html
+
+install-data-local:
+	-installfiles=`echo $(srcdir)/html/*`; \
+	if test "$$installfiles" = '$(srcdir)/html/*'; \
+	then echo '-- Nothing to install' ; \
+	else \
+	  $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
+	  for i in $$installfiles; do \
+	    echo '-- Installing '$$i ; \
+	    $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
+	  done; \
+	  echo '-- Installing $(srcdir)/html/index.sgml' ; \
+	  $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
+	  which gtkdoc-rebase >/dev/null && \
+	    gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
+	fi
+
+uninstall-local:
+	rm -f $(DESTDIR)$(TARGET_DIR)/*
+
+#
+# Require gtk-doc when making dist
+#
+ ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
+ ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
+ ENABLE_GTK_DOC_FALSE@	@echo "*** gtk-doc must be installed and enabled in order to make dist"
+ ENABLE_GTK_DOC_FALSE@	@false
+
+dist-hook: dist-check-gtkdoc dist-hook-local
+	mkdir $(distdir)/tmpl
+	mkdir $(distdir)/xml
+	mkdir $(distdir)/html
+	-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
+	-cp $(srcdir)/xml/*.xml $(distdir)/xml
+	cp $(srcdir)/html/* $(distdir)/html
+	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+	cd $(distdir) && rm -f $(DISTCLEANFILES)
+	-gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+
+.PHONY : dist-hook-local docs
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/reference/libcryptui/html/CryptUIKeyChooser.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/CryptUIKeyChooser.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,457 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CryptUIKeyChooser</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="libcryptui-cryptui-key-list.html" title="cryptui-key-list">
+<link rel="next" href="CryptUIKeyStore.html" title="CryptUIKeyStore">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="libcryptui-cryptui-key-list.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="CryptUIKeyStore.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#CryptUIKeyChooser.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#CryptUIKeyChooser.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#CryptUIKeyChooser.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#CryptUIKeyChooser.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#CryptUIKeyChooser.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#CryptUIKeyChooser.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="CryptUIKeyChooser"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="CryptUIKeyChooser.top_of_page"></a>CryptUIKeyChooser</span></h2>
+<p>CryptUIKeyChooser</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="CryptUIKeyChooser.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+enum                <a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooserMode" title="enum CryptUIKeyChooserMode">CryptUIKeyChooserMode</a>;
+                    <a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooserPriv" title="CryptUIKeyChooserPriv">CryptUIKeyChooserPriv</a>;
+                    <a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooser-struct" title="CryptUIKeyChooser">CryptUIKeyChooser</a>;
+<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a>*  <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-new" title="cryptui_key_chooser_new ()">cryptui_key_chooser_new</a>             (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *ckset,
+                                                         <a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooserMode" title="enum CryptUIKeyChooserMode">CryptUIKeyChooserMode</a> mode);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-get-enforce-prefs" title="cryptui_key_chooser_get_enforce_prefs ()">cryptui_key_chooser_get_enforce_prefs</a>
+                                                        (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);
+void                <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-set-enforce-prefs" title="cryptui_key_chooser_set_enforce_prefs ()">cryptui_key_chooser_set_enforce_prefs</a>
+                                                        (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> enforce_prefs);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-have-recipients" title="cryptui_key_chooser_have_recipients ()">cryptui_key_chooser_have_recipients</a> (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);
+<a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-get-recipients" title="cryptui_key_chooser_get_recipients ()">cryptui_key_chooser_get_recipients</a>  (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);
+void                <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-set-recipients" title="cryptui_key_chooser_set_recipients ()">cryptui_key_chooser_set_recipients</a>  (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-get-signer" title="cryptui_key_chooser_get_signer ()">cryptui_key_chooser_get_signer</a>      (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);
+void                <a class="link" href="CryptUIKeyChooser.html#cryptui-key-chooser-set-signer" title="cryptui_key_chooser_set_signer ()">cryptui_key_chooser_set_signer</a>      (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="../gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+         +----<a
+href="../gtk/GtkObject.html"
+>GtkObject</a>
+               +----<a
+href="../gtk/GtkWidget.html"
+>GtkWidget</a>
+                     +----<a
+href="../gtk/GtkContainer.html"
+>GtkContainer</a>
+                           +----<a
+href="../gtk/GtkBox.html"
+>GtkBox</a>
+                                 +----<a
+href="../gtk/GtkVBox.html"
+>GtkVBox</a>
+                                       +----CryptUIKeyChooser
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+CryptUIKeyChooser implements
+ AtkImplementorIface and  <a
+href="../gtk/gtk-gtkbuildable.html#GtkBuildable"
+>GtkBuildable</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooser--enforce-prefs" title='The "enforce-prefs" property'>enforce-prefs</a>"            <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write
+  "<a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooser--keyset" title='The "keyset" property'>keyset</a>"                   <a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*        : Read / Write / Construct Only
+  "<a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooser--mode" title='The "mode" property'>mode</a>"                     <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>                 : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooser-changed" title='The "changed" signal'>changed</a>"                                        : Run First
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooserMode"></a><h3>enum CryptUIKeyChooserMode</h3>
+<pre class="programlisting">typedef enum _CryptUIKeyChooserMode {
+    CRYPTUI_KEY_CHOOSER_RECIPIENTS =    0x0001,
+    CRYPTUI_KEY_CHOOSER_SIGNER =        0x0002,
+    
+    CRYPTUI_KEY_CHOOSER_MUSTSIGN =      0x0010
+} CryptUIKeyChooserMode;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooserPriv"></a><h3>CryptUIKeyChooserPriv</h3>
+<pre class="programlisting">typedef struct _CryptUIKeyChooserPriv CryptUIKeyChooserPriv;</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooser-struct"></a><h3>CryptUIKeyChooser</h3>
+<pre class="programlisting">typedef struct _CryptUIKeyChooser CryptUIKeyChooser;</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-new"></a><h3>cryptui_key_chooser_new ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a>*  cryptui_key_chooser_new             (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *ckset,
+                                                         <a class="link" href="CryptUIKeyChooser.html#CryptUIKeyChooserMode" title="enum CryptUIKeyChooserMode">CryptUIKeyChooserMode</a> mode);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>mode</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-get-enforce-prefs"></a><h3>cryptui_key_chooser_get_enforce_prefs ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_chooser_get_enforce_prefs
+                                                        (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-set-enforce-prefs"></a><h3>cryptui_key_chooser_set_enforce_prefs ()</h3>
+<pre class="programlisting">void                cryptui_key_chooser_set_enforce_prefs
+                                                        (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> enforce_prefs);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>enforce_prefs</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-have-recipients"></a><h3>cryptui_key_chooser_have_recipients ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_chooser_have_recipients (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-get-recipients"></a><h3>cryptui_key_chooser_get_recipients ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              cryptui_key_chooser_get_recipients  (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-set-recipients"></a><h3>cryptui_key_chooser_set_recipients ()</h3>
+<pre class="programlisting">void                cryptui_key_chooser_set_recipients  (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keys</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-get-signer"></a><h3>cryptui_key_chooser_get_signer ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_chooser_get_signer      (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-chooser-set-signer"></a><h3>cryptui_key_chooser_set_signer ()</h3>
+<pre class="programlisting">void                cryptui_key_chooser_set_signer      (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *chooser,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>chooser</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooser--enforce-prefs"></a><h3>The <code class="literal">"enforce-prefs"</code> property</h3>
+<pre class="programlisting">  "enforce-prefs"            <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write</pre>
+<p>Enforce user preferences.</p>
+<p>Default value: TRUE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooser--keyset"></a><h3>The <code class="literal">"keyset"</code> property</h3>
+<pre class="programlisting">  "keyset"                   <a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*        : Read / Write / Construct Only</pre>
+<p>Current CryptUI Key Source to use.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooser--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
+<pre class="programlisting">  "mode"                     <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>                 : Read / Write / Construct Only</pre>
+<p>Display mode for chooser.</p>
+<p>Allowed values: &lt;= 268435455</p>
+<p>Default value: 0</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyChooser.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyChooser-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">CryptUIKeyChooser</a> *cryptuikeychooser,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>           user_data)              : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>cryptuikeychooser</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/CryptUIKeyStore.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/CryptUIKeyStore.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,930 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CryptUIKeyStore</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">
+<link rel="next" href="libcryptui-cryptui.html" title="cryptui">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="CryptUIKeyChooser.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="libcryptui-cryptui.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#CryptUIKeyStore.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#CryptUIKeyStore.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#CryptUIKeyStore.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#CryptUIKeyStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+                  Â|Â
+                  <a href="#CryptUIKeyStore.properties" class="shortcut">Properties</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="CryptUIKeyStore"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="CryptUIKeyStore.top_of_page"></a>CryptUIKeyStore</span></h2>
+<p>CryptUIKeyStore</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="CryptUIKeyStore.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+                    <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStorePriv" title="CryptUIKeyStorePriv">CryptUIKeyStorePriv</a>;
+                    <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore-struct" title="CryptUIKeyStore">CryptUIKeyStore</a>;
+enum                <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreMode" title="enum CryptUIKeyStoreMode">CryptUIKeyStoreMode</a>;
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            (<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc" title="CryptUIKeyStoreFilterFunc ()">*CryptUIKeyStoreFilterFunc</a>)        (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *ckset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data);
+<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-new" title="cryptui_key_store_new ()">cryptui_key_store_new</a>               (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> use_checks,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *none_option);
+<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-keyset" title="cryptui_key_store_get_keyset ()">cryptui_key_store_get_keyset</a>        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-sortable" title="cryptui_key_store_set_sortable ()">cryptui_key_store_set_sortable</a>      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> sortable);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-sortable" title="cryptui_key_store_get_sortable ()">cryptui_key_store_get_sortable</a>      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-check-toggled" title="cryptui_key_store_check_toggled ()">cryptui_key_store_check_toggled</a>     (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-iter-from-key" title="cryptui_key_store_get_iter_from_key ()">cryptui_key_store_get_iter_from_key</a> (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-key-from-iter" title="cryptui_key_store_get_key_from_iter ()">cryptui_key_store_get_key_from_iter</a> (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-key-from-path" title="cryptui_key_store_get_key_from_path ()">cryptui_key_store_get_key_from_path</a> (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreePath"
+>GtkTreePath</a> *path);
+<a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-all-keys" title="cryptui_key_store_get_all_keys ()">cryptui_key_store_get_all_keys</a>      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+<a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-count" title="cryptui_key_store_get_count ()">cryptui_key_store_get_count</a>         (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-have-selected-keys" title="cryptui_key_store_have_selected_keys ()">cryptui_key_store_have_selected_keys</a>
+                                                        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+<a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-selected-keys" title="cryptui_key_store_get_selected_keys ()">cryptui_key_store_get_selected_keys</a> (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-selected-keys" title="cryptui_key_store_set_selected_keys ()">cryptui_key_store_set_selected_keys</a> (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-get-selected-key" title="cryptui_key_store_get_selected_key ()">cryptui_key_store_get_selected_key</a>  (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-selected-key" title="cryptui_key_store_set_selected_key ()">cryptui_key_store_set_selected_key</a>  (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-search-mode" title="cryptui_key_store_set_search_mode ()">cryptui_key_store_set_search_mode</a>   (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreMode" title="enum CryptUIKeyStoreMode">CryptUIKeyStoreMode</a> mode);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-search-text" title="cryptui_key_store_set_search_text ()">cryptui_key_store_set_search_text</a>   (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *search_text);
+void                <a class="link" href="CryptUIKeyStore.html#cryptui-key-store-set-filter" title="cryptui_key_store_set_filter ()">cryptui_key_store_set_filter</a>        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc" title="CryptUIKeyStoreFilterFunc ()">CryptUIKeyStoreFilterFunc</a> func,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="../gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----<a
+href="../gtk/GtkTreeModelSort.html"
+>GtkTreeModelSort</a>
+         +----CryptUIKeyStore
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+CryptUIKeyStore implements
+ <a
+href="../gtk/GtkTreeModel.html"
+>GtkTreeModel</a>,  <a
+href="../gtk/GtkTreeSortable.html"
+>GtkTreeSortable</a> and  <a
+href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
+>GtkTreeDragSource</a>.</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--keyset" title='The "keyset" property'>keyset</a>"                   <a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*        : Read / Write / Construct Only
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--mode" title='The "mode" property'>mode</a>"                     <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>                 : Read / Write
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--none-option" title='The "none-option" property'>none-option</a>"              <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--search" title='The "search" property'>search</a>"                   <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--sortable" title='The "sortable" property'>sortable</a>"                 <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write
+  "<a class="link" href="CryptUIKeyStore.html#CryptUIKeyStore--use-checks" title='The "use-checks" property'>use-checks</a>"               <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStorePriv"></a><h3>CryptUIKeyStorePriv</h3>
+<pre class="programlisting">typedef struct _CryptUIKeyStorePriv CryptUIKeyStorePriv;</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore-struct"></a><h3>CryptUIKeyStore</h3>
+<pre class="programlisting">typedef struct {
+    CryptUIKeyset          *ckset;
+} CryptUIKeyStore;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStoreMode"></a><h3>enum CryptUIKeyStoreMode</h3>
+<pre class="programlisting">typedef enum _CryptUIKeyStoreMode {
+    CRYPTUI_KEY_STORE_MODE_ALL,
+    CRYPTUI_KEY_STORE_MODE_SELECTED,
+    CRYPTUI_KEY_STORE_MODE_RESULTS
+} CryptUIKeyStoreMode;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStoreFilterFunc"></a><h3>CryptUIKeyStoreFilterFunc ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            (*CryptUIKeyStoreFilterFunc)        (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *ckset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-new"></a><h3>cryptui_key_store_new ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    cryptui_key_store_new               (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> use_checks,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *none_option);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>use_checks</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>none_option</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-keyset"></a><h3>cryptui_key_store_get_keyset ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      cryptui_key_store_get_keyset        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-sortable"></a><h3>cryptui_key_store_set_sortable ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_sortable      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> sortable);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>sortable</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-sortable"></a><h3>cryptui_key_store_get_sortable ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_store_get_sortable      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-check-toggled"></a><h3>cryptui_key_store_check_toggled ()</h3>
+<pre class="programlisting">void                cryptui_key_store_check_toggled     (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iter</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-iter-from-key"></a><h3>cryptui_key_store_get_iter_from_key ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_store_get_iter_from_key (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iter</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-key-from-iter"></a><h3>cryptui_key_store_get_key_from_iter ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_store_get_key_from_iter (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreeIter"
+>GtkTreeIter</a> *iter);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>iter</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-key-from-path"></a><h3>cryptui_key_store_get_key_from_path ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_store_get_key_from_path (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeModel.html#GtkTreePath"
+>GtkTreePath</a> *path);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>path</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-all-keys"></a><h3>cryptui_key_store_get_all_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              cryptui_key_store_get_all_keys      (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-count"></a><h3>cryptui_key_store_get_count ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               cryptui_key_store_get_count         (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-have-selected-keys"></a><h3>cryptui_key_store_have_selected_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_store_have_selected_keys
+                                                        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-selected-keys"></a><h3>cryptui_key_store_get_selected_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              cryptui_key_store_get_selected_keys (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-selected-keys"></a><h3>cryptui_key_store_set_selected_keys ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_selected_keys (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keys</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-get-selected-key"></a><h3>cryptui_key_store_get_selected_key ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_store_get_selected_key  (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-selected-key"></a><h3>cryptui_key_store_set_selected_key ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_selected_key  (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-search-mode"></a><h3>cryptui_key_store_set_search_mode ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_search_mode   (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreMode" title="enum CryptUIKeyStoreMode">CryptUIKeyStoreMode</a> mode);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>mode</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-search-text"></a><h3>cryptui_key_store_set_search_text ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_search_text   (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *search_text);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>search_text</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-store-set-filter"></a><h3>cryptui_key_store_set_filter ()</h3>
+<pre class="programlisting">void                cryptui_key_store_set_filter        (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a class="link" href="CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc" title="CryptUIKeyStoreFilterFunc ()">CryptUIKeyStoreFilterFunc</a> func,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> user_data);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>func</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyStore.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--keyset"></a><h3>The <code class="literal">"keyset"</code> property</h3>
+<pre class="programlisting">  "keyset"                   <a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*        : Read / Write / Construct Only</pre>
+<p>Current CryptUI Key Source to use.</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--mode"></a><h3>The <code class="literal">"mode"</code> property</h3>
+<pre class="programlisting">  "mode"                     <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>                 : Read / Write</pre>
+<p>Key store mode controls which keys to display.</p>
+<p>Allowed values: &lt;= 2</p>
+<p>Default value: 0</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--none-option"></a><h3>The <code class="literal">"none-option"</code> property</h3>
+<pre class="programlisting">  "none-option"              <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p>Text for row that denotes 'No Selection'.</p>
+<p>Default value: ""</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--search"></a><h3>The <code class="literal">"search"</code> property</h3>
+<pre class="programlisting">  "search"                   <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write</pre>
+<p>Key store search text for when in results mode.</p>
+<p>Default value: ""</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--sortable"></a><h3>The <code class="literal">"sortable"</code> property</h3>
+<pre class="programlisting">  "sortable"                 <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write</pre>
+<p>Allow user to sort columns.</p>
+<p>Default value: FALSE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyStore--use-checks"></a><h3>The <code class="literal">"use-checks"</code> property</h3>
+<pre class="programlisting">  "use-checks"               <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write</pre>
+<p>Use check box column to denote selection.</p>
+<p>Default value: FALSE</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/CryptUIKeyset.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/CryptUIKeyset.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,925 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CryptUIKeyset</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="next" href="libcryptui-cryptui-key-combo.html" title="cryptui-key-combo">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="libcryptui-cryptui-key-combo.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#CryptUIKeyset.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#CryptUIKeyset.description" class="shortcut">Description</a>
+                  Â|Â
+                  <a href="#CryptUIKeyset.object-hierarchy" class="shortcut">Object Hierarchy</a>
+                  Â|Â
+                  <a href="#CryptUIKeyset.properties" class="shortcut">Properties</a>
+                  Â|Â
+                  <a href="#CryptUIKeyset.signals" class="shortcut">Signals</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="CryptUIKeyset"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="CryptUIKeyset.top_of_page"></a>CryptUIKeyset</span></h2>
+<p>CryptUIKeyset</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="CryptUIKeyset.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+                    <a class="link" href="CryptUIKeyset.html#CryptUIKeysetPrivate" title="CryptUIKeysetPrivate">CryptUIKeysetPrivate</a>;
+                    <a class="link" href="CryptUIKeyset.html#CryptUIKeyset-struct" title="CryptUIKeyset">CryptUIKeyset</a>;
+<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      <a class="link" href="CryptUIKeyset.html#cryptui-keyset-new" title="cryptui_keyset_new ()">cryptui_keyset_new</a>                  (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *keytype,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> expand_keys);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyset.html#cryptui-keyset-has-key" title="cryptui_keyset_has_key ()">cryptui_keyset_has_key</a>              (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="CryptUIKeyset.html#cryptui-keyset-get-keytype" title="cryptui_keyset_get_keytype ()">cryptui_keyset_get_keytype</a>          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);
+<a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="CryptUIKeyset.html#cryptui-keyset-get-keys" title="cryptui_keyset_get_keys ()">cryptui_keyset_get_keys</a>             (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);
+<a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               <a class="link" href="CryptUIKeyset.html#cryptui-keyset-get-count" title="cryptui_keyset_get_count ()">cryptui_keyset_get_count</a>            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);
+void                <a class="link" href="CryptUIKeyset.html#cryptui-keyset-refresh" title="cryptui_keyset_refresh ()">cryptui_keyset_refresh</a>              (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);
+<a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>            <a class="link" href="CryptUIKeyset.html#cryptui-keyset-get-closure" title="cryptui_keyset_get_closure ()">cryptui_keyset_get_closure</a>          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+void                <a class="link" href="CryptUIKeyset.html#cryptui-keyset-set-closure" title="cryptui_keyset_set_closure ()">cryptui_keyset_set_closure</a>          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> closure);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="CryptUIKeyset.html#cryptui-keyset-get-expand-keys" title="cryptui_keyset_get_expand_keys ()">cryptui_keyset_get_expand_keys</a>      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);
+void                <a class="link" href="CryptUIKeyset.html#cryptui-keyset-set-expand-keys" title="cryptui_keyset_set_expand_keys ()">cryptui_keyset_set_expand_keys</a>      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> expand_keys);
+void                <a class="link" href="CryptUIKeyset.html#cryptui-keyset-cache-key" title="cryptui_keyset_cache_key ()">cryptui_keyset_cache_key</a>            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-get-string" title="cryptui_keyset_key_get_string ()">cryptui_keyset_key_get_string</a>       (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop);
+<a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-get-uint" title="cryptui_keyset_key_get_uint ()">cryptui_keyset_key_get_uint</a>         (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop);
+<a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-flags" title="cryptui_keyset_key_flags ()">cryptui_keyset_key_flags</a>            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-display-name" title="cryptui_keyset_key_display_name ()">cryptui_keyset_key_display_name</a>     (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-display-id" title="cryptui_keyset_key_display_id ()">cryptui_keyset_key_display_id</a>       (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="CryptUIKeyset.html#cryptui-keyset-key-raw-keyid" title="cryptui_keyset_key_raw_keyid ()">cryptui_keyset_key_raw_keyid</a>        (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>**             <a class="link" href="CryptUIKeyset.html#cryptui-keyset-keys-raw-keyids" title="cryptui_keyset_keys_raw_keyids ()">cryptui_keyset_keys_raw_keyids</a>      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> **keys);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+  <a
+href="../gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+   +----CryptUIKeyset
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+  "<a class="link" href="CryptUIKeyset.html#CryptUIKeyset--expand-keys" title='The "expand-keys" property'>expand-keys</a>"              <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write
+  "<a class="link" href="CryptUIKeyset.html#CryptUIKeyset--keytype" title='The "keytype" property'>keytype</a>"                  <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct Only
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.signals"></a><h2>Signals</h2>
+<pre class="synopsis">
+  "<a class="link" href="CryptUIKeyset.html#CryptUIKeyset-added" title='The "added" signal'>added</a>"                                          : Run First
+  "<a class="link" href="CryptUIKeyset.html#CryptUIKeyset-changed" title='The "changed" signal'>changed</a>"                                        : Run First
+  "<a class="link" href="CryptUIKeyset.html#CryptUIKeyset-removed" title='The "removed" signal'>removed</a>"                                        : Run First
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeysetPrivate"></a><h3>CryptUIKeysetPrivate</h3>
+<pre class="programlisting">typedef struct _CryptUIKeysetPrivate CryptUIKeysetPrivate;</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset-struct"></a><h3>CryptUIKeyset</h3>
+<pre class="programlisting">typedef struct _CryptUIKeyset CryptUIKeyset;</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-new"></a><h3>cryptui_keyset_new ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      cryptui_keyset_new                  (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *keytype,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> expand_keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keytype</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>expand_keys</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-has-key"></a><h3>cryptui_keyset_has_key ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_keyset_has_key              (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-get-keytype"></a><h3>cryptui_keyset_get_keytype ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_keyset_get_keytype          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-get-keys"></a><h3>cryptui_keyset_get_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              cryptui_keyset_get_keys             (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-get-count"></a><h3>cryptui_keyset_get_count ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               cryptui_keyset_get_count            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-refresh"></a><h3>cryptui_keyset_refresh ()</h3>
+<pre class="programlisting">void                cryptui_keyset_refresh              (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-get-closure"></a><h3>cryptui_keyset_get_closure ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>            cryptui_keyset_get_closure          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-set-closure"></a><h3>cryptui_keyset_set_closure ()</h3>
+<pre class="programlisting">void                cryptui_keyset_set_closure          (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> closure);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>closure</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-get-expand-keys"></a><h3>cryptui_keyset_get_expand_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_keyset_get_expand_keys      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-set-expand-keys"></a><h3>cryptui_keyset_set_expand_keys ()</h3>
+<pre class="programlisting">void                cryptui_keyset_set_expand_keys      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> expand_keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>expand_keys</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-cache-key"></a><h3>cryptui_keyset_cache_key ()</h3>
+<pre class="programlisting">void                cryptui_keyset_cache_key            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-get-string"></a><h3>cryptui_keyset_key_get_string ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_keyset_key_get_string       (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>prop</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-get-uint"></a><h3>cryptui_keyset_key_get_uint ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               cryptui_keyset_key_get_uint         (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>prop</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-flags"></a><h3>cryptui_keyset_key_flags ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a>               cryptui_keyset_key_flags            (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-display-name"></a><h3>cryptui_keyset_key_display_name ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_keyset_key_display_name     (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-display-id"></a><h3>cryptui_keyset_key_display_id ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_keyset_key_display_id       (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-key-raw-keyid"></a><h3>cryptui_keyset_key_raw_keyid ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_keyset_key_raw_keyid        (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-keyset-keys-raw-keyids"></a><h3>cryptui_keyset_keys_raw_keyids ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>**             cryptui_keyset_keys_raw_keyids      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> **keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keys</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset--expand-keys"></a><h3>The <code class="literal">"expand-keys"</code> property</h3>
+<pre class="programlisting">  "expand-keys"              <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>              : Read / Write</pre>
+<p>Expand all names in keys.</p>
+<p>Default value: TRUE</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset--keytype"></a><h3>The <code class="literal">"keytype"</code> property</h3>
+<pre class="programlisting">  "keytype"                  <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*                : Read / Write / Construct Only</pre>
+<p>Type of keys to be listed.</p>
+<p>Default value: NULL</p>
+</div>
+</div>
+<div class="refsect1" lang="en">
+<a name="CryptUIKeyset.signal-details"></a><h2>Signal Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset-added"></a><h3>The <code class="literal">"added"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *cryptuikeyset,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>         *arg1,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>       user_data)          : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>cryptuikeyset</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *cryptuikeyset,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>         *arg1,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>       arg2,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>       user_data)          : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>cryptuikeyset</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg2</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyset-removed"></a><h3>The <code class="literal">"removed"</code> signal</h3>
+<pre class="programlisting">void                user_function                      (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *cryptuikeyset,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>         *arg1,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>       arg2,
+                                                        <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a>       user_data)          : Run First</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>cryptuikeyset</code></em>Â:</span></p></td>
+<td>the object which received the signal.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg1</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>arg2</code></em>Â:</span></p></td>
+<td>
+
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>user_data</code></em>Â:</span></p></td>
+<td>user data set when the signal handler was connected.</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/ch01.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/ch01.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>libcryptui Objects and Functions</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="index.html" title="libcryptui Reference Manual">
+<link rel="prev" href="index.html" title="libcryptui Reference Manual">
+<link rel="next" href="CryptUIKeyset.html" title="CryptUIKeyset">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td>Â</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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="CryptUIKeyset.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter" lang="en">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="id2903733"></a>libcryptui Objects and Functions</h2></div></div></div>
+<div class="toc"><dl>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyset.html">CryptUIKeyset</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-key-combo.html">cryptui-key-combo</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-key-list.html">cryptui-key-list</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyChooser.html">CryptUIKeyChooser</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyStore.html">CryptUIKeyStore</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui.html">cryptui</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-defines.html">cryptui-defines</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-marshal.html">cryptui-marshal</a></span><span class="refpurpose"></span>
+</dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/home.png
==============================================================================
Binary file. No diff available.

Added: trunk/reference/libcryptui/html/index.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/index.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>libcryptui Reference Manual</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="next" href="ch01.html" title="libcryptui Objects and Functions">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<div class="book" lang="en">
+<div class="titlepage">
+<div>
+<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libcryptui Reference Manual</p></th></tr></table></div>
+<div><p class="releaseinfo">
+      for libcryptui-0.0
+
+      
+    </p></div>
+</div>
+<hr>
+</div>
+<div class="toc"><dl>
+<dt><span class="chapter"><a href="ch01.html">libcryptui Objects and Functions</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyset.html">CryptUIKeyset</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-key-combo.html">cryptui-key-combo</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-key-list.html">cryptui-key-list</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyChooser.html">CryptUIKeyChooser</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="CryptUIKeyStore.html">CryptUIKeyStore</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui.html">cryptui</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-defines.html">cryptui-defines</a></span><span class="refpurpose"></span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="libcryptui-cryptui-marshal.html">cryptui-marshal</a></span><span class="refpurpose"></span>
+</dt>
+</dl></dd>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/index.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/index.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,146 @@
+<ANCHOR id="CryptUIKeyset" href="libcryptui/CryptUIKeyset.html">
+<ANCHOR id="CryptUIKeyset.synopsis" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.synopsis">
+<ANCHOR id="CryptUIKeyset.object-hierarchy" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.object-hierarchy">
+<ANCHOR id="CryptUIKeyset.properties" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.properties">
+<ANCHOR id="CryptUIKeyset.signals" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.signals">
+<ANCHOR id="CryptUIKeyset.description" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.description">
+<ANCHOR id="CryptUIKeyset.details" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.details">
+<ANCHOR id="CryptUIKeysetPrivate" href="libcryptui/CryptUIKeyset.html#CryptUIKeysetPrivate">
+<ANCHOR id="CryptUIKeyset-struct" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset-struct">
+<ANCHOR id="cryptui-keyset-new" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-new">
+<ANCHOR id="cryptui-keyset-has-key" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-has-key">
+<ANCHOR id="cryptui-keyset-get-keytype" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-get-keytype">
+<ANCHOR id="cryptui-keyset-get-keys" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-get-keys">
+<ANCHOR id="cryptui-keyset-get-count" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-get-count">
+<ANCHOR id="cryptui-keyset-refresh" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-refresh">
+<ANCHOR id="cryptui-keyset-get-closure" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-get-closure">
+<ANCHOR id="cryptui-keyset-set-closure" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-set-closure">
+<ANCHOR id="cryptui-keyset-get-expand-keys" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-get-expand-keys">
+<ANCHOR id="cryptui-keyset-set-expand-keys" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-set-expand-keys">
+<ANCHOR id="cryptui-keyset-cache-key" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-cache-key">
+<ANCHOR id="cryptui-keyset-key-get-string" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-get-string">
+<ANCHOR id="cryptui-keyset-key-get-uint" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-get-uint">
+<ANCHOR id="cryptui-keyset-key-flags" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-flags">
+<ANCHOR id="cryptui-keyset-key-display-name" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-display-name">
+<ANCHOR id="cryptui-keyset-key-display-id" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-display-id">
+<ANCHOR id="cryptui-keyset-key-raw-keyid" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-key-raw-keyid">
+<ANCHOR id="cryptui-keyset-keys-raw-keyids" href="libcryptui/CryptUIKeyset.html#cryptui-keyset-keys-raw-keyids">
+<ANCHOR id="CryptUIKeyset.property-details" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.property-details">
+<ANCHOR id="CryptUIKeyset--expand-keys" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset--expand-keys">
+<ANCHOR id="CryptUIKeyset--keytype" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset--keytype">
+<ANCHOR id="CryptUIKeyset.signal-details" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset.signal-details">
+<ANCHOR id="CryptUIKeyset-added" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset-added">
+<ANCHOR id="CryptUIKeyset-changed" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset-changed">
+<ANCHOR id="CryptUIKeyset-removed" href="libcryptui/CryptUIKeyset.html#CryptUIKeyset-removed">
+<ANCHOR id="libcryptui-cryptui-key-combo" href="libcryptui/libcryptui-cryptui-key-combo.html">
+<ANCHOR id="libcryptui-cryptui-key-combo.synopsis" href="libcryptui/libcryptui-cryptui-key-combo.html#libcryptui-cryptui-key-combo.synopsis">
+<ANCHOR id="libcryptui-cryptui-key-combo.description" href="libcryptui/libcryptui-cryptui-key-combo.html#libcryptui-cryptui-key-combo.description">
+<ANCHOR id="libcryptui-cryptui-key-combo.details" href="libcryptui/libcryptui-cryptui-key-combo.html#libcryptui-cryptui-key-combo.details">
+<ANCHOR id="cryptui-key-combo-new" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-new">
+<ANCHOR id="cryptui-key-combo-setup" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-setup">
+<ANCHOR id="cryptui-key-combo-get-key-store" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key-store">
+<ANCHOR id="cryptui-key-combo-get-keyset" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-keyset">
+<ANCHOR id="cryptui-key-combo-set-key" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-set-key">
+<ANCHOR id="cryptui-key-combo-get-key" href="libcryptui/libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key">
+<ANCHOR id="libcryptui-cryptui-key-list" href="libcryptui/libcryptui-cryptui-key-list.html">
+<ANCHOR id="libcryptui-cryptui-key-list.synopsis" href="libcryptui/libcryptui-cryptui-key-list.html#libcryptui-cryptui-key-list.synopsis">
+<ANCHOR id="libcryptui-cryptui-key-list.description" href="libcryptui/libcryptui-cryptui-key-list.html#libcryptui-cryptui-key-list.description">
+<ANCHOR id="libcryptui-cryptui-key-list.details" href="libcryptui/libcryptui-cryptui-key-list.html#libcryptui-cryptui-key-list.details">
+<ANCHOR id="cryptui-key-list-new" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-new">
+<ANCHOR id="cryptui-key-list-setup" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-setup">
+<ANCHOR id="cryptui-key-list-get-key-store" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-get-key-store">
+<ANCHOR id="cryptui-key-list-get-keyset" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-get-keyset">
+<ANCHOR id="cryptui-key-list-have-selected-keys" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-have-selected-keys">
+<ANCHOR id="cryptui-key-list-get-selected-keys" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-keys">
+<ANCHOR id="cryptui-key-list-set-selected-keys" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-keys">
+<ANCHOR id="cryptui-key-list-get-selected-key" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-key">
+<ANCHOR id="cryptui-key-list-set-selected-key" href="libcryptui/libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-key">
+<ANCHOR id="CryptUIKeyChooser" href="libcryptui/CryptUIKeyChooser.html">
+<ANCHOR id="CryptUIKeyChooser.synopsis" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.synopsis">
+<ANCHOR id="CryptUIKeyChooser.object-hierarchy" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.object-hierarchy">
+<ANCHOR id="CryptUIKeyChooser.implemented-interfaces" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.implemented-interfaces">
+<ANCHOR id="CryptUIKeyChooser.properties" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.properties">
+<ANCHOR id="CryptUIKeyChooser.signals" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.signals">
+<ANCHOR id="CryptUIKeyChooser.description" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.description">
+<ANCHOR id="CryptUIKeyChooser.details" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.details">
+<ANCHOR id="CryptUIKeyChooserMode" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooserMode">
+<ANCHOR id="CryptUIKeyChooserPriv" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooserPriv">
+<ANCHOR id="CryptUIKeyChooser-struct" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser-struct">
+<ANCHOR id="cryptui-key-chooser-new" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-new">
+<ANCHOR id="cryptui-key-chooser-get-enforce-prefs" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-get-enforce-prefs">
+<ANCHOR id="cryptui-key-chooser-set-enforce-prefs" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-set-enforce-prefs">
+<ANCHOR id="cryptui-key-chooser-have-recipients" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-have-recipients">
+<ANCHOR id="cryptui-key-chooser-get-recipients" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-get-recipients">
+<ANCHOR id="cryptui-key-chooser-set-recipients" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-set-recipients">
+<ANCHOR id="cryptui-key-chooser-get-signer" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-get-signer">
+<ANCHOR id="cryptui-key-chooser-set-signer" href="libcryptui/CryptUIKeyChooser.html#cryptui-key-chooser-set-signer">
+<ANCHOR id="CryptUIKeyChooser.property-details" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.property-details">
+<ANCHOR id="CryptUIKeyChooser--enforce-prefs" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser--enforce-prefs">
+<ANCHOR id="CryptUIKeyChooser--keyset" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser--keyset">
+<ANCHOR id="CryptUIKeyChooser--mode" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser--mode">
+<ANCHOR id="CryptUIKeyChooser.signal-details" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser.signal-details">
+<ANCHOR id="CryptUIKeyChooser-changed" href="libcryptui/CryptUIKeyChooser.html#CryptUIKeyChooser-changed">
+<ANCHOR id="CryptUIKeyStore" href="libcryptui/CryptUIKeyStore.html">
+<ANCHOR id="CryptUIKeyStore.synopsis" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.synopsis">
+<ANCHOR id="CryptUIKeyStore.object-hierarchy" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.object-hierarchy">
+<ANCHOR id="CryptUIKeyStore.implemented-interfaces" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.implemented-interfaces">
+<ANCHOR id="CryptUIKeyStore.properties" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.properties">
+<ANCHOR id="CryptUIKeyStore.description" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.description">
+<ANCHOR id="CryptUIKeyStore.details" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.details">
+<ANCHOR id="CryptUIKeyStorePriv" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStorePriv">
+<ANCHOR id="CryptUIKeyStore-struct" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore-struct">
+<ANCHOR id="CryptUIKeyStoreMode" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStoreMode">
+<ANCHOR id="CryptUIKeyStoreFilterFunc" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc">
+<ANCHOR id="cryptui-key-store-new" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-new">
+<ANCHOR id="cryptui-key-store-get-keyset" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-keyset">
+<ANCHOR id="cryptui-key-store-set-sortable" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-sortable">
+<ANCHOR id="cryptui-key-store-get-sortable" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-sortable">
+<ANCHOR id="cryptui-key-store-check-toggled" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-check-toggled">
+<ANCHOR id="cryptui-key-store-get-iter-from-key" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-iter-from-key">
+<ANCHOR id="cryptui-key-store-get-key-from-iter" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-key-from-iter">
+<ANCHOR id="cryptui-key-store-get-key-from-path" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-key-from-path">
+<ANCHOR id="cryptui-key-store-get-all-keys" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-all-keys">
+<ANCHOR id="cryptui-key-store-get-count" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-count">
+<ANCHOR id="cryptui-key-store-have-selected-keys" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-have-selected-keys">
+<ANCHOR id="cryptui-key-store-get-selected-keys" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-selected-keys">
+<ANCHOR id="cryptui-key-store-set-selected-keys" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-selected-keys">
+<ANCHOR id="cryptui-key-store-get-selected-key" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-get-selected-key">
+<ANCHOR id="cryptui-key-store-set-selected-key" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-selected-key">
+<ANCHOR id="cryptui-key-store-set-search-mode" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-search-mode">
+<ANCHOR id="cryptui-key-store-set-search-text" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-search-text">
+<ANCHOR id="cryptui-key-store-set-filter" href="libcryptui/CryptUIKeyStore.html#cryptui-key-store-set-filter">
+<ANCHOR id="CryptUIKeyStore.property-details" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore.property-details">
+<ANCHOR id="CryptUIKeyStore--keyset" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--keyset">
+<ANCHOR id="CryptUIKeyStore--mode" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--mode">
+<ANCHOR id="CryptUIKeyStore--none-option" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--none-option">
+<ANCHOR id="CryptUIKeyStore--search" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--search">
+<ANCHOR id="CryptUIKeyStore--sortable" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--sortable">
+<ANCHOR id="CryptUIKeyStore--use-checks" href="libcryptui/CryptUIKeyStore.html#CryptUIKeyStore--use-checks">
+<ANCHOR id="libcryptui-cryptui" href="libcryptui/libcryptui-cryptui.html">
+<ANCHOR id="libcryptui-cryptui.synopsis" href="libcryptui/libcryptui-cryptui.html#libcryptui-cryptui.synopsis">
+<ANCHOR id="libcryptui-cryptui.description" href="libcryptui/libcryptui-cryptui.html#libcryptui-cryptui.description">
+<ANCHOR id="libcryptui-cryptui.details" href="libcryptui/libcryptui-cryptui.html#libcryptui-cryptui.details">
+<ANCHOR id="CryptUIEncType" href="libcryptui/libcryptui-cryptui.html#CryptUIEncType">
+<ANCHOR id="CryptUIKeyFlags" href="libcryptui/libcryptui-cryptui.html#CryptUIKeyFlags">
+<ANCHOR id="CryptUILocation" href="libcryptui/libcryptui-cryptui.html#CryptUILocation">
+<ANCHOR id="CryptUIValidity" href="libcryptui/libcryptui-cryptui.html#CryptUIValidity">
+<ANCHOR id="cryptui-key-get-base" href="libcryptui/libcryptui-cryptui.html#cryptui-key-get-base">
+<ANCHOR id="cryptui-key-get-enctype" href="libcryptui/libcryptui-cryptui.html#cryptui-key-get-enctype">
+<ANCHOR id="cryptui-display-notification" href="libcryptui/libcryptui-cryptui.html#cryptui-display-notification">
+<ANCHOR id="cryptui-prompt-recipients" href="libcryptui/libcryptui-cryptui.html#cryptui-prompt-recipients">
+<ANCHOR id="cryptui-prompt-signer" href="libcryptui/libcryptui-cryptui.html#cryptui-prompt-signer">
+<ANCHOR id="cryptui-need-to-get-keys" href="libcryptui/libcryptui-cryptui.html#cryptui-need-to-get-keys">
+<ANCHOR id="libcryptui-cryptui-defines" href="libcryptui/libcryptui-cryptui-defines.html">
+<ANCHOR id="libcryptui-cryptui-defines.synopsis" href="libcryptui/libcryptui-cryptui-defines.html#libcryptui-cryptui-defines.synopsis">
+<ANCHOR id="libcryptui-cryptui-defines.description" href="libcryptui/libcryptui-cryptui-defines.html#libcryptui-cryptui-defines.description">
+<ANCHOR id="libcryptui-cryptui-defines.details" href="libcryptui/libcryptui-cryptui-defines.html#libcryptui-cryptui-defines.details">
+<ANCHOR id="SEAHORSE-DESKTOP-KEYS:CAPS" href="libcryptui/libcryptui-cryptui-defines.html#SEAHORSE-DESKTOP-KEYS:CAPS">
+<ANCHOR id="SEAHORSE-DEFAULT-KEY:CAPS" href="libcryptui/libcryptui-cryptui-defines.html#SEAHORSE-DEFAULT-KEY:CAPS">
+<ANCHOR id="SEAHORSE-LASTSIGNER-KEY:CAPS" href="libcryptui/libcryptui-cryptui-defines.html#SEAHORSE-LASTSIGNER-KEY:CAPS">
+<ANCHOR id="SEAHORSE-ENCRYPTSELF-KEY:CAPS" href="libcryptui/libcryptui-cryptui-defines.html#SEAHORSE-ENCRYPTSELF-KEY:CAPS">
+<ANCHOR id="SEAHORSE-RECIPIENTS-SORT-KEY:CAPS" href="libcryptui/libcryptui-cryptui-defines.html#SEAHORSE-RECIPIENTS-SORT-KEY:CAPS">
+<ANCHOR id="libcryptui-cryptui-marshal" href="libcryptui/libcryptui-cryptui-marshal.html">
+<ANCHOR id="libcryptui-cryptui-marshal.synopsis" href="libcryptui/libcryptui-cryptui-marshal.html#libcryptui-cryptui-marshal.synopsis">
+<ANCHOR id="libcryptui-cryptui-marshal.description" href="libcryptui/libcryptui-cryptui-marshal.html#libcryptui-cryptui-marshal.description">
+<ANCHOR id="libcryptui-cryptui-marshal.details" href="libcryptui/libcryptui-cryptui-marshal.html#libcryptui-cryptui-marshal.details">
+<ANCHOR id="cryptui-marshal-VOID--STRING-POINTER" href="libcryptui/libcryptui-cryptui-marshal.html#cryptui-marshal-VOID--STRING-POINTER">

Added: trunk/reference/libcryptui/html/left.png
==============================================================================
Binary file. No diff available.

Added: trunk/reference/libcryptui/html/libcryptui-cryptui-defines.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui-cryptui-defines.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>cryptui-defines</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="libcryptui-cryptui.html" title="cryptui">
+<link rel="next" href="libcryptui-cryptui-marshal.html" title="cryptui-marshal">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="libcryptui-cryptui.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="libcryptui-cryptui-marshal.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#libcryptui-cryptui-defines.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#libcryptui-cryptui-defines.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="libcryptui-cryptui-defines"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libcryptui-cryptui-defines.top_of_page"></a>cryptui-defines</span></h2>
+<p>cryptui-defines</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="libcryptui-cryptui-defines.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+#define             <a class="link" href="libcryptui-cryptui-defines.html#SEAHORSE-DESKTOP-KEYS:CAPS" title="SEAHORSE_DESKTOP_KEYS">SEAHORSE_DESKTOP_KEYS</a>
+#define             <a class="link" href="libcryptui-cryptui-defines.html#SEAHORSE-DEFAULT-KEY:CAPS" title="SEAHORSE_DEFAULT_KEY">SEAHORSE_DEFAULT_KEY</a>
+#define             <a class="link" href="libcryptui-cryptui-defines.html#SEAHORSE-LASTSIGNER-KEY:CAPS" title="SEAHORSE_LASTSIGNER_KEY">SEAHORSE_LASTSIGNER_KEY</a>
+#define             <a class="link" href="libcryptui-cryptui-defines.html#SEAHORSE-ENCRYPTSELF-KEY:CAPS" title="SEAHORSE_ENCRYPTSELF_KEY">SEAHORSE_ENCRYPTSELF_KEY</a>
+#define             <a class="link" href="libcryptui-cryptui-defines.html#SEAHORSE-RECIPIENTS-SORT-KEY:CAPS" title="SEAHORSE_RECIPIENTS_SORT_KEY">SEAHORSE_RECIPIENTS_SORT_KEY</a>
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-defines.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-defines.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="SEAHORSE-DESKTOP-KEYS:CAPS"></a><h3>SEAHORSE_DESKTOP_KEYS</h3>
+<pre class="programlisting">#define SEAHORSE_DESKTOP_KEYS           "/desktop/pgp"
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="SEAHORSE-DEFAULT-KEY:CAPS"></a><h3>SEAHORSE_DEFAULT_KEY</h3>
+<pre class="programlisting">#define SEAHORSE_DEFAULT_KEY            SEAHORSE_DESKTOP_KEYS "/default_key"
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="SEAHORSE-LASTSIGNER-KEY:CAPS"></a><h3>SEAHORSE_LASTSIGNER_KEY</h3>
+<pre class="programlisting">#define SEAHORSE_LASTSIGNER_KEY         SEAHORSE_DESKTOP_KEYS "/last_signer"
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="SEAHORSE-ENCRYPTSELF-KEY:CAPS"></a><h3>SEAHORSE_ENCRYPTSELF_KEY</h3>
+<pre class="programlisting">#define SEAHORSE_ENCRYPTSELF_KEY        SEAHORSE_DESKTOP_KEYS "/encrypt_to_self"
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="SEAHORSE-RECIPIENTS-SORT-KEY:CAPS"></a><h3>SEAHORSE_RECIPIENTS_SORT_KEY</h3>
+<pre class="programlisting">#define SEAHORSE_RECIPIENTS_SORT_KEY    SEAHORSE_DESKTOP_KEYS "/recipients/sort_by"
+</pre>
+<p>
+
+</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/libcryptui-cryptui-key-combo.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui-cryptui-key-combo.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,247 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>cryptui-key-combo</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="CryptUIKeyset.html" title="CryptUIKeyset">
+<link rel="next" href="libcryptui-cryptui-key-list.html" title="cryptui-key-list">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="CryptUIKeyset.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="libcryptui-cryptui-key-list.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#libcryptui-cryptui-key-combo.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#libcryptui-cryptui-key-combo.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="libcryptui-cryptui-key-combo"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libcryptui-cryptui-key-combo.top_of_page"></a>cryptui-key-combo</span></h2>
+<p>cryptui-key-combo</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="libcryptui-cryptui-key-combo.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a>*        <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-new" title="cryptui_key_combo_new ()">cryptui_key_combo_new</a>               (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+void                <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-setup" title="cryptui_key_combo_setup ()">cryptui_key_combo_setup</a>             (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo,
+                                                         <a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);
+<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key-store" title="cryptui_key_combo_get_key_store ()">cryptui_key_combo_get_key_store</a>     (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo);
+<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-keyset" title="cryptui_key_combo_get_keyset ()">cryptui_key_combo_get_keyset</a>        (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo);
+void                <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-set-key" title="cryptui_key_combo_set_key ()">cryptui_key_combo_set_key</a>           (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key" title="cryptui_key_combo_get_key ()">cryptui_key_combo_get_key</a>           (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *ckcombo);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-key-combo.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-key-combo.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-new"></a><h3>cryptui_key_combo_new ()</h3>
+<pre class="programlisting"><a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a>*        cryptui_key_combo_new               (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-setup"></a><h3>cryptui_key_combo_setup ()</h3>
+<pre class="programlisting">void                cryptui_key_combo_setup             (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo,
+                                                         <a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-get-key-store"></a><h3>cryptui_key_combo_get_key_store ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    cryptui_key_combo_get_key_store     (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-get-keyset"></a><h3>cryptui_key_combo_get_keyset ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      cryptui_key_combo_get_keyset        (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-set-key"></a><h3>cryptui_key_combo_set_key ()</h3>
+<pre class="programlisting">void                cryptui_key_combo_set_key           (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *combo,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-combo-get-key"></a><h3>cryptui_key_combo_get_key ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_combo_get_key           (<a
+href="../gtk/GtkComboBox.html"
+>GtkComboBox</a> *ckcombo);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckcombo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/libcryptui-cryptui-key-list.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui-cryptui-key-list.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,373 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>cryptui-key-list</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="libcryptui-cryptui-key-combo.html" title="cryptui-key-combo">
+<link rel="next" href="CryptUIKeyChooser.html" title="CryptUIKeyChooser">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="libcryptui-cryptui-key-combo.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="CryptUIKeyChooser.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#libcryptui-cryptui-key-list.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#libcryptui-cryptui-key-list.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="libcryptui-cryptui-key-list"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libcryptui-cryptui-key-list.top_of_page"></a>cryptui-key-list</span></h2>
+<p>cryptui-key-list</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="libcryptui-cryptui-key-list.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a>*        <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-new" title="cryptui_key_list_new ()">cryptui_key_list_new</a>                (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> flags);
+void                <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-setup" title="cryptui_key_list_setup ()">cryptui_key_list_setup</a>              (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> flags);
+<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-get-key-store" title="cryptui_key_list_get_key_store ()">cryptui_key_list_get_key_store</a>      (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *combo);
+<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-get-keyset" title="cryptui_key_list_get_keyset ()">cryptui_key_list_get_keyset</a>         (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *combo);
+<a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-have-selected-keys" title="cryptui_key_list_have_selected_keys ()">cryptui_key_list_have_selected_keys</a> (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+<a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-keys" title="cryptui_key_list_get_selected_keys ()">cryptui_key_list_get_selected_keys</a>  (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+void                <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-keys" title="cryptui_key_list_set_selected_keys ()">cryptui_key_list_set_selected_keys</a>  (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);
+const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-key" title="cryptui_key_list_get_selected_key ()">cryptui_key_list_get_selected_key</a>   (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);
+void                <a class="link" href="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-key" title="cryptui_key_list_set_selected_key ()">cryptui_key_list_set_selected_key</a>   (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-key-list.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-key-list.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-new"></a><h3>cryptui_key_list_new ()</h3>
+<pre class="programlisting"><a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a>*        cryptui_key_list_new                (<a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> flags);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>flags</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-setup"></a><h3>cryptui_key_list_setup ()</h3>
+<pre class="programlisting">void                cryptui_key_list_setup              (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a> *ckstore,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> flags);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>ckstore</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>flags</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-get-key-store"></a><h3>cryptui_key_list_get_key_store ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyStore.html" title="CryptUIKeyStore">CryptUIKeyStore</a>*    cryptui_key_list_get_key_store      (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *combo);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-get-keyset"></a><h3>cryptui_key_list_get_keyset ()</h3>
+<pre class="programlisting"><a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a>*      cryptui_key_list_get_keyset         (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *combo);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>combo</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-have-selected-keys"></a><h3>cryptui_key_list_have_selected_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a>            cryptui_key_list_have_selected_keys (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-get-selected-keys"></a><h3>cryptui_key_list_get_selected_keys ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a>*              cryptui_key_list_get_selected_keys  (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-set-selected-keys"></a><h3>cryptui_key_list_set_selected_keys ()</h3>
+<pre class="programlisting">void                cryptui_key_list_set_selected_keys  (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         <a
+href="../glib/glib-Doubly-Linked-Lists.html#GList"
+>GList</a> *keys);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keys</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-get-selected-key"></a><h3>cryptui_key_list_get_selected_key ()</h3>
+<pre class="programlisting">const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*        cryptui_key_list_get_selected_key   (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-list-set-selected-key"></a><h3>cryptui_key_list_set_selected_key ()</h3>
+<pre class="programlisting">void                cryptui_key_list_set_selected_key   (<a
+href="../gtk/GtkTreeView.html"
+>GtkTreeView</a> *view,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>view</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/libcryptui-cryptui-marshal.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui-cryptui-marshal.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,136 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>cryptui-marshal</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="libcryptui-cryptui-defines.html" title="cryptui-defines">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="libcryptui-cryptui-defines.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td>Â</td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#libcryptui-cryptui-marshal.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#libcryptui-cryptui-marshal.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="libcryptui-cryptui-marshal"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libcryptui-cryptui-marshal.top_of_page"></a>cryptui-marshal</span></h2>
+<p>cryptui-marshal</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="libcryptui-cryptui-marshal.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+void                <a class="link" href="libcryptui-cryptui-marshal.html#cryptui-marshal-VOID--STRING-POINTER" title="cryptui_marshal_VOID__STRING_POINTER ()">cryptui_marshal_VOID__STRING_POINTER</a>
+                                                        (<a
+href="../gobject/gobject-Closures.html#GClosure"
+>GClosure</a> *closure,
+                                                         <a
+href="../gobject/gobject-Generic-values.html#GValue"
+>GValue</a> *return_value,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> n_param_values,
+                                                         const <a
+href="../gobject/gobject-Generic-values.html#GValue"
+>GValue</a> *param_values,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> invocation_hint,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> marshal_data);
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-marshal.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui-marshal.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="cryptui-marshal-VOID--STRING-POINTER"></a><h3>cryptui_marshal_VOID__STRING_POINTER ()</h3>
+<pre class="programlisting">void                cryptui_marshal_VOID__STRING_POINTER
+                                                        (<a
+href="../gobject/gobject-Closures.html#GClosure"
+>GClosure</a> *closure,
+                                                         <a
+href="../gobject/gobject-Generic-values.html#GValue"
+>GValue</a> *return_value,
+                                                         <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> n_param_values,
+                                                         const <a
+href="../gobject/gobject-Generic-values.html#GValue"
+>GValue</a> *param_values,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> invocation_hint,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gpointer"
+>gpointer</a> marshal_data);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>closure</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>return_value</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>n_param_values</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>param_values</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>invocation_hint</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>marshal_data</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/libcryptui-cryptui.html
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui-cryptui.html	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,361 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>cryptui</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="libcryptui Reference Manual">
+<link rel="up" href="ch01.html" title="libcryptui Objects and Functions">
+<link rel="prev" href="CryptUIKeyStore.html" title="CryptUIKeyStore">
+<link rel="next" href="libcryptui-cryptui-defines.html" title="cryptui-defines">
+<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="libcryptui Objects and Functions">
+</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="CryptUIKeyStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch01.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">libcryptui Reference Manual</th>
+<td><a accesskey="n" href="libcryptui-cryptui-defines.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#libcryptui-cryptui.synopsis" class="shortcut">Top</a>
+                  Â|Â
+                  <a href="#libcryptui-cryptui.description" class="shortcut">Description</a></nobr></td></tr>
+</table>
+<div class="refentry" lang="en">
+<a name="libcryptui-cryptui"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="libcryptui-cryptui.top_of_page"></a>cryptui</span></h2>
+<p>cryptui</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="libcryptui-cryptui.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+enum                <a class="link" href="libcryptui-cryptui.html#CryptUIEncType" title="enum CryptUIEncType">CryptUIEncType</a>;
+enum                <a class="link" href="libcryptui-cryptui.html#CryptUIKeyFlags" title="enum CryptUIKeyFlags">CryptUIKeyFlags</a>;
+enum                <a class="link" href="libcryptui-cryptui.html#CryptUILocation" title="enum CryptUILocation">CryptUILocation</a>;
+enum                <a class="link" href="libcryptui-cryptui.html#CryptUIValidity" title="enum CryptUIValidity">CryptUIValidity</a>;
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="libcryptui-cryptui.html#cryptui-key-get-base" title="cryptui_key_get_base ()">cryptui_key_get_base</a>                (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+<a class="link" href="libcryptui-cryptui.html#CryptUIEncType" title="enum CryptUIEncType">CryptUIEncType</a>      <a class="link" href="libcryptui-cryptui.html#cryptui-key-get-enctype" title="cryptui_key_get_enctype ()">cryptui_key_get_enctype</a>             (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);
+void                <a class="link" href="libcryptui-cryptui.html#cryptui-display-notification" title="cryptui_display_notification ()">cryptui_display_notification</a>        (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *body,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *icon,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> urgent);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>**             <a class="link" href="libcryptui-cryptui.html#cryptui-prompt-recipients" title="cryptui_prompt_recipients ()">cryptui_prompt_recipients</a>           (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> **signer);
+<a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              <a class="link" href="libcryptui-cryptui.html#cryptui-prompt-signer" title="cryptui_prompt_signer ()">cryptui_prompt_signer</a>               (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title);
+void                <a class="link" href="libcryptui-cryptui.html#cryptui-need-to-get-keys" title="cryptui_need_to_get_keys ()">cryptui_need_to_get_keys</a>            ();
+</pre>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui.description"></a><h2>Description</h2>
+<p>
+
+</p>
+</div>
+<div class="refsect1" lang="en">
+<a name="libcryptui-cryptui.details"></a><h2>Details</h2>
+<div class="refsect2" lang="en">
+<a name="CryptUIEncType"></a><h3>enum CryptUIEncType</h3>
+<pre class="programlisting">typedef enum {
+    CRYPTUI_ENCTYPE_NONE =       0,
+    CRYPTUI_ENCTYPE_SYMMETRIC =  1,
+    CRYPTUI_ENCTYPE_PUBLIC =     2,
+    CRYPTUI_ENCTYPE_PRIVATE =    3,
+    
+    /* Used internally */
+    _CRYPTUI_ENCTYPE_MAXVALUE
+} CryptUIEncType;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIKeyFlags"></a><h3>enum CryptUIKeyFlags</h3>
+<pre class="programlisting">typedef enum {
+    CRYPTUI_FLAG_IS_VALID =    0x00000001,
+    CRYPTUI_FLAG_CAN_ENCRYPT = 0x00000002,
+    CRYPTUI_FLAG_CAN_SIGN =    0x00000004,
+    CRYPTUI_FLAG_EXPIRED =     0x00000100,
+    CRYPTUI_FLAG_REVOKED =     0x00000200,
+    CRYPTUI_FLAG_DISABLED =    0x00000400,
+    CRYPTUI_FLAG_TRUSTED =     0x00001000,
+    CRYPTUI_FLAG_EXPORTABLE =  0x00100000
+} CryptUIKeyFlags;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUILocation"></a><h3>enum CryptUILocation</h3>
+<pre class="programlisting">typedef enum {
+    CRYPTUI_LOC_INVALID =        0,    /* An invalid key */
+    CRYPTUI_LOC_MISSING =       10,    /* A key we don't know anything about */
+    CRYPTUI_LOC_SEARCHING =     20,    /* A key we're searching for but haven't found yet */
+    CRYPTUI_LOC_REMOTE =        50,    /* A key that we've found is present remotely */
+    CRYPTUI_LOC_LOCAL =        100,    /* A key on the local machine */
+} CryptUILocation;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="CryptUIValidity"></a><h3>enum CryptUIValidity</h3>
+<pre class="programlisting">typedef enum {
+    CRYPTUI_VALIDITY_REVOKED =   -3,
+    CRYPTUI_VALIDITY_DISABLED =  -2,
+    CRYPTUI_VALIDITY_NEVER =     -1,
+    CRYPTUI_VALIDITY_UNKNOWN =    0,
+    CRYPTUI_VALIDITY_MARGINAL =   1,
+    CRYPTUI_VALIDITY_FULL =       5,
+    CRYPTUI_VALIDITY_ULTIMATE =  10
+} CryptUIValidity;
+</pre>
+<p>
+
+</p>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-get-base"></a><h3>cryptui_key_get_base ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_key_get_base                (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-key-get-enctype"></a><h3>cryptui_key_get_enctype ()</h3>
+<pre class="programlisting"><a class="link" href="libcryptui-cryptui.html#CryptUIEncType" title="enum CryptUIEncType">CryptUIEncType</a>      cryptui_key_get_enctype             (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *key);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>key</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-display-notification"></a><h3>cryptui_display_notification ()</h3>
+<pre class="programlisting">void                cryptui_display_notification        (const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *body,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *icon,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gboolean"
+>gboolean</a> urgent);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>title</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>body</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>icon</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>urgent</code></em>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-prompt-recipients"></a><h3>cryptui_prompt_recipients ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>**             cryptui_prompt_recipients           (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title,
+                                                         <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> **signer);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>title</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>signer</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-prompt-signer"></a><h3>cryptui_prompt_signer ()</h3>
+<pre class="programlisting"><a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a>*              cryptui_prompt_signer               (<a class="link" href="CryptUIKeyset.html" title="CryptUIKeyset">CryptUIKeyset</a> *keyset,
+                                                         const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *title);</pre>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>keyset</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em class="parameter"><code>title</code></em>Â:</span></p></td>
+<td>
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td>
+
+
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" lang="en">
+<a name="cryptui-need-to-get-keys"></a><h3>cryptui_need_to_get_keys ()</h3>
+<pre class="programlisting">void                cryptui_need_to_get_keys            ();</pre>
+<p>
+This function is called when seahorse needs to be launched to generate a
+key or keys or import a key or keys to perform the requested operation.</p>
+<p>
+
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>Â:</span></p></td>
+<td> void
+</td>
+</tr></tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.10</div>
+</body>
+</html>

Added: trunk/reference/libcryptui/html/libcryptui.devhelp
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui.devhelp	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
+<book xmlns="http://www.devhelp.net/book"; title="libcryptui Reference Manual" link="index.html" author="" name="libcryptui">
+  <chapters>
+    <sub name="libcryptui Objects and Functions" link="ch01.html">
+      <sub name="CryptUIKeyset" link="CryptUIKeyset.html"/>
+      <sub name="cryptui-key-combo" link="libcryptui-cryptui-key-combo.html"/>
+      <sub name="cryptui-key-list" link="libcryptui-cryptui-key-list.html"/>
+      <sub name="CryptUIKeyChooser" link="CryptUIKeyChooser.html"/>
+      <sub name="CryptUIKeyStore" link="CryptUIKeyStore.html"/>
+      <sub name="cryptui" link="libcryptui-cryptui.html"/>
+      <sub name="cryptui-defines" link="libcryptui-cryptui-defines.html"/>
+      <sub name="cryptui-marshal" link="libcryptui-cryptui-marshal.html"/>
+    </sub>
+  </chapters>
+  <functions>
+    <function name="CryptUIKeysetPrivate" link="CryptUIKeyset.html#CryptUIKeysetPrivate"/>
+    <function name="CryptUIKeyset" link="CryptUIKeyset.html#CryptUIKeyset-struct"/>
+    <function name="cryptui_keyset_new ()" link="CryptUIKeyset.html#cryptui-keyset-new"/>
+    <function name="cryptui_keyset_has_key ()" link="CryptUIKeyset.html#cryptui-keyset-has-key"/>
+    <function name="cryptui_keyset_get_keytype ()" link="CryptUIKeyset.html#cryptui-keyset-get-keytype"/>
+    <function name="cryptui_keyset_get_keys ()" link="CryptUIKeyset.html#cryptui-keyset-get-keys"/>
+    <function name="cryptui_keyset_get_count ()" link="CryptUIKeyset.html#cryptui-keyset-get-count"/>
+    <function name="cryptui_keyset_refresh ()" link="CryptUIKeyset.html#cryptui-keyset-refresh"/>
+    <function name="cryptui_keyset_get_closure ()" link="CryptUIKeyset.html#cryptui-keyset-get-closure"/>
+    <function name="cryptui_keyset_set_closure ()" link="CryptUIKeyset.html#cryptui-keyset-set-closure"/>
+    <function name="cryptui_keyset_get_expand_keys ()" link="CryptUIKeyset.html#cryptui-keyset-get-expand-keys"/>
+    <function name="cryptui_keyset_set_expand_keys ()" link="CryptUIKeyset.html#cryptui-keyset-set-expand-keys"/>
+    <function name="cryptui_keyset_cache_key ()" link="CryptUIKeyset.html#cryptui-keyset-cache-key"/>
+    <function name="cryptui_keyset_key_get_string ()" link="CryptUIKeyset.html#cryptui-keyset-key-get-string"/>
+    <function name="cryptui_keyset_key_get_uint ()" link="CryptUIKeyset.html#cryptui-keyset-key-get-uint"/>
+    <function name="cryptui_keyset_key_flags ()" link="CryptUIKeyset.html#cryptui-keyset-key-flags"/>
+    <function name="cryptui_keyset_key_display_name ()" link="CryptUIKeyset.html#cryptui-keyset-key-display-name"/>
+    <function name="cryptui_keyset_key_display_id ()" link="CryptUIKeyset.html#cryptui-keyset-key-display-id"/>
+    <function name="cryptui_keyset_key_raw_keyid ()" link="CryptUIKeyset.html#cryptui-keyset-key-raw-keyid"/>
+    <function name="cryptui_keyset_keys_raw_keyids ()" link="CryptUIKeyset.html#cryptui-keyset-keys-raw-keyids"/>
+    <function name="The &quot;expand-keys&quot; property" link="CryptUIKeyset.html#CryptUIKeyset--expand-keys"/>
+    <function name="The &quot;keytype&quot; property" link="CryptUIKeyset.html#CryptUIKeyset--keytype"/>
+    <function name="The &quot;added&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-added"/>
+    <function name="The &quot;changed&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-changed"/>
+    <function name="The &quot;removed&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-removed"/>
+    <function name="cryptui_key_combo_new ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-new"/>
+    <function name="cryptui_key_combo_setup ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-setup"/>
+    <function name="cryptui_key_combo_get_key_store ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key-store"/>
+    <function name="cryptui_key_combo_get_keyset ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-keyset"/>
+    <function name="cryptui_key_combo_set_key ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-set-key"/>
+    <function name="cryptui_key_combo_get_key ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key"/>
+    <function name="cryptui_key_list_new ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-new"/>
+    <function name="cryptui_key_list_setup ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-setup"/>
+    <function name="cryptui_key_list_get_key_store ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-key-store"/>
+    <function name="cryptui_key_list_get_keyset ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-keyset"/>
+    <function name="cryptui_key_list_have_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-have-selected-keys"/>
+    <function name="cryptui_key_list_get_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-keys"/>
+    <function name="cryptui_key_list_set_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-keys"/>
+    <function name="cryptui_key_list_get_selected_key ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-key"/>
+    <function name="cryptui_key_list_set_selected_key ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-key"/>
+    <function name="enum CryptUIKeyChooserMode" link="CryptUIKeyChooser.html#CryptUIKeyChooserMode"/>
+    <function name="CryptUIKeyChooserPriv" link="CryptUIKeyChooser.html#CryptUIKeyChooserPriv"/>
+    <function name="CryptUIKeyChooser" link="CryptUIKeyChooser.html#CryptUIKeyChooser-struct"/>
+    <function name="cryptui_key_chooser_new ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-new"/>
+    <function name="cryptui_key_chooser_get_enforce_prefs ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-enforce-prefs"/>
+    <function name="cryptui_key_chooser_set_enforce_prefs ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-enforce-prefs"/>
+    <function name="cryptui_key_chooser_have_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-have-recipients"/>
+    <function name="cryptui_key_chooser_get_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-recipients"/>
+    <function name="cryptui_key_chooser_set_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-recipients"/>
+    <function name="cryptui_key_chooser_get_signer ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-signer"/>
+    <function name="cryptui_key_chooser_set_signer ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-signer"/>
+    <function name="The &quot;enforce-prefs&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--enforce-prefs"/>
+    <function name="The &quot;keyset&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--keyset"/>
+    <function name="The &quot;mode&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--mode"/>
+    <function name="The &quot;changed&quot; signal" link="CryptUIKeyChooser.html#CryptUIKeyChooser-changed"/>
+    <function name="CryptUIKeyStorePriv" link="CryptUIKeyStore.html#CryptUIKeyStorePriv"/>
+    <function name="CryptUIKeyStore" link="CryptUIKeyStore.html#CryptUIKeyStore-struct"/>
+    <function name="enum CryptUIKeyStoreMode" link="CryptUIKeyStore.html#CryptUIKeyStoreMode"/>
+    <function name="CryptUIKeyStoreFilterFunc ()" link="CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc"/>
+    <function name="cryptui_key_store_new ()" link="CryptUIKeyStore.html#cryptui-key-store-new"/>
+    <function name="cryptui_key_store_get_keyset ()" link="CryptUIKeyStore.html#cryptui-key-store-get-keyset"/>
+    <function name="cryptui_key_store_set_sortable ()" link="CryptUIKeyStore.html#cryptui-key-store-set-sortable"/>
+    <function name="cryptui_key_store_get_sortable ()" link="CryptUIKeyStore.html#cryptui-key-store-get-sortable"/>
+    <function name="cryptui_key_store_check_toggled ()" link="CryptUIKeyStore.html#cryptui-key-store-check-toggled"/>
+    <function name="cryptui_key_store_get_iter_from_key ()" link="CryptUIKeyStore.html#cryptui-key-store-get-iter-from-key"/>
+    <function name="cryptui_key_store_get_key_from_iter ()" link="CryptUIKeyStore.html#cryptui-key-store-get-key-from-iter"/>
+    <function name="cryptui_key_store_get_key_from_path ()" link="CryptUIKeyStore.html#cryptui-key-store-get-key-from-path"/>
+    <function name="cryptui_key_store_get_all_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-get-all-keys"/>
+    <function name="cryptui_key_store_get_count ()" link="CryptUIKeyStore.html#cryptui-key-store-get-count"/>
+    <function name="cryptui_key_store_have_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-have-selected-keys"/>
+    <function name="cryptui_key_store_get_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-get-selected-keys"/>
+    <function name="cryptui_key_store_set_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-set-selected-keys"/>
+    <function name="cryptui_key_store_get_selected_key ()" link="CryptUIKeyStore.html#cryptui-key-store-get-selected-key"/>
+    <function name="cryptui_key_store_set_selected_key ()" link="CryptUIKeyStore.html#cryptui-key-store-set-selected-key"/>
+    <function name="cryptui_key_store_set_search_mode ()" link="CryptUIKeyStore.html#cryptui-key-store-set-search-mode"/>
+    <function name="cryptui_key_store_set_search_text ()" link="CryptUIKeyStore.html#cryptui-key-store-set-search-text"/>
+    <function name="cryptui_key_store_set_filter ()" link="CryptUIKeyStore.html#cryptui-key-store-set-filter"/>
+    <function name="The &quot;keyset&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--keyset"/>
+    <function name="The &quot;mode&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--mode"/>
+    <function name="The &quot;none-option&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--none-option"/>
+    <function name="The &quot;search&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--search"/>
+    <function name="The &quot;sortable&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--sortable"/>
+    <function name="The &quot;use-checks&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--use-checks"/>
+    <function name="enum CryptUIEncType" link="libcryptui-cryptui.html#CryptUIEncType"/>
+    <function name="enum CryptUIKeyFlags" link="libcryptui-cryptui.html#CryptUIKeyFlags"/>
+    <function name="enum CryptUILocation" link="libcryptui-cryptui.html#CryptUILocation"/>
+    <function name="enum CryptUIValidity" link="libcryptui-cryptui.html#CryptUIValidity"/>
+    <function name="cryptui_key_get_base ()" link="libcryptui-cryptui.html#cryptui-key-get-base"/>
+    <function name="cryptui_key_get_enctype ()" link="libcryptui-cryptui.html#cryptui-key-get-enctype"/>
+    <function name="cryptui_display_notification ()" link="libcryptui-cryptui.html#cryptui-display-notification"/>
+    <function name="cryptui_prompt_recipients ()" link="libcryptui-cryptui.html#cryptui-prompt-recipients"/>
+    <function name="cryptui_prompt_signer ()" link="libcryptui-cryptui.html#cryptui-prompt-signer"/>
+    <function name="cryptui_need_to_get_keys ()" link="libcryptui-cryptui.html#cryptui-need-to-get-keys"/>
+    <function name="SEAHORSE_DESKTOP_KEYS" link="libcryptui-cryptui-defines.html#SEAHORSE-DESKTOP-KEYS:CAPS"/>
+    <function name="SEAHORSE_DEFAULT_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-DEFAULT-KEY:CAPS"/>
+    <function name="SEAHORSE_LASTSIGNER_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-LASTSIGNER-KEY:CAPS"/>
+    <function name="SEAHORSE_ENCRYPTSELF_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-ENCRYPTSELF-KEY:CAPS"/>
+    <function name="SEAHORSE_RECIPIENTS_SORT_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-RECIPIENTS-SORT-KEY:CAPS"/>
+    <function name="cryptui_marshal_VOID__STRING_POINTER ()" link="libcryptui-cryptui-marshal.html#cryptui-marshal-VOID--STRING-POINTER"/>
+  </functions>
+</book>

Added: trunk/reference/libcryptui/html/libcryptui.devhelp2
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/libcryptui.devhelp2	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
+<book xmlns="http://www.devhelp.net/book"; title="libcryptui Reference Manual" link="index.html" author="" name="libcryptui" version="2">
+  <chapters>
+    <sub name="libcryptui Objects and Functions" link="ch01.html">
+      <sub name="CryptUIKeyset" link="CryptUIKeyset.html"/>
+      <sub name="cryptui-key-combo" link="libcryptui-cryptui-key-combo.html"/>
+      <sub name="cryptui-key-list" link="libcryptui-cryptui-key-list.html"/>
+      <sub name="CryptUIKeyChooser" link="CryptUIKeyChooser.html"/>
+      <sub name="CryptUIKeyStore" link="CryptUIKeyStore.html"/>
+      <sub name="cryptui" link="libcryptui-cryptui.html"/>
+      <sub name="cryptui-defines" link="libcryptui-cryptui-defines.html"/>
+      <sub name="cryptui-marshal" link="libcryptui-cryptui-marshal.html"/>
+    </sub>
+  </chapters>
+  <functions>
+    <keyword type="struct" name="CryptUIKeysetPrivate" link="CryptUIKeyset.html#CryptUIKeysetPrivate"/>
+    <keyword type="struct" name="CryptUIKeyset" link="CryptUIKeyset.html#CryptUIKeyset-struct"/>
+    <keyword type="function" name="cryptui_keyset_new ()" link="CryptUIKeyset.html#cryptui-keyset-new"/>
+    <keyword type="function" name="cryptui_keyset_has_key ()" link="CryptUIKeyset.html#cryptui-keyset-has-key"/>
+    <keyword type="function" name="cryptui_keyset_get_keytype ()" link="CryptUIKeyset.html#cryptui-keyset-get-keytype"/>
+    <keyword type="function" name="cryptui_keyset_get_keys ()" link="CryptUIKeyset.html#cryptui-keyset-get-keys"/>
+    <keyword type="function" name="cryptui_keyset_get_count ()" link="CryptUIKeyset.html#cryptui-keyset-get-count"/>
+    <keyword type="function" name="cryptui_keyset_refresh ()" link="CryptUIKeyset.html#cryptui-keyset-refresh"/>
+    <keyword type="function" name="cryptui_keyset_get_closure ()" link="CryptUIKeyset.html#cryptui-keyset-get-closure"/>
+    <keyword type="function" name="cryptui_keyset_set_closure ()" link="CryptUIKeyset.html#cryptui-keyset-set-closure"/>
+    <keyword type="function" name="cryptui_keyset_get_expand_keys ()" link="CryptUIKeyset.html#cryptui-keyset-get-expand-keys"/>
+    <keyword type="function" name="cryptui_keyset_set_expand_keys ()" link="CryptUIKeyset.html#cryptui-keyset-set-expand-keys"/>
+    <keyword type="function" name="cryptui_keyset_cache_key ()" link="CryptUIKeyset.html#cryptui-keyset-cache-key"/>
+    <keyword type="function" name="cryptui_keyset_key_get_string ()" link="CryptUIKeyset.html#cryptui-keyset-key-get-string"/>
+    <keyword type="function" name="cryptui_keyset_key_get_uint ()" link="CryptUIKeyset.html#cryptui-keyset-key-get-uint"/>
+    <keyword type="function" name="cryptui_keyset_key_flags ()" link="CryptUIKeyset.html#cryptui-keyset-key-flags"/>
+    <keyword type="function" name="cryptui_keyset_key_display_name ()" link="CryptUIKeyset.html#cryptui-keyset-key-display-name"/>
+    <keyword type="function" name="cryptui_keyset_key_display_id ()" link="CryptUIKeyset.html#cryptui-keyset-key-display-id"/>
+    <keyword type="function" name="cryptui_keyset_key_raw_keyid ()" link="CryptUIKeyset.html#cryptui-keyset-key-raw-keyid"/>
+    <keyword type="function" name="cryptui_keyset_keys_raw_keyids ()" link="CryptUIKeyset.html#cryptui-keyset-keys-raw-keyids"/>
+    <keyword type="" name="The &quot;expand-keys&quot; property" link="CryptUIKeyset.html#CryptUIKeyset--expand-keys"/>
+    <keyword type="" name="The &quot;keytype&quot; property" link="CryptUIKeyset.html#CryptUIKeyset--keytype"/>
+    <keyword type="" name="The &quot;added&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-added"/>
+    <keyword type="" name="The &quot;changed&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-changed"/>
+    <keyword type="" name="The &quot;removed&quot; signal" link="CryptUIKeyset.html#CryptUIKeyset-removed"/>
+    <keyword type="function" name="cryptui_key_combo_new ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-new"/>
+    <keyword type="function" name="cryptui_key_combo_setup ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-setup"/>
+    <keyword type="function" name="cryptui_key_combo_get_key_store ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key-store"/>
+    <keyword type="function" name="cryptui_key_combo_get_keyset ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-keyset"/>
+    <keyword type="function" name="cryptui_key_combo_set_key ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-set-key"/>
+    <keyword type="function" name="cryptui_key_combo_get_key ()" link="libcryptui-cryptui-key-combo.html#cryptui-key-combo-get-key"/>
+    <keyword type="function" name="cryptui_key_list_new ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-new"/>
+    <keyword type="function" name="cryptui_key_list_setup ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-setup"/>
+    <keyword type="function" name="cryptui_key_list_get_key_store ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-key-store"/>
+    <keyword type="function" name="cryptui_key_list_get_keyset ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-keyset"/>
+    <keyword type="function" name="cryptui_key_list_have_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-have-selected-keys"/>
+    <keyword type="function" name="cryptui_key_list_get_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-keys"/>
+    <keyword type="function" name="cryptui_key_list_set_selected_keys ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-keys"/>
+    <keyword type="function" name="cryptui_key_list_get_selected_key ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-get-selected-key"/>
+    <keyword type="function" name="cryptui_key_list_set_selected_key ()" link="libcryptui-cryptui-key-list.html#cryptui-key-list-set-selected-key"/>
+    <keyword type="enum" name="enum CryptUIKeyChooserMode" link="CryptUIKeyChooser.html#CryptUIKeyChooserMode"/>
+    <keyword type="struct" name="CryptUIKeyChooserPriv" link="CryptUIKeyChooser.html#CryptUIKeyChooserPriv"/>
+    <keyword type="struct" name="CryptUIKeyChooser" link="CryptUIKeyChooser.html#CryptUIKeyChooser-struct"/>
+    <keyword type="function" name="cryptui_key_chooser_new ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-new"/>
+    <keyword type="function" name="cryptui_key_chooser_get_enforce_prefs ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-enforce-prefs"/>
+    <keyword type="function" name="cryptui_key_chooser_set_enforce_prefs ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-enforce-prefs"/>
+    <keyword type="function" name="cryptui_key_chooser_have_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-have-recipients"/>
+    <keyword type="function" name="cryptui_key_chooser_get_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-recipients"/>
+    <keyword type="function" name="cryptui_key_chooser_set_recipients ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-recipients"/>
+    <keyword type="function" name="cryptui_key_chooser_get_signer ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-get-signer"/>
+    <keyword type="function" name="cryptui_key_chooser_set_signer ()" link="CryptUIKeyChooser.html#cryptui-key-chooser-set-signer"/>
+    <keyword type="" name="The &quot;enforce-prefs&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--enforce-prefs"/>
+    <keyword type="" name="The &quot;keyset&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--keyset"/>
+    <keyword type="" name="The &quot;mode&quot; property" link="CryptUIKeyChooser.html#CryptUIKeyChooser--mode"/>
+    <keyword type="" name="The &quot;changed&quot; signal" link="CryptUIKeyChooser.html#CryptUIKeyChooser-changed"/>
+    <keyword type="struct" name="CryptUIKeyStorePriv" link="CryptUIKeyStore.html#CryptUIKeyStorePriv"/>
+    <keyword type="struct" name="CryptUIKeyStore" link="CryptUIKeyStore.html#CryptUIKeyStore-struct"/>
+    <keyword type="enum" name="enum CryptUIKeyStoreMode" link="CryptUIKeyStore.html#CryptUIKeyStoreMode"/>
+    <keyword type="function" name="CryptUIKeyStoreFilterFunc ()" link="CryptUIKeyStore.html#CryptUIKeyStoreFilterFunc"/>
+    <keyword type="function" name="cryptui_key_store_new ()" link="CryptUIKeyStore.html#cryptui-key-store-new"/>
+    <keyword type="function" name="cryptui_key_store_get_keyset ()" link="CryptUIKeyStore.html#cryptui-key-store-get-keyset"/>
+    <keyword type="function" name="cryptui_key_store_set_sortable ()" link="CryptUIKeyStore.html#cryptui-key-store-set-sortable"/>
+    <keyword type="function" name="cryptui_key_store_get_sortable ()" link="CryptUIKeyStore.html#cryptui-key-store-get-sortable"/>
+    <keyword type="function" name="cryptui_key_store_check_toggled ()" link="CryptUIKeyStore.html#cryptui-key-store-check-toggled"/>
+    <keyword type="function" name="cryptui_key_store_get_iter_from_key ()" link="CryptUIKeyStore.html#cryptui-key-store-get-iter-from-key"/>
+    <keyword type="function" name="cryptui_key_store_get_key_from_iter ()" link="CryptUIKeyStore.html#cryptui-key-store-get-key-from-iter"/>
+    <keyword type="function" name="cryptui_key_store_get_key_from_path ()" link="CryptUIKeyStore.html#cryptui-key-store-get-key-from-path"/>
+    <keyword type="function" name="cryptui_key_store_get_all_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-get-all-keys"/>
+    <keyword type="function" name="cryptui_key_store_get_count ()" link="CryptUIKeyStore.html#cryptui-key-store-get-count"/>
+    <keyword type="function" name="cryptui_key_store_have_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-have-selected-keys"/>
+    <keyword type="function" name="cryptui_key_store_get_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-get-selected-keys"/>
+    <keyword type="function" name="cryptui_key_store_set_selected_keys ()" link="CryptUIKeyStore.html#cryptui-key-store-set-selected-keys"/>
+    <keyword type="function" name="cryptui_key_store_get_selected_key ()" link="CryptUIKeyStore.html#cryptui-key-store-get-selected-key"/>
+    <keyword type="function" name="cryptui_key_store_set_selected_key ()" link="CryptUIKeyStore.html#cryptui-key-store-set-selected-key"/>
+    <keyword type="function" name="cryptui_key_store_set_search_mode ()" link="CryptUIKeyStore.html#cryptui-key-store-set-search-mode"/>
+    <keyword type="function" name="cryptui_key_store_set_search_text ()" link="CryptUIKeyStore.html#cryptui-key-store-set-search-text"/>
+    <keyword type="function" name="cryptui_key_store_set_filter ()" link="CryptUIKeyStore.html#cryptui-key-store-set-filter"/>
+    <keyword type="" name="The &quot;keyset&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--keyset"/>
+    <keyword type="" name="The &quot;mode&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--mode"/>
+    <keyword type="" name="The &quot;none-option&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--none-option"/>
+    <keyword type="" name="The &quot;search&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--search"/>
+    <keyword type="" name="The &quot;sortable&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--sortable"/>
+    <keyword type="" name="The &quot;use-checks&quot; property" link="CryptUIKeyStore.html#CryptUIKeyStore--use-checks"/>
+    <keyword type="enum" name="enum CryptUIEncType" link="libcryptui-cryptui.html#CryptUIEncType"/>
+    <keyword type="enum" name="enum CryptUIKeyFlags" link="libcryptui-cryptui.html#CryptUIKeyFlags"/>
+    <keyword type="enum" name="enum CryptUILocation" link="libcryptui-cryptui.html#CryptUILocation"/>
+    <keyword type="enum" name="enum CryptUIValidity" link="libcryptui-cryptui.html#CryptUIValidity"/>
+    <keyword type="function" name="cryptui_key_get_base ()" link="libcryptui-cryptui.html#cryptui-key-get-base"/>
+    <keyword type="function" name="cryptui_key_get_enctype ()" link="libcryptui-cryptui.html#cryptui-key-get-enctype"/>
+    <keyword type="function" name="cryptui_display_notification ()" link="libcryptui-cryptui.html#cryptui-display-notification"/>
+    <keyword type="function" name="cryptui_prompt_recipients ()" link="libcryptui-cryptui.html#cryptui-prompt-recipients"/>
+    <keyword type="function" name="cryptui_prompt_signer ()" link="libcryptui-cryptui.html#cryptui-prompt-signer"/>
+    <keyword type="function" name="cryptui_need_to_get_keys ()" link="libcryptui-cryptui.html#cryptui-need-to-get-keys"/>
+    <keyword type="macro" name="SEAHORSE_DESKTOP_KEYS" link="libcryptui-cryptui-defines.html#SEAHORSE-DESKTOP-KEYS:CAPS"/>
+    <keyword type="macro" name="SEAHORSE_DEFAULT_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-DEFAULT-KEY:CAPS"/>
+    <keyword type="macro" name="SEAHORSE_LASTSIGNER_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-LASTSIGNER-KEY:CAPS"/>
+    <keyword type="macro" name="SEAHORSE_ENCRYPTSELF_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-ENCRYPTSELF-KEY:CAPS"/>
+    <keyword type="macro" name="SEAHORSE_RECIPIENTS_SORT_KEY" link="libcryptui-cryptui-defines.html#SEAHORSE-RECIPIENTS-SORT-KEY:CAPS"/>
+    <keyword type="function" name="cryptui_marshal_VOID__STRING_POINTER ()" link="libcryptui-cryptui-marshal.html#cryptui-marshal-VOID--STRING-POINTER"/>
+  </functions>
+</book>

Added: trunk/reference/libcryptui/html/right.png
==============================================================================
Binary file. No diff available.

Added: trunk/reference/libcryptui/html/style.css
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/html/style.css	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,160 @@
+.synopsis, .classsynopsis
+{
+  background: #eeeeee;
+  border: solid 1px #aaaaaa;
+  padding: 0.5em;
+}
+.programlisting
+{
+  background: #eeeeff;
+  border: solid 1px #aaaaff;
+  padding: 0.5em;
+}
+.variablelist
+{
+  padding: 4px;
+  margin-left: 3em;
+}
+.variablelist td:first-child
+{
+  vertical-align: top;
+}
+
+/* this is needed so that the local anchors are displayed below the naviagtion */
+ media screen {
+  sup a.footnote
+  {
+    position: relative;
+    top: 0em ! important;
+  }
+  div.refnamediv a[name], div.refsect1 a[name]
+  {
+    position: relative;
+    top: -4.5em;
+  }
+  table.navigation#top
+  {
+    background: #ffeeee;
+    border: solid 1px #ffaaaa;
+    margin-top: 0;
+    margin-bottom: 0;
+    position: fixed;
+    top: 0;
+    left: 0;
+    height: 2em;
+    z-index: 1;
+  }
+  .navigation a
+  {
+    color: #770000;
+  }
+  .navigation a:visited
+  {
+    color: #550000;
+  }
+  td.shortcuts
+  {
+    color: #770000;
+    font-size: 80%;
+  }
+  div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
+  {
+    position: relative;
+    top: 3em;
+    z-index: 0;
+  }
+  div.refnamediv
+  {
+    margin-top: 2em;
+  }
+  body
+  {
+    padding-bottom: 20em;
+  }
+}
+ media print {
+  table.navigation {
+    visibility: collapse;
+    display: none;
+  }
+  div.titlepage table.navigation {
+    visibility: visible;
+    display: table;
+    background: #ffeeee;
+    border: solid 1px #ffaaaa;
+    margin-top: 0;
+    margin-bottom: 0;
+    top: 0;
+    left: 0;
+    height: 2em;
+  }
+}
+
+.navigation .title
+{
+  font-size: 200%;
+}
+
+
+div.gallery-float
+{
+  float: left;
+  padding: 10px;
+}
+div.gallery-float img
+{
+  border-style: none;
+}
+div.gallery-spacer
+{
+  clear: both;
+}
+a
+{
+  text-decoration: none;
+}
+a:hover
+{
+  text-decoration: underline;
+  color: #FF0000;
+}
+
+div.table table
+{
+  border-collapse: collapse;
+  border-spacing: 0px;
+  border-style: solid;
+  border-color: #777777;
+  border-width: 1px;
+}
+
+div.table table td, div.table table th
+{
+  border-style: solid;
+  border-color: #777777;
+  border-width: 1px;
+  padding: 3px;
+  vertical-align: top;
+}
+
+div.table table th
+{
+  background-color: #eeeeee;
+}
+
+hr
+{
+  color: #777777;
+  background: #777777;
+  border: 0;
+  height: 1px;
+  clear: both;
+}
+
+.footer
+{
+  padding-top: 3.5em;
+  color: #777777;
+  text-align: center;
+  font-size: 80%;
+}

Added: trunk/reference/libcryptui/html/up.png
==============================================================================
Binary file. No diff available.

Added: trunk/reference/libcryptui/libcryptui-decl-list.txt
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/libcryptui-decl-list.txt	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,165 @@
+<SECTION>
+<FILE>cryptui-keyset</FILE>
+CryptUIKeysetPrivate
+<TITLE>CryptUIKeyset</TITLE>
+CryptUIKeyset
+cryptui_keyset_new
+cryptui_keyset_has_key
+cryptui_keyset_get_keytype
+cryptui_keyset_get_keys
+cryptui_keyset_get_count
+cryptui_keyset_refresh
+cryptui_keyset_get_closure
+cryptui_keyset_set_closure
+cryptui_keyset_get_expand_keys
+cryptui_keyset_set_expand_keys
+cryptui_keyset_cache_key
+cryptui_keyset_key_get_string
+cryptui_keyset_key_get_uint
+cryptui_keyset_key_flags
+cryptui_keyset_key_display_name
+cryptui_keyset_key_display_id
+cryptui_keyset_key_raw_keyid
+cryptui_keyset_keys_raw_keyids
+<SUBSECTION Standard>
+CRYPTUI_KEYSET
+CRYPTUI_IS_KEYSET
+CRYPTUI_TYPE_KEYSET
+cryptui_keyset_get_type
+CRYPTUI_KEYSET_CLASS
+CRYPTUI_IS_KEYSET_CLASS
+CRYPTUI_KEYSET_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-combo</FILE>
+cryptui_key_combo_new
+cryptui_key_combo_setup
+cryptui_key_combo_get_key_store
+cryptui_key_combo_get_keyset
+cryptui_key_combo_set_key
+cryptui_key_combo_get_key
+<SUBSECTION Standard>
+CRYPTUI_KEY_COMBO
+CRYPTUI_IS_KEY_COMBO
+CRYPTUI_TYPE_KEY_COMBO
+CRYPTUI_KEY_COMBO_CLASS
+CRYPTUI_IS_KEY_COMBO_CLASS
+CRYPTUI_KEY_COMBO_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-list</FILE>
+cryptui_key_list_new
+cryptui_key_list_setup
+cryptui_key_list_get_key_store
+cryptui_key_list_get_keyset
+cryptui_key_list_have_selected_keys
+cryptui_key_list_get_selected_keys
+cryptui_key_list_set_selected_keys
+cryptui_key_list_get_selected_key
+cryptui_key_list_set_selected_key
+<SUBSECTION Standard>
+CRYPTUI_KEY_LIST
+CRYPTUI_IS_KEY_LIST
+CRYPTUI_TYPE_KEY_LIST
+CRYPTUI_KEY_LIST_CLASS
+CRYPTUI_IS_KEY_LIST_CLASS
+CRYPTUI_KEY_LIST_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-chooser</FILE>
+CryptUIKeyChooserMode
+CryptUIKeyChooserPriv
+<TITLE>CryptUIKeyChooser</TITLE>
+CryptUIKeyChooser
+cryptui_key_chooser_new
+cryptui_key_chooser_get_enforce_prefs
+cryptui_key_chooser_set_enforce_prefs
+cryptui_key_chooser_have_recipients
+cryptui_key_chooser_get_recipients
+cryptui_key_chooser_set_recipients
+cryptui_key_chooser_get_signer
+cryptui_key_chooser_set_signer
+<SUBSECTION Standard>
+CRYPTUI_KEY_CHOOSER
+CRYPTUI_IS_KEY_CHOOSER
+CRYPTUI_TYPE_KEY_CHOOSER
+cryptui_key_chooser_get_type
+CRYPTUI_KEY_CHOOSER_CLASS
+CRYPTUI_IS_KEY_CHOOSER_CLASS
+CRYPTUI_KEY_CHOOSER_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-store</FILE>
+CryptUIKeyStorePriv
+<TITLE>CryptUIKeyStore</TITLE>
+CryptUIKeyStore
+CryptUIKeyStoreMode
+CryptUIKeyStoreFilterFunc
+cryptui_key_store_new
+cryptui_key_store_get_keyset
+cryptui_key_store_set_sortable
+cryptui_key_store_get_sortable
+cryptui_key_store_check_toggled
+cryptui_key_store_get_iter_from_key
+cryptui_key_store_get_key_from_iter
+cryptui_key_store_get_key_from_path
+cryptui_key_store_get_all_keys
+cryptui_key_store_get_count
+cryptui_key_store_have_selected_keys
+cryptui_key_store_get_selected_keys
+cryptui_key_store_set_selected_keys
+cryptui_key_store_get_selected_key
+cryptui_key_store_set_selected_key
+cryptui_key_store_set_search_mode
+cryptui_key_store_set_search_text
+cryptui_key_store_set_filter
+<SUBSECTION Standard>
+CRYPTUI_KEY_STORE
+CRYPTUI_IS_KEY_STORE
+CRYPTUI_TYPE_KEY_STORE
+cryptui_key_store_get_type
+CRYPTUI_KEY_STORE_CLASS
+CRYPTUI_IS_KEY_STORE_CLASS
+CRYPTUI_KEY_STORE_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui</FILE>
+CryptUIEncType
+CryptUIKeyFlags
+CryptUILocation
+CryptUIValidity
+cryptui_key_get_base
+cryptui_key_get_enctype
+cryptui_display_notification
+cryptui_prompt_recipients
+cryptui_prompt_signer
+cryptui_need_to_get_keys
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-defines</FILE>
+SEAHORSE_DESKTOP_KEYS
+SEAHORSE_DEFAULT_KEY
+SEAHORSE_LASTSIGNER_KEY
+SEAHORSE_ENCRYPTSELF_KEY
+SEAHORSE_RECIPIENTS_SORT_KEY
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-marshal</FILE>
+cryptui_marshal_VOID__STRING_POINTER
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-priv</FILE>
+</SECTION>
+
+<SECTION>
+<FILE>run-tests</FILE>
+</SECTION>
+

Added: trunk/reference/libcryptui/libcryptui-decl.txt
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/libcryptui-decl.txt	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,652 @@
+<STRUCT>
+<NAME>CryptUIKeyset</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeysetClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeysetPrivate</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyset</NAME>
+struct _CryptUIKeyset {
+    GtkObject parent;
+
+    /*<private>*/
+    CryptUIKeysetPrivate *priv;
+};
+
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeysetClass</NAME>
+struct _CryptUIKeysetClass {
+    GtkObjectClass      parent_class;
+    
+    /* signals --------------------------------------------------------- */
+    
+    /* A key was added to this view */
+    void (*added)   (CryptUIKeyset *keyset, const gchar *key);
+
+    /* Removed a key from this view */
+    void (*removed) (CryptUIKeyset *keyset, const gchar *key, gpointer closure);
+    
+    /* One of the key's attributes has changed */
+    void (*changed) (CryptUIKeyset *keyset, const gchar *key, gpointer closure);    
+};
+
+</STRUCT>
+<MACRO>
+<NAME>CRYPTUI_TYPE_KEYSET</NAME>
+#define CRYPTUI_TYPE_KEYSET               (cryptui_keyset_get_type ())
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEYSET</NAME>
+#define CRYPTUI_KEYSET(obj)               (G_TYPE_CHECK_INSTANCE_CAST ((obj), CRYPTUI_TYPE_KEYSET, CryptUIKeyset))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEYSET_CLASS</NAME>
+#define CRYPTUI_KEYSET_CLASS(klass)       (G_TYPE_CHECK_CLASS_CAST ((klass), CRYPTUI_TYPE_KEYSET, CryptUIKeysetClass))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEYSET</NAME>
+#define CRYPTUI_IS_KEYSET(obj)            (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CRYPTUI_TYPE_KEYSET))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEYSET_CLASS</NAME>
+#define CRYPTUI_IS_KEYSET_CLASS(klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), CRYPTUI_TYPE_KEYSET))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEYSET_GET_CLASS</NAME>
+#define CRYPTUI_KEYSET_GET_CLASS(obj)     (G_TYPE_INSTANCE_GET_CLASS ((obj), CRYPTUI_TYPE_KEYSET, CryptUIKeysetClass))
+</MACRO>
+<FUNCTION>
+<NAME>cryptui_keyset_get_type</NAME>
+<RETURNS>GType               </RETURNS>
+void
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_new</NAME>
+<RETURNS>CryptUIKeyset*</RETURNS>
+const gchar *keytype,gboolean expand_keys
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_has_key</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_get_keytype</NAME>
+<RETURNS>const gchar*</RETURNS>
+CryptUIKeyset *keyset
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_get_keys</NAME>
+<RETURNS>GList*</RETURNS>
+CryptUIKeyset *keyset
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_get_count</NAME>
+<RETURNS>guint               </RETURNS>
+CryptUIKeyset *keyset
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_refresh</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyset *keyset
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_get_closure</NAME>
+<RETURNS>gpointer            </RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_set_closure</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyset *keyset,const gchar *key,gpointer closure
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_get_expand_keys</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyset *keyset
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_set_expand_keys</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyset *keyset,gboolean expand_keys
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_cache_key</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_get_string</NAME>
+<RETURNS>gchar*</RETURNS>
+CryptUIKeyset *keyset,const gchar *key,const gchar *prop
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_get_uint</NAME>
+<RETURNS>guint               </RETURNS>
+CryptUIKeyset *keyset,const gchar *key,const gchar *prop
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_flags</NAME>
+<RETURNS>guint               </RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_display_name</NAME>
+<RETURNS>gchar*</RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_display_id</NAME>
+<RETURNS>gchar*</RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_key_raw_keyid</NAME>
+<RETURNS>gchar*</RETURNS>
+CryptUIKeyset *keyset,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_keyset_keys_raw_keyids</NAME>
+<RETURNS>gchar**</RETURNS>
+CryptUIKeyset *keyset,const gchar **keys
+</FUNCTION>
+<ENUM>
+<NAME>CryptUIEncType</NAME>
+typedef enum {
+    CRYPTUI_ENCTYPE_NONE =       0,
+    CRYPTUI_ENCTYPE_SYMMETRIC =  1,
+    CRYPTUI_ENCTYPE_PUBLIC =     2,
+    CRYPTUI_ENCTYPE_PRIVATE =    3,
+    
+    /* Used internally */
+    _CRYPTUI_ENCTYPE_MAXVALUE
+} CryptUIEncType;
+</ENUM>
+<ENUM>
+<NAME>CryptUIKeyFlags</NAME>
+typedef enum {
+    CRYPTUI_FLAG_IS_VALID =    0x00000001,
+    CRYPTUI_FLAG_CAN_ENCRYPT = 0x00000002,
+    CRYPTUI_FLAG_CAN_SIGN =    0x00000004,
+    CRYPTUI_FLAG_EXPIRED =     0x00000100,
+    CRYPTUI_FLAG_REVOKED =     0x00000200,
+    CRYPTUI_FLAG_DISABLED =    0x00000400,
+    CRYPTUI_FLAG_TRUSTED =     0x00001000,
+    CRYPTUI_FLAG_EXPORTABLE =  0x00100000
+} CryptUIKeyFlags;
+</ENUM>
+<ENUM>
+<NAME>CryptUILocation</NAME>
+typedef enum {
+    CRYPTUI_LOC_INVALID =        0,    /* An invalid key */
+    CRYPTUI_LOC_MISSING =       10,    /* A key we don't know anything about */
+    CRYPTUI_LOC_SEARCHING =     20,    /* A key we're searching for but haven't found yet */
+    CRYPTUI_LOC_REMOTE =        50,    /* A key that we've found is present remotely */
+    CRYPTUI_LOC_LOCAL =        100,    /* A key on the local machine */
+} CryptUILocation;
+</ENUM>
+<ENUM>
+<NAME>CryptUIValidity</NAME>
+typedef enum {
+    CRYPTUI_VALIDITY_REVOKED =   -3,
+    CRYPTUI_VALIDITY_DISABLED =  -2,
+    CRYPTUI_VALIDITY_NEVER =     -1,
+    CRYPTUI_VALIDITY_UNKNOWN =    0,
+    CRYPTUI_VALIDITY_MARGINAL =   1,
+    CRYPTUI_VALIDITY_FULL =       5,
+    CRYPTUI_VALIDITY_ULTIMATE =  10
+} CryptUIValidity;
+</ENUM>
+<FUNCTION>
+<NAME>cryptui_key_get_base</NAME>
+<RETURNS>gchar*</RETURNS>
+const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_get_enctype</NAME>
+<RETURNS>CryptUIEncType      </RETURNS>
+const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_display_notification</NAME>
+<RETURNS>void                </RETURNS>
+const gchar *title, const gchar *body,const gchar *icon, gboolean urgent
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_prompt_recipients</NAME>
+<RETURNS>gchar**</RETURNS>
+CryptUIKeyset *keyset,const gchar *title, gchar **signer
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_prompt_signer</NAME>
+<RETURNS>gchar*</RETURNS>
+CryptUIKeyset *keyset, const gchar *title
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_need_to_get_keys</NAME>
+<RETURNS>void                </RETURNS>
+
+</FUNCTION>
+<MACRO>
+<NAME>CRYPTUI_TYPE_KEY_COMBO</NAME>
+#define CRYPTUI_TYPE_KEY_COMBO               GTK_TYPE_COMBO_BOX
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_COMBO</NAME>
+#define CRYPTUI_KEY_COMBO(obj)               GTK_COMBO_BOX(obj)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_COMBO_CLASS</NAME>
+#define CRYPTUI_KEY_COMBO_CLASS(klass)       GTK_COMBO_BOX_CLASS(klass)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_COMBO</NAME>
+#define CRYPTUI_IS_KEY_COMBO(obj)            GTK_IS_COMBO_BOX(obj)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_COMBO_CLASS</NAME>
+#define CRYPTUI_IS_KEY_COMBO_CLASS(klass)    GTK_IS_COMBO_BOX_CLASS(klass)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_COMBO_GET_CLASS</NAME>
+#define CRYPTUI_KEY_COMBO_GET_CLASS(obj)     GTK_COMBO_BOX_GET_CLASS(obj)
+</MACRO>
+<FUNCTION>
+<NAME>cryptui_key_combo_new</NAME>
+<RETURNS>GtkComboBox*</RETURNS>
+CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_combo_setup</NAME>
+<RETURNS>void              </RETURNS>
+GtkComboBox *combo,CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_combo_get_key_store</NAME>
+<RETURNS>CryptUIKeyStore*</RETURNS>
+GtkComboBox *combo
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_combo_get_keyset</NAME>
+<RETURNS>CryptUIKeyset*</RETURNS>
+GtkComboBox *combo
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_combo_set_key</NAME>
+<RETURNS>void              </RETURNS>
+GtkComboBox *combo,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_combo_get_key</NAME>
+<RETURNS>const gchar*</RETURNS>
+GtkComboBox *ckcombo
+</FUNCTION>
+<MACRO>
+<NAME>SEAHORSE_DESKTOP_KEYS</NAME>
+#define SEAHORSE_DESKTOP_KEYS           "/desktop/pgp"
+</MACRO>
+<MACRO>
+<NAME>SEAHORSE_DEFAULT_KEY</NAME>
+#define SEAHORSE_DEFAULT_KEY            SEAHORSE_DESKTOP_KEYS "/default_key"
+</MACRO>
+<MACRO>
+<NAME>SEAHORSE_LASTSIGNER_KEY</NAME>
+#define SEAHORSE_LASTSIGNER_KEY         SEAHORSE_DESKTOP_KEYS "/last_signer"
+</MACRO>
+<MACRO>
+<NAME>SEAHORSE_ENCRYPTSELF_KEY</NAME>
+#define SEAHORSE_ENCRYPTSELF_KEY        SEAHORSE_DESKTOP_KEYS "/encrypt_to_self"
+</MACRO>
+<MACRO>
+<NAME>SEAHORSE_RECIPIENTS_SORT_KEY</NAME>
+#define SEAHORSE_RECIPIENTS_SORT_KEY    SEAHORSE_DESKTOP_KEYS "/recipients/sort_by"
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_TYPE_KEY_LIST</NAME>
+#define CRYPTUI_TYPE_KEY_LIST               GTK_TYPE_TREE_VIEW
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_LIST</NAME>
+#define CRYPTUI_KEY_LIST(obj)               GTK_TREE_VIEW(obj)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_LIST_CLASS</NAME>
+#define CRYPTUI_KEY_LIST_CLASS(klass)       GTK_TREE_VIEW_CLASS(klass)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_LIST</NAME>
+#define CRYPTUI_IS_KEY_LIST(obj)            GTK_IS_TREE_VIEW(obj)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_LIST_CLASS</NAME>
+#define CRYPTUI_IS_KEY_LIST_CLASS(klass)    GTK_IS_TREE_VIEW_CLASS(obj)
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_LIST_GET_CLASS</NAME>
+#define CRYPTUI_KEY_LIST_GET_CLASS(obj)     GTK_TREE_VIEW_GET_CLASS(obj)
+</MACRO>
+<FUNCTION>
+<NAME>cryptui_key_list_new</NAME>
+<RETURNS>GtkTreeView*</RETURNS>
+CryptUIKeyStore *ckstore,guint flags
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_setup</NAME>
+<RETURNS>void              </RETURNS>
+GtkTreeView *view,CryptUIKeyStore *ckstore,guint flags
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_get_key_store</NAME>
+<RETURNS>CryptUIKeyStore*</RETURNS>
+GtkTreeView *combo
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_get_keyset</NAME>
+<RETURNS>CryptUIKeyset*</RETURNS>
+GtkTreeView *combo
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_have_selected_keys</NAME>
+<RETURNS>gboolean          </RETURNS>
+GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_get_selected_keys</NAME>
+<RETURNS>GList*</RETURNS>
+GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_set_selected_keys</NAME>
+<RETURNS>void              </RETURNS>
+GtkTreeView *view,GList *keys
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_get_selected_key</NAME>
+<RETURNS>const gchar*</RETURNS>
+GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_list_set_selected_key</NAME>
+<RETURNS>void              </RETURNS>
+GtkTreeView *view,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_marshal_VOID__STRING_POINTER</NAME>
+<RETURNS>void </RETURNS>
+GClosure     *closure,GValue       *return_value,guint         n_param_values,const GValue *param_values,gpointer      invocation_hint,gpointer      marshal_data
+</FUNCTION>
+<ENUM>
+<NAME>CryptUIKeyChooserMode</NAME>
+typedef enum _CryptUIKeyChooserMode {
+    CRYPTUI_KEY_CHOOSER_RECIPIENTS =    0x0001,
+    CRYPTUI_KEY_CHOOSER_SIGNER =        0x0002,
+    
+    CRYPTUI_KEY_CHOOSER_MUSTSIGN =      0x0010
+} CryptUIKeyChooserMode;
+</ENUM>
+<MACRO>
+<NAME>CRYPTUI_TYPE_KEY_CHOOSER</NAME>
+#define CRYPTUI_TYPE_KEY_CHOOSER             (cryptui_key_chooser_get_type ())
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_CHOOSER</NAME>
+#define CRYPTUI_KEY_CHOOSER(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), CRYPTUI_TYPE_KEY_CHOOSER, CryptUIKeyChooser))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_CHOOSER_CLASS</NAME>
+#define CRYPTUI_KEY_CHOOSER_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), CRYPTUI_TYPE_KEY_CHOOSER, CryptUIKeyChooser))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_CHOOSER</NAME>
+#define CRYPTUI_IS_KEY_CHOOSER(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CRYPTUI_TYPE_KEY_CHOOSER))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_CHOOSER_CLASS</NAME>
+#define CRYPTUI_IS_KEY_CHOOSER_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), CRYPTUI_TYPE_KEY_CHOOSER))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_CHOOSER_GET_CLASS</NAME>
+#define CRYPTUI_KEY_CHOOSER_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), CRYPTUI_TYPE_KEY_CHOOSER, CryptUIKeyChooser))
+</MACRO>
+<STRUCT>
+<NAME>CryptUIKeyChooser</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyChooserPriv</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyChooserClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyChooser</NAME>
+struct _CryptUIKeyChooser {
+    GtkVBox               parent;
+ 
+    /*< private >*/
+    CryptUIKeyChooserPriv   *priv;
+};
+
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyChooserClass</NAME>
+struct _CryptUIKeyChooserClass {
+    GtkVBoxClass       parent_class;
+    
+    /* signals --------------------------------------------------------- */
+    
+    /* The key selection changed  */
+    void (*changed)   (CryptUIKeyChooser *chooser);
+};
+
+</STRUCT>
+<FUNCTION>
+<NAME>cryptui_key_chooser_get_type</NAME>
+<RETURNS>GType               </RETURNS>
+
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_new</NAME>
+<RETURNS>CryptUIKeyChooser*</RETURNS>
+CryptUIKeyset *ckset,CryptUIKeyChooserMode mode
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_get_enforce_prefs</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyChooser *chooser
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_set_enforce_prefs</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyChooser *chooser,gboolean enforce_prefs
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_have_recipients</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyChooser *chooser
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_get_recipients</NAME>
+<RETURNS>GList*</RETURNS>
+CryptUIKeyChooser *chooser
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_set_recipients</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyChooser *chooser,GList *keys
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_get_signer</NAME>
+<RETURNS>const gchar*</RETURNS>
+CryptUIKeyChooser *chooser
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_chooser_set_signer</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyChooser *chooser,const gchar *key
+</FUNCTION>
+<MACRO>
+<NAME>CRYPTUI_TYPE_KEY_STORE</NAME>
+#define CRYPTUI_TYPE_KEY_STORE             (cryptui_key_store_get_type ())
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_STORE</NAME>
+#define CRYPTUI_KEY_STORE(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), CRYPTUI_TYPE_KEY_STORE, CryptUIKeyStore))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_STORE_CLASS</NAME>
+#define CRYPTUI_KEY_STORE_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), CRYPTUI_TYPE_KEY_STORE, CryptUIKeyStore))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_STORE</NAME>
+#define CRYPTUI_IS_KEY_STORE(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CRYPTUI_TYPE_KEY_STORE))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_IS_KEY_STORE_CLASS</NAME>
+#define CRYPTUI_IS_KEY_STORE_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), CRYPTUI_TYPE_KEY_STORE))
+</MACRO>
+<MACRO>
+<NAME>CRYPTUI_KEY_STORE_GET_CLASS</NAME>
+#define CRYPTUI_KEY_STORE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), CRYPTUI_TYPE_KEY_STORE, CryptUIKeyStore))
+</MACRO>
+<STRUCT>
+<NAME>CryptUIKeyStore</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyStorePriv</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyStoreClass</NAME>
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyStore</NAME>
+struct _CryptUIKeyStore {
+    GtkTreeModelSort       parent;
+ 
+    /*< public >*/
+    CryptUIKeyset          *ckset;
+    
+    /*< private >*/
+    CryptUIKeyStorePriv    *priv;
+};
+
+</STRUCT>
+<STRUCT>
+<NAME>CryptUIKeyStoreClass</NAME>
+struct _CryptUIKeyStoreClass {
+    GtkTreeModelSortClass       parent_class;
+};
+
+</STRUCT>
+<ENUM>
+<NAME>CryptUIKeyStoreMode</NAME>
+typedef enum _CryptUIKeyStoreMode {
+    CRYPTUI_KEY_STORE_MODE_ALL,
+    CRYPTUI_KEY_STORE_MODE_SELECTED,
+    CRYPTUI_KEY_STORE_MODE_RESULTS
+} CryptUIKeyStoreMode;
+</ENUM>
+<USER_FUNCTION>
+<NAME>CryptUIKeyStoreFilterFunc</NAME>
+<RETURNS>gboolean </RETURNS>
+CryptUIKeyset *ckset, const gchar *key, 
+                                               gpointer user_data
+</USER_FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_type</NAME>
+<RETURNS>GType               </RETURNS>
+
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_new</NAME>
+<RETURNS>CryptUIKeyStore*</RETURNS>
+CryptUIKeyset *keyset,gboolean use_checks,const gchar *none_option
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_keyset</NAME>
+<RETURNS>CryptUIKeyset*</RETURNS>
+CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_sortable</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,gboolean sortable
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_sortable</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_check_toggled</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view,GtkTreeIter *iter
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_iter_from_key</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyStore *ckstore,const gchar *key,GtkTreeIter *iter
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_key_from_iter</NAME>
+<RETURNS>const gchar*</RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeIter *iter
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_key_from_path</NAME>
+<RETURNS>const gchar*</RETURNS>
+CryptUIKeyStore *ckstore,GtkTreePath *path
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_all_keys</NAME>
+<RETURNS>GList*</RETURNS>
+CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_count</NAME>
+<RETURNS>guint               </RETURNS>
+CryptUIKeyStore *ckstore
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_have_selected_keys</NAME>
+<RETURNS>gboolean            </RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_selected_keys</NAME>
+<RETURNS>GList*</RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_selected_keys</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view,GList *keys
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_get_selected_key</NAME>
+<RETURNS>const gchar*</RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_selected_key</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,GtkTreeView *view,const gchar *key
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_search_mode</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,CryptUIKeyStoreMode mode
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_search_text</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,const gchar *search_text
+</FUNCTION>
+<FUNCTION>
+<NAME>cryptui_key_store_set_filter</NAME>
+<RETURNS>void                </RETURNS>
+CryptUIKeyStore *ckstore,CryptUIKeyStoreFilterFunc func,gpointer user_data
+</FUNCTION>

Added: trunk/reference/libcryptui/libcryptui-docs.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/libcryptui-docs.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
+<!ENTITY version SYSTEM "version.xml"> 
+]>
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
+  <bookinfo>
+    <title>libcryptui Reference Manual</title>
+    <releaseinfo>
+      for libcryptui-&version;
+      <!-- The latest version of this documentation can be found on-line at
+      <ulink role="online-location" url="http://[SERVER]/libcryptui/index.html";>http://[SERVER]/libcryptui/</ulink>. -->
+    </releaseinfo>
+  </bookinfo>
+
+  <chapter>
+    <title>libcryptui Objects and Functions</title>
+    <xi:include href="xml/cryptui-keyset.xml"/>
+    <xi:include href="xml/cryptui-key-combo.xml"/>
+    <xi:include href="xml/cryptui-key-list.xml"/>
+    <xi:include href="xml/cryptui-key-chooser.xml"/>
+    <xi:include href="xml/cryptui-key-store.xml"/>
+    <xi:include href="xml/cryptui.xml"/>
+    <xi:include href="xml/cryptui-defines.xml"/>
+    <xi:include href="xml/cryptui-marshal.xml"/>
+  </chapter>
+</book>

Added: trunk/reference/libcryptui/libcryptui-overrides.txt
==============================================================================

Added: trunk/reference/libcryptui/libcryptui-sections.txt
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/libcryptui-sections.txt	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,165 @@
+<SECTION>
+<FILE>cryptui-keyset</FILE>
+CryptUIKeysetPrivate
+<TITLE>CryptUIKeyset</TITLE>
+CryptUIKeyset
+cryptui_keyset_new
+cryptui_keyset_has_key
+cryptui_keyset_get_keytype
+cryptui_keyset_get_keys
+cryptui_keyset_get_count
+cryptui_keyset_refresh
+cryptui_keyset_get_closure
+cryptui_keyset_set_closure
+cryptui_keyset_get_expand_keys
+cryptui_keyset_set_expand_keys
+cryptui_keyset_cache_key
+cryptui_keyset_key_get_string
+cryptui_keyset_key_get_uint
+cryptui_keyset_key_flags
+cryptui_keyset_key_display_name
+cryptui_keyset_key_display_id
+cryptui_keyset_key_raw_keyid
+cryptui_keyset_keys_raw_keyids
+<SUBSECTION Standard>
+CRYPTUI_KEYSET
+CRYPTUI_IS_KEYSET
+CRYPTUI_TYPE_KEYSET
+cryptui_keyset_get_type
+CRYPTUI_KEYSET_CLASS
+CRYPTUI_IS_KEYSET_CLASS
+CRYPTUI_KEYSET_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-combo</FILE>
+cryptui_key_combo_new
+cryptui_key_combo_setup
+cryptui_key_combo_get_key_store
+cryptui_key_combo_get_keyset
+cryptui_key_combo_set_key
+cryptui_key_combo_get_key
+<SUBSECTION Standard>
+CRYPTUI_KEY_COMBO
+CRYPTUI_IS_KEY_COMBO
+CRYPTUI_TYPE_KEY_COMBO
+CRYPTUI_KEY_COMBO_CLASS
+CRYPTUI_IS_KEY_COMBO_CLASS
+CRYPTUI_KEY_COMBO_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-list</FILE>
+cryptui_key_list_new
+cryptui_key_list_setup
+cryptui_key_list_get_key_store
+cryptui_key_list_get_keyset
+cryptui_key_list_have_selected_keys
+cryptui_key_list_get_selected_keys
+cryptui_key_list_set_selected_keys
+cryptui_key_list_get_selected_key
+cryptui_key_list_set_selected_key
+<SUBSECTION Standard>
+CRYPTUI_KEY_LIST
+CRYPTUI_IS_KEY_LIST
+CRYPTUI_TYPE_KEY_LIST
+CRYPTUI_KEY_LIST_CLASS
+CRYPTUI_IS_KEY_LIST_CLASS
+CRYPTUI_KEY_LIST_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-chooser</FILE>
+CryptUIKeyChooserMode
+CryptUIKeyChooserPriv
+<TITLE>CryptUIKeyChooser</TITLE>
+CryptUIKeyChooser
+cryptui_key_chooser_new
+cryptui_key_chooser_get_enforce_prefs
+cryptui_key_chooser_set_enforce_prefs
+cryptui_key_chooser_have_recipients
+cryptui_key_chooser_get_recipients
+cryptui_key_chooser_set_recipients
+cryptui_key_chooser_get_signer
+cryptui_key_chooser_set_signer
+<SUBSECTION Standard>
+CRYPTUI_KEY_CHOOSER
+CRYPTUI_IS_KEY_CHOOSER
+CRYPTUI_TYPE_KEY_CHOOSER
+cryptui_key_chooser_get_type
+CRYPTUI_KEY_CHOOSER_CLASS
+CRYPTUI_IS_KEY_CHOOSER_CLASS
+CRYPTUI_KEY_CHOOSER_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-key-store</FILE>
+CryptUIKeyStorePriv
+<TITLE>CryptUIKeyStore</TITLE>
+CryptUIKeyStore
+CryptUIKeyStoreMode
+CryptUIKeyStoreFilterFunc
+cryptui_key_store_new
+cryptui_key_store_get_keyset
+cryptui_key_store_set_sortable
+cryptui_key_store_get_sortable
+cryptui_key_store_check_toggled
+cryptui_key_store_get_iter_from_key
+cryptui_key_store_get_key_from_iter
+cryptui_key_store_get_key_from_path
+cryptui_key_store_get_all_keys
+cryptui_key_store_get_count
+cryptui_key_store_have_selected_keys
+cryptui_key_store_get_selected_keys
+cryptui_key_store_set_selected_keys
+cryptui_key_store_get_selected_key
+cryptui_key_store_set_selected_key
+cryptui_key_store_set_search_mode
+cryptui_key_store_set_search_text
+cryptui_key_store_set_filter
+<SUBSECTION Standard>
+CRYPTUI_KEY_STORE
+CRYPTUI_IS_KEY_STORE
+CRYPTUI_TYPE_KEY_STORE
+cryptui_key_store_get_type
+CRYPTUI_KEY_STORE_CLASS
+CRYPTUI_IS_KEY_STORE_CLASS
+CRYPTUI_KEY_STORE_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>cryptui</FILE>
+CryptUIEncType
+CryptUIKeyFlags
+CryptUILocation
+CryptUIValidity
+cryptui_key_get_base
+cryptui_key_get_enctype
+cryptui_display_notification
+cryptui_prompt_recipients
+cryptui_prompt_signer
+cryptui_need_to_get_keys
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-defines</FILE>
+SEAHORSE_DESKTOP_KEYS
+SEAHORSE_DEFAULT_KEY
+SEAHORSE_LASTSIGNER_KEY
+SEAHORSE_ENCRYPTSELF_KEY
+SEAHORSE_RECIPIENTS_SORT_KEY
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-marshal</FILE>
+cryptui_marshal_VOID__STRING_POINTER
+</SECTION>
+
+<SECTION>
+<FILE>cryptui-priv</FILE>
+</SECTION>
+
+<SECTION>
+<FILE>run-tests</FILE>
+</SECTION>
+

Added: trunk/reference/libcryptui/libcryptui.types
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/libcryptui.types	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,3 @@
+cryptui_keyset_get_type
+cryptui_key_chooser_get_type
+cryptui_key_store_get_type

Added: trunk/reference/libcryptui/tmpl/cryptui-defines.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-defines.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,54 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-defines
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### MACRO SEAHORSE_DESKTOP_KEYS ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_DEFAULT_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_LASTSIGNER_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_ENCRYPTSELF_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_RECIPIENTS_SORT_KEY ##### -->
+<para>
+
+</para>
+
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-defines.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-defines.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,56 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-defines
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### MACRO SEAHORSE_DESKTOP_KEYS ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_DEFAULT_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_LASTSIGNER_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_ENCRYPTSELF_KEY ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO SEAHORSE_RECIPIENTS_SORT_KEY ##### -->
+<para>
+
+</para>
+
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,135 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyChooser
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### ENUM CryptUIKeyChooserMode ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_KEY_CHOOSER_RECIPIENTS: 
+ CRYPTUI_KEY_CHOOSER_SIGNER: 
+ CRYPTUI_KEY_CHOOSER_MUSTSIGN: 
+
+<!-- ##### STRUCT CryptUIKeyChooserPriv ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyChooser ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL CryptUIKeyChooser::changed ##### -->
+<para>
+
+</para>
+
+ cryptuikeychooser: the object which received the signal.
+
+<!-- ##### ARG CryptUIKeyChooser:enforce-prefs ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyChooser:keyset ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyChooser:mode ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION cryptui_key_chooser_new ##### -->
+<para>
+
+</para>
+
+ ckset: 
+ mode: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_enforce_prefs ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_enforce_prefs ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ enforce_prefs: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_have_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_signer ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_signer ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ key: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-chooser.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,137 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyChooser
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### ENUM CryptUIKeyChooserMode ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_KEY_CHOOSER_RECIPIENTS: 
+ CRYPTUI_KEY_CHOOSER_SIGNER: 
+ CRYPTUI_KEY_CHOOSER_MUSTSIGN: 
+
+<!-- ##### STRUCT CryptUIKeyChooserPriv ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyChooser ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL CryptUIKeyChooser::changed ##### -->
+<para>
+
+</para>
+
+ cryptuikeychooser: the object which received the signal.
+
+<!-- ##### ARG CryptUIKeyChooser:enforce-prefs ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyChooser:keyset ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyChooser:mode ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION cryptui_key_chooser_new ##### -->
+<para>
+
+</para>
+
+ ckset: 
+ mode: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_enforce_prefs ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_enforce_prefs ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ enforce_prefs: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_have_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_recipients ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_get_signer ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_chooser_set_signer ##### -->
+<para>
+
+</para>
+
+ chooser: 
+ key: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,73 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-key-combo
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_key_combo_new ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_setup ##### -->
+<para>
+
+</para>
+
+ combo: 
+ ckstore: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_key_store ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_keyset ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_set_key ##### -->
+<para>
+
+</para>
+
+ combo: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_key ##### -->
+<para>
+
+</para>
+
+ ckcombo: 
+ Returns: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-combo.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,75 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-key-combo
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_key_combo_new ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_setup ##### -->
+<para>
+
+</para>
+
+ combo: 
+ ckstore: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_key_store ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_keyset ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_set_key ##### -->
+<para>
+
+</para>
+
+ combo: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_key_combo_get_key ##### -->
+<para>
+
+</para>
+
+ ckcombo: 
+ Returns: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,102 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-key-list
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_key_list_new ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ flags: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_setup ##### -->
+<para>
+
+</para>
+
+ view: 
+ ckstore: 
+ flags: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_key_store ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_keyset ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_have_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_set_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_selected_key ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_set_selected_key ##### -->
+<para>
+
+</para>
+
+ view: 
+ key: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-list.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,104 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-key-list
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_key_list_new ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ flags: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_setup ##### -->
+<para>
+
+</para>
+
+ view: 
+ ckstore: 
+ flags: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_key_store ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_keyset ##### -->
+<para>
+
+</para>
+
+ combo: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_have_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_set_selected_keys ##### -->
+<para>
+
+</para>
+
+ view: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_get_selected_key ##### -->
+<para>
+
+</para>
+
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_list_set_selected_key ##### -->
+<para>
+
+</para>
+
+ view: 
+ key: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,257 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyStore
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT CryptUIKeyStorePriv ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyStore ##### -->
+<para>
+
+</para>
+
+ ckset: 
+
+<!-- ##### ARG CryptUIKeyStore:keyset ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:mode ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:none-option ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:search ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:sortable ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:use-checks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ENUM CryptUIKeyStoreMode ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_KEY_STORE_MODE_ALL: 
+ CRYPTUI_KEY_STORE_MODE_SELECTED: 
+ CRYPTUI_KEY_STORE_MODE_RESULTS: 
+
+<!-- ##### USER_FUNCTION CryptUIKeyStoreFilterFunc ##### -->
+<para>
+
+</para>
+
+ ckset: 
+ key: 
+ user_data: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_new ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ use_checks: 
+ none_option: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_keyset ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_sortable ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ sortable: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_sortable ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_check_toggled ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ iter: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_iter_from_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ key: 
+ iter: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_key_from_iter ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ iter: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_key_from_path ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ path: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_all_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_count ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_have_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_selected_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_selected_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_search_mode ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ mode: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_search_text ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ search_text: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_filter ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ func: 
+ user_data: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-key-store.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,259 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyStore
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT CryptUIKeyStorePriv ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyStore ##### -->
+<para>
+
+</para>
+
+ ckset: 
+
+<!-- ##### ARG CryptUIKeyStore:keyset ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:mode ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:none-option ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:search ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:sortable ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyStore:use-checks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ENUM CryptUIKeyStoreMode ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_KEY_STORE_MODE_ALL: 
+ CRYPTUI_KEY_STORE_MODE_SELECTED: 
+ CRYPTUI_KEY_STORE_MODE_RESULTS: 
+
+<!-- ##### USER_FUNCTION CryptUIKeyStoreFilterFunc ##### -->
+<para>
+
+</para>
+
+ ckset: 
+ key: 
+ user_data: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_new ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ use_checks: 
+ none_option: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_keyset ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_sortable ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ sortable: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_sortable ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_check_toggled ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ iter: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_iter_from_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ key: 
+ iter: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_key_from_iter ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ iter: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_key_from_path ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ path: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_all_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_count ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_have_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_selected_keys ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ keys: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_get_selected_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_selected_key ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ view: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_search_mode ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ mode: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_search_text ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ search_text: 
+
+
+<!-- ##### FUNCTION cryptui_key_store_set_filter ##### -->
+<para>
+
+</para>
+
+ ckstore: 
+ func: 
+ user_data: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,241 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyset
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT CryptUIKeysetPrivate ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyset ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL CryptUIKeyset::added ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL CryptUIKeyset::changed ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL CryptUIKeyset::removed ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### ARG CryptUIKeyset:expand-keys ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyset:keytype ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION cryptui_keyset_new ##### -->
+<para>
+
+</para>
+
+ keytype: 
+ expand_keys: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_has_key ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_keytype ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_count ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_refresh ##### -->
+<para>
+
+</para>
+
+ keyset: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_closure ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_set_closure ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ closure: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_expand_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_set_expand_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ expand_keys: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_cache_key ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_get_string ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ prop: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_get_uint ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ prop: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_flags ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_display_name ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_display_id ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_raw_keyid ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_keys_raw_keyids ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ keys: 
+ Returns: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-keyset.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,243 @@
+<!-- ##### SECTION Title ##### -->
+CryptUIKeyset
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### STRUCT CryptUIKeysetPrivate ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT CryptUIKeyset ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SIGNAL CryptUIKeyset::added ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL CryptUIKeyset::changed ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### SIGNAL CryptUIKeyset::removed ##### -->
+<para>
+
+</para>
+
+ cryptuikeyset: the object which received the signal.
+ arg1: 
+ arg2: 
+
+<!-- ##### ARG CryptUIKeyset:expand-keys ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG CryptUIKeyset:keytype ##### -->
+<para>
+
+</para>
+
+<!-- ##### FUNCTION cryptui_keyset_new ##### -->
+<para>
+
+</para>
+
+ keytype: 
+ expand_keys: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_has_key ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_keytype ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_count ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_refresh ##### -->
+<para>
+
+</para>
+
+ keyset: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_closure ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_set_closure ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ closure: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_get_expand_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_set_expand_keys ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ expand_keys: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_cache_key ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_get_string ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ prop: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_get_uint ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ prop: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_flags ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_display_name ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_display_id ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_key_raw_keyid ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_keyset_keys_raw_keyids ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ keys: 
+ Returns: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,32 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-marshal
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_marshal_VOID__STRING_POINTER ##### -->
+<para>
+
+</para>
+
+ closure: 
+ return_value: 
+ n_param_values: 
+ param_values: 
+ invocation_hint: 
+ marshal_data: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-marshal.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,34 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-marshal
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cryptui_marshal_VOID__STRING_POINTER ##### -->
+<para>
+
+</para>
+
+ closure: 
+ return_value: 
+ n_param_values: 
+ param_values: 
+ invocation_hint: 
+ marshal_data: 
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-priv.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-priv.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,19 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-priv
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-priv.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui-priv.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,21 @@
+<!-- ##### SECTION Title ##### -->
+cryptui-priv
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui-unused.sgml
==============================================================================

Added: trunk/reference/libcryptui/tmpl/cryptui.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,125 @@
+<!-- ##### SECTION Title ##### -->
+cryptui
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### ENUM CryptUIEncType ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_ENCTYPE_NONE: 
+ CRYPTUI_ENCTYPE_SYMMETRIC: 
+ CRYPTUI_ENCTYPE_PUBLIC: 
+ CRYPTUI_ENCTYPE_PRIVATE: 
+ _CRYPTUI_ENCTYPE_MAXVALUE: 
+
+<!-- ##### ENUM CryptUIKeyFlags ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_FLAG_IS_VALID: 
+ CRYPTUI_FLAG_CAN_ENCRYPT: 
+ CRYPTUI_FLAG_CAN_SIGN: 
+ CRYPTUI_FLAG_EXPIRED: 
+ CRYPTUI_FLAG_REVOKED: 
+ CRYPTUI_FLAG_DISABLED: 
+ CRYPTUI_FLAG_TRUSTED: 
+ CRYPTUI_FLAG_EXPORTABLE: 
+
+<!-- ##### ENUM CryptUILocation ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_LOC_INVALID: 
+ CRYPTUI_LOC_MISSING: 
+ CRYPTUI_LOC_SEARCHING: 
+ CRYPTUI_LOC_REMOTE: 
+ CRYPTUI_LOC_LOCAL: 
+
+<!-- ##### ENUM CryptUIValidity ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_VALIDITY_REVOKED: 
+ CRYPTUI_VALIDITY_DISABLED: 
+ CRYPTUI_VALIDITY_NEVER: 
+ CRYPTUI_VALIDITY_UNKNOWN: 
+ CRYPTUI_VALIDITY_MARGINAL: 
+ CRYPTUI_VALIDITY_FULL: 
+ CRYPTUI_VALIDITY_ULTIMATE: 
+
+<!-- ##### FUNCTION cryptui_key_get_base ##### -->
+<para>
+
+</para>
+
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_get_enctype ##### -->
+<para>
+
+</para>
+
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_display_notification ##### -->
+<para>
+
+</para>
+
+ title: 
+ body: 
+ icon: 
+ urgent: 
+
+
+<!-- ##### FUNCTION cryptui_prompt_recipients ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ title: 
+ signer: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_prompt_signer ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ title: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_need_to_get_keys ##### -->
+<para>
+
+</para>
+
+
+

Added: trunk/reference/libcryptui/tmpl/cryptui.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/cryptui.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,127 @@
+<!-- ##### SECTION Title ##### -->
+cryptui
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### ENUM CryptUIEncType ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_ENCTYPE_NONE: 
+ CRYPTUI_ENCTYPE_SYMMETRIC: 
+ CRYPTUI_ENCTYPE_PUBLIC: 
+ CRYPTUI_ENCTYPE_PRIVATE: 
+ _CRYPTUI_ENCTYPE_MAXVALUE: 
+
+<!-- ##### ENUM CryptUIKeyFlags ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_FLAG_IS_VALID: 
+ CRYPTUI_FLAG_CAN_ENCRYPT: 
+ CRYPTUI_FLAG_CAN_SIGN: 
+ CRYPTUI_FLAG_EXPIRED: 
+ CRYPTUI_FLAG_REVOKED: 
+ CRYPTUI_FLAG_DISABLED: 
+ CRYPTUI_FLAG_TRUSTED: 
+ CRYPTUI_FLAG_EXPORTABLE: 
+
+<!-- ##### ENUM CryptUILocation ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_LOC_INVALID: 
+ CRYPTUI_LOC_MISSING: 
+ CRYPTUI_LOC_SEARCHING: 
+ CRYPTUI_LOC_REMOTE: 
+ CRYPTUI_LOC_LOCAL: 
+
+<!-- ##### ENUM CryptUIValidity ##### -->
+<para>
+
+</para>
+
+ CRYPTUI_VALIDITY_REVOKED: 
+ CRYPTUI_VALIDITY_DISABLED: 
+ CRYPTUI_VALIDITY_NEVER: 
+ CRYPTUI_VALIDITY_UNKNOWN: 
+ CRYPTUI_VALIDITY_MARGINAL: 
+ CRYPTUI_VALIDITY_FULL: 
+ CRYPTUI_VALIDITY_ULTIMATE: 
+
+<!-- ##### FUNCTION cryptui_key_get_base ##### -->
+<para>
+
+</para>
+
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_key_get_enctype ##### -->
+<para>
+
+</para>
+
+ key: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_display_notification ##### -->
+<para>
+
+</para>
+
+ title: 
+ body: 
+ icon: 
+ urgent: 
+
+
+<!-- ##### FUNCTION cryptui_prompt_recipients ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ title: 
+ signer: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_prompt_signer ##### -->
+<para>
+
+</para>
+
+ keyset: 
+ title: 
+ Returns: 
+
+
+<!-- ##### FUNCTION cryptui_need_to_get_keys ##### -->
+<para>
+
+</para>
+
+
+

Added: trunk/reference/libcryptui/tmpl/libcryptui-unused.sgml
==============================================================================

Added: trunk/reference/libcryptui/tmpl/run-tests.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/run-tests.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,19 @@
+<!-- ##### SECTION Title ##### -->
+run-tests
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+

Added: trunk/reference/libcryptui/tmpl/run-tests.sgml.bak
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/tmpl/run-tests.sgml.bak	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,21 @@
+<!-- ##### SECTION Title ##### -->
+run-tests
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+

Added: trunk/reference/libcryptui/version.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/version.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1 @@
+0.0

Added: trunk/reference/libcryptui/version.xml.in
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/version.xml.in	Sun Feb  1 17:54:19 2009
@@ -0,0 +1 @@
+ LIBCRYPTUI_MAJOR@

Added: trunk/reference/libcryptui/xml/cryptui-defines.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-defines.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="libcryptui-cryptui-defines">
+<refmeta>
+<refentrytitle role="top_of_page" id="libcryptui-cryptui-defines.top_of_page">cryptui-defines</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>cryptui-defines</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="libcryptui-cryptui-defines.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+#define             <link linkend="SEAHORSE-DESKTOP-KEYS:CAPS">SEAHORSE_DESKTOP_KEYS</link>
+#define             <link linkend="SEAHORSE-DEFAULT-KEY:CAPS">SEAHORSE_DEFAULT_KEY</link>
+#define             <link linkend="SEAHORSE-LASTSIGNER-KEY:CAPS">SEAHORSE_LASTSIGNER_KEY</link>
+#define             <link linkend="SEAHORSE-ENCRYPTSELF-KEY:CAPS">SEAHORSE_ENCRYPTSELF_KEY</link>
+#define             <link linkend="SEAHORSE-RECIPIENTS-SORT-KEY:CAPS">SEAHORSE_RECIPIENTS_SORT_KEY</link>
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+
+
+
+
+<refsect1 id="libcryptui-cryptui-defines.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="libcryptui-cryptui-defines.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="SEAHORSE-DESKTOP-KEYS:CAPS" role="macro">
+<title>SEAHORSE_DESKTOP_KEYS</title>
+<indexterm zone="SEAHORSE-DESKTOP-KEYS:CAPS"><primary>SEAHORSE_DESKTOP_KEYS</primary></indexterm><programlisting>#define SEAHORSE_DESKTOP_KEYS           "/desktop/pgp"
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="SEAHORSE-DEFAULT-KEY:CAPS" role="macro">
+<title>SEAHORSE_DEFAULT_KEY</title>
+<indexterm zone="SEAHORSE-DEFAULT-KEY:CAPS"><primary>SEAHORSE_DEFAULT_KEY</primary></indexterm><programlisting>#define SEAHORSE_DEFAULT_KEY            SEAHORSE_DESKTOP_KEYS "/default_key"
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="SEAHORSE-LASTSIGNER-KEY:CAPS" role="macro">
+<title>SEAHORSE_LASTSIGNER_KEY</title>
+<indexterm zone="SEAHORSE-LASTSIGNER-KEY:CAPS"><primary>SEAHORSE_LASTSIGNER_KEY</primary></indexterm><programlisting>#define SEAHORSE_LASTSIGNER_KEY         SEAHORSE_DESKTOP_KEYS "/last_signer"
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="SEAHORSE-ENCRYPTSELF-KEY:CAPS" role="macro">
+<title>SEAHORSE_ENCRYPTSELF_KEY</title>
+<indexterm zone="SEAHORSE-ENCRYPTSELF-KEY:CAPS"><primary>SEAHORSE_ENCRYPTSELF_KEY</primary></indexterm><programlisting>#define SEAHORSE_ENCRYPTSELF_KEY        SEAHORSE_DESKTOP_KEYS "/encrypt_to_self"
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="SEAHORSE-RECIPIENTS-SORT-KEY:CAPS" role="macro">
+<title>SEAHORSE_RECIPIENTS_SORT_KEY</title>
+<indexterm zone="SEAHORSE-RECIPIENTS-SORT-KEY:CAPS"><primary>SEAHORSE_RECIPIENTS_SORT_KEY</primary></indexterm><programlisting>#define SEAHORSE_RECIPIENTS_SORT_KEY    SEAHORSE_DESKTOP_KEYS "/recipients/sort_by"
+</programlisting>
+<para>
+
+</para></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-doc.bottom
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-doc.bottom	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,8 @@
+    <xi:include href="xml/cryptui-keyset.xml"/>
+    <xi:include href="xml/cryptui-key-combo.xml"/>
+    <xi:include href="xml/cryptui-key-list.xml"/>
+    <xi:include href="xml/cryptui-key-chooser.xml"/>
+    <xi:include href="xml/cryptui-key-store.xml"/>
+    <xi:include href="xml/cryptui.xml"/>
+    <xi:include href="xml/cryptui-defines.xml"/>
+    <xi:include href="xml/cryptui-marshal.xml"/>

Added: trunk/reference/libcryptui/xml/cryptui-doc.top
==============================================================================

Added: trunk/reference/libcryptui/xml/cryptui-key-chooser.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-key-chooser.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,279 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="CryptUIKeyChooser">
+<refmeta>
+<refentrytitle role="top_of_page" id="CryptUIKeyChooser.top_of_page">CryptUIKeyChooser</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>CryptUIKeyChooser</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="CryptUIKeyChooser.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+enum                <link linkend="CryptUIKeyChooserMode">CryptUIKeyChooserMode</link>;
+                    <link linkend="CryptUIKeyChooserPriv">CryptUIKeyChooserPriv</link>;
+                    <link linkend="CryptUIKeyChooser-struct">CryptUIKeyChooser</link>;
+<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link>*  <link linkend="cryptui-key-chooser-new">cryptui_key_chooser_new</link>             (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *ckset,
+                                                         <link linkend="CryptUIKeyChooserMode">CryptUIKeyChooserMode</link> mode);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-chooser-get-enforce-prefs">cryptui_key_chooser_get_enforce_prefs</link>
+                                                        (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);
+<link linkend="void">void</link>                <link linkend="cryptui-key-chooser-set-enforce-prefs">cryptui_key_chooser_set_enforce_prefs</link>
+                                                        (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         <link linkend="gboolean">gboolean</link> enforce_prefs);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-chooser-have-recipients">cryptui_key_chooser_have_recipients</link> (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);
+<link linkend="GList">GList</link>*              <link linkend="cryptui-key-chooser-get-recipients">cryptui_key_chooser_get_recipients</link>  (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);
+<link linkend="void">void</link>                <link linkend="cryptui-key-chooser-set-recipients">cryptui_key_chooser_set_recipients</link>  (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         <link linkend="GList">GList</link> *keys);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-chooser-get-signer">cryptui_key_chooser_get_signer</link>      (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);
+<link linkend="void">void</link>                <link linkend="cryptui-key-chooser-set-signer">cryptui_key_chooser_set_signer</link>      (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         const <link linkend="gchar">gchar</link> *key);
+</synopsis>
+</refsynopsisdiv>
+
+<refsect1 id="CryptUIKeyChooser.object-hierarchy" role="object_hierarchy">
+<title role="object_hierarchy.title">Object Hierarchy</title>
+<synopsis>
+  <link linkend="GObject">GObject</link>
+   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
+         +----<link linkend="GtkObject">GtkObject</link>
+               +----<link linkend="GtkWidget">GtkWidget</link>
+                     +----<link linkend="GtkContainer">GtkContainer</link>
+                           +----<link linkend="GtkBox">GtkBox</link>
+                                 +----<link linkend="GtkVBox">GtkVBox</link>
+                                       +----CryptUIKeyChooser
+</synopsis>
+
+</refsect1>
+
+
+
+<refsect1 id="CryptUIKeyChooser.implemented-interfaces" role="impl_interfaces">
+<title role="impl_interfaces.title">Implemented Interfaces</title>
+<para>
+CryptUIKeyChooser implements
+ <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkBuildable">GtkBuildable</link>.</para>
+
+</refsect1>
+
+
+<refsect1 id="CryptUIKeyChooser.properties" role="properties">
+<title role="properties.title">Properties</title>
+<synopsis>
+  &quot;<link linkend="CryptUIKeyChooser--enforce-prefs">enforce-prefs</link>&quot;            <link linkend="gboolean">gboolean</link>              : Read / Write
+  &quot;<link linkend="CryptUIKeyChooser--keyset">keyset</link>&quot;                   <link linkend="CryptUIKeyset">CryptUIKeyset</link>*        : Read / Write / Construct Only
+  &quot;<link linkend="CryptUIKeyChooser--mode">mode</link>&quot;                     <link linkend="guint">guint</link>                 : Read / Write / Construct Only
+</synopsis>
+</refsect1>
+
+<refsect1 id="CryptUIKeyChooser.signals" role="signal_proto">
+<title role="signal_proto.title">Signals</title>
+<synopsis>
+  &quot;<link linkend="CryptUIKeyChooser-changed">changed</link>&quot;                                        : Run First
+</synopsis>
+</refsect1>
+
+
+<refsect1 id="CryptUIKeyChooser.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="CryptUIKeyChooser.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="CryptUIKeyChooserMode" role="enum">
+<title>enum CryptUIKeyChooserMode</title>
+<indexterm zone="CryptUIKeyChooserMode"><primary>CryptUIKeyChooserMode</primary></indexterm><programlisting>typedef enum _CryptUIKeyChooserMode {
+    CRYPTUI_KEY_CHOOSER_RECIPIENTS =    0x0001,
+    CRYPTUI_KEY_CHOOSER_SIGNER =        0x0002,
+    
+    CRYPTUI_KEY_CHOOSER_MUSTSIGN =      0x0010
+} CryptUIKeyChooserMode;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyChooserPriv" role="struct">
+<title>CryptUIKeyChooserPriv</title>
+<indexterm zone="CryptUIKeyChooserPriv"><primary>CryptUIKeyChooserPriv</primary></indexterm><programlisting>typedef struct _CryptUIKeyChooserPriv CryptUIKeyChooserPriv;</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyChooser-struct" role="struct">
+<title>CryptUIKeyChooser</title>
+<indexterm zone="CryptUIKeyChooser-struct"><primary>CryptUIKeyChooser</primary></indexterm><programlisting>typedef struct _CryptUIKeyChooser CryptUIKeyChooser;</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="cryptui-key-chooser-new" role="function">
+<title>cryptui_key_chooser_new ()</title>
+<indexterm zone="cryptui-key-chooser-new"><primary>cryptui_key_chooser_new</primary></indexterm><programlisting><link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link>*  cryptui_key_chooser_new             (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *ckset,
+                                                         <link linkend="CryptUIKeyChooserMode">CryptUIKeyChooserMode</link> mode);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>mode</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-get-enforce-prefs" role="function">
+<title>cryptui_key_chooser_get_enforce_prefs ()</title>
+<indexterm zone="cryptui-key-chooser-get-enforce-prefs"><primary>cryptui_key_chooser_get_enforce_prefs</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_chooser_get_enforce_prefs
+                                                        (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-set-enforce-prefs" role="function">
+<title>cryptui_key_chooser_set_enforce_prefs ()</title>
+<indexterm zone="cryptui-key-chooser-set-enforce-prefs"><primary>cryptui_key_chooser_set_enforce_prefs</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_chooser_set_enforce_prefs
+                                                        (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         <link linkend="gboolean">gboolean</link> enforce_prefs);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>enforce_prefs</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-have-recipients" role="function">
+<title>cryptui_key_chooser_have_recipients ()</title>
+<indexterm zone="cryptui-key-chooser-have-recipients"><primary>cryptui_key_chooser_have_recipients</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_chooser_have_recipients (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-get-recipients" role="function">
+<title>cryptui_key_chooser_get_recipients ()</title>
+<indexterm zone="cryptui-key-chooser-get-recipients"><primary>cryptui_key_chooser_get_recipients</primary></indexterm><programlisting><link linkend="GList">GList</link>*              cryptui_key_chooser_get_recipients  (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-set-recipients" role="function">
+<title>cryptui_key_chooser_set_recipients ()</title>
+<indexterm zone="cryptui-key-chooser-set-recipients"><primary>cryptui_key_chooser_set_recipients</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_chooser_set_recipients  (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         <link linkend="GList">GList</link> *keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-get-signer" role="function">
+<title>cryptui_key_chooser_get_signer ()</title>
+<indexterm zone="cryptui-key-chooser-get-signer"><primary>cryptui_key_chooser_get_signer</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_chooser_get_signer      (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-chooser-set-signer" role="function">
+<title>cryptui_key_chooser_set_signer ()</title>
+<indexterm zone="cryptui-key-chooser-set-signer"><primary>cryptui_key_chooser_set_signer</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_chooser_set_signer      (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *chooser,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>chooser</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+<refsect1 id="CryptUIKeyChooser.property-details" role="property_details">
+<title role="property_details.title">Property Details</title>
+<refsect2 id="CryptUIKeyChooser--enforce-prefs"><title>The <literal>&quot;enforce-prefs&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyChooser--enforce-prefs"><primary>CryptUIKeyChooser:enforce-prefs</primary></indexterm><programlisting>  &quot;enforce-prefs&quot;            <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
+<para>Enforce user preferences.</para><para>Default value: TRUE</para>
+</refsect2>
+<refsect2 id="CryptUIKeyChooser--keyset"><title>The <literal>&quot;keyset&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyChooser--keyset"><primary>CryptUIKeyChooser:keyset</primary></indexterm><programlisting>  &quot;keyset&quot;                   <link linkend="CryptUIKeyset">CryptUIKeyset</link>*        : Read / Write / Construct Only</programlisting>
+<para>Current CryptUI Key Source to use.</para></refsect2>
+<refsect2 id="CryptUIKeyChooser--mode"><title>The <literal>&quot;mode&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyChooser--mode"><primary>CryptUIKeyChooser:mode</primary></indexterm><programlisting>  &quot;mode&quot;                     <link linkend="guint">guint</link>                 : Read / Write / Construct Only</programlisting>
+<para>Display mode for chooser.</para><para>Allowed values: &lt;= 268435455</para>
+<para>Default value: 0</para>
+</refsect2>
+
+</refsect1>
+
+<refsect1 id="CryptUIKeyChooser.signal-details" role="signals">
+<title role="signals.title">Signal Details</title>
+<refsect2 id="CryptUIKeyChooser-changed"><title>The <literal>&quot;changed&quot;</literal> signal</title>
+<indexterm zone="CryptUIKeyChooser-changed"><primary>CryptUIKeyChooser::changed</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link> *cryptuikeychooser,
+                                                        <link linkend="gpointer">gpointer</link>           user_data)              : Run First</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>cryptuikeychooser</parameter>&nbsp;:</term>
+<listitem><simpara>the object which received the signal.
+
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+</refsect1>
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-key-combo.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-key-combo.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,143 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="libcryptui-cryptui-key-combo">
+<refmeta>
+<refentrytitle role="top_of_page" id="libcryptui-cryptui-key-combo.top_of_page">cryptui-key-combo</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>cryptui-key-combo</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="libcryptui-cryptui-key-combo.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+<link linkend="GtkComboBox">GtkComboBox</link>*        <link linkend="cryptui-key-combo-new">cryptui_key_combo_new</link>               (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="void">void</link>                <link linkend="cryptui-key-combo-setup">cryptui_key_combo_setup</link>             (<link linkend="GtkComboBox">GtkComboBox</link> *combo,
+                                                         <link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    <link linkend="cryptui-key-combo-get-key-store">cryptui_key_combo_get_key_store</link>     (<link linkend="GtkComboBox">GtkComboBox</link> *combo);
+<link linkend="CryptUIKeyset">CryptUIKeyset</link>*      <link linkend="cryptui-key-combo-get-keyset">cryptui_key_combo_get_keyset</link>        (<link linkend="GtkComboBox">GtkComboBox</link> *combo);
+<link linkend="void">void</link>                <link linkend="cryptui-key-combo-set-key">cryptui_key_combo_set_key</link>           (<link linkend="GtkComboBox">GtkComboBox</link> *combo,
+                                                         const <link linkend="gchar">gchar</link> *key);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-combo-get-key">cryptui_key_combo_get_key</link>           (<link linkend="GtkComboBox">GtkComboBox</link> *ckcombo);
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+
+
+
+
+<refsect1 id="libcryptui-cryptui-key-combo.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="libcryptui-cryptui-key-combo.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="cryptui-key-combo-new" role="function">
+<title>cryptui_key_combo_new ()</title>
+<indexterm zone="cryptui-key-combo-new"><primary>cryptui_key_combo_new</primary></indexterm><programlisting><link linkend="GtkComboBox">GtkComboBox</link>*        cryptui_key_combo_new               (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-combo-setup" role="function">
+<title>cryptui_key_combo_setup ()</title>
+<indexterm zone="cryptui-key-combo-setup"><primary>cryptui_key_combo_setup</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_combo_setup             (<link linkend="GtkComboBox">GtkComboBox</link> *combo,
+                                                         <link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-combo-get-key-store" role="function">
+<title>cryptui_key_combo_get_key_store ()</title>
+<indexterm zone="cryptui-key-combo-get-key-store"><primary>cryptui_key_combo_get_key_store</primary></indexterm><programlisting><link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    cryptui_key_combo_get_key_store     (<link linkend="GtkComboBox">GtkComboBox</link> *combo);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-combo-get-keyset" role="function">
+<title>cryptui_key_combo_get_keyset ()</title>
+<indexterm zone="cryptui-key-combo-get-keyset"><primary>cryptui_key_combo_get_keyset</primary></indexterm><programlisting><link linkend="CryptUIKeyset">CryptUIKeyset</link>*      cryptui_key_combo_get_keyset        (<link linkend="GtkComboBox">GtkComboBox</link> *combo);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-combo-set-key" role="function">
+<title>cryptui_key_combo_set_key ()</title>
+<indexterm zone="cryptui-key-combo-set-key"><primary>cryptui_key_combo_set_key</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_combo_set_key           (<link linkend="GtkComboBox">GtkComboBox</link> *combo,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-combo-get-key" role="function">
+<title>cryptui_key_combo_get_key ()</title>
+<indexterm zone="cryptui-key-combo-get-key"><primary>cryptui_key_combo_get_key</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_combo_get_key           (<link linkend="GtkComboBox">GtkComboBox</link> *ckcombo);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckcombo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-key-list.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-key-list.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,201 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="libcryptui-cryptui-key-list">
+<refmeta>
+<refentrytitle role="top_of_page" id="libcryptui-cryptui-key-list.top_of_page">cryptui-key-list</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>cryptui-key-list</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="libcryptui-cryptui-key-list.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+<link linkend="GtkTreeView">GtkTreeView</link>*        <link linkend="cryptui-key-list-new">cryptui_key_list_new</link>                (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="guint">guint</link> flags);
+<link linkend="void">void</link>                <link linkend="cryptui-key-list-setup">cryptui_key_list_setup</link>              (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="guint">guint</link> flags);
+<link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    <link linkend="cryptui-key-list-get-key-store">cryptui_key_list_get_key_store</link>      (<link linkend="GtkTreeView">GtkTreeView</link> *combo);
+<link linkend="CryptUIKeyset">CryptUIKeyset</link>*      <link linkend="cryptui-key-list-get-keyset">cryptui_key_list_get_keyset</link>         (<link linkend="GtkTreeView">GtkTreeView</link> *combo);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-list-have-selected-keys">cryptui_key_list_have_selected_keys</link> (<link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="GList">GList</link>*              <link linkend="cryptui-key-list-get-selected-keys">cryptui_key_list_get_selected_keys</link>  (<link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="void">void</link>                <link linkend="cryptui-key-list-set-selected-keys">cryptui_key_list_set_selected_keys</link>  (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GList">GList</link> *keys);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-list-get-selected-key">cryptui_key_list_get_selected_key</link>   (<link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="void">void</link>                <link linkend="cryptui-key-list-set-selected-key">cryptui_key_list_set_selected_key</link>   (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         const <link linkend="gchar">gchar</link> *key);
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+
+
+
+
+<refsect1 id="libcryptui-cryptui-key-list.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="libcryptui-cryptui-key-list.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="cryptui-key-list-new" role="function">
+<title>cryptui_key_list_new ()</title>
+<indexterm zone="cryptui-key-list-new"><primary>cryptui_key_list_new</primary></indexterm><programlisting><link linkend="GtkTreeView">GtkTreeView</link>*        cryptui_key_list_new                (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="guint">guint</link> flags);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>flags</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-setup" role="function">
+<title>cryptui_key_list_setup ()</title>
+<indexterm zone="cryptui-key-list-setup"><primary>cryptui_key_list_setup</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_list_setup              (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="guint">guint</link> flags);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>flags</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-get-key-store" role="function">
+<title>cryptui_key_list_get_key_store ()</title>
+<indexterm zone="cryptui-key-list-get-key-store"><primary>cryptui_key_list_get_key_store</primary></indexterm><programlisting><link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    cryptui_key_list_get_key_store      (<link linkend="GtkTreeView">GtkTreeView</link> *combo);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-get-keyset" role="function">
+<title>cryptui_key_list_get_keyset ()</title>
+<indexterm zone="cryptui-key-list-get-keyset"><primary>cryptui_key_list_get_keyset</primary></indexterm><programlisting><link linkend="CryptUIKeyset">CryptUIKeyset</link>*      cryptui_key_list_get_keyset         (<link linkend="GtkTreeView">GtkTreeView</link> *combo);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>combo</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-have-selected-keys" role="function">
+<title>cryptui_key_list_have_selected_keys ()</title>
+<indexterm zone="cryptui-key-list-have-selected-keys"><primary>cryptui_key_list_have_selected_keys</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_list_have_selected_keys (<link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-get-selected-keys" role="function">
+<title>cryptui_key_list_get_selected_keys ()</title>
+<indexterm zone="cryptui-key-list-get-selected-keys"><primary>cryptui_key_list_get_selected_keys</primary></indexterm><programlisting><link linkend="GList">GList</link>*              cryptui_key_list_get_selected_keys  (<link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-set-selected-keys" role="function">
+<title>cryptui_key_list_set_selected_keys ()</title>
+<indexterm zone="cryptui-key-list-set-selected-keys"><primary>cryptui_key_list_set_selected_keys</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_list_set_selected_keys  (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GList">GList</link> *keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-get-selected-key" role="function">
+<title>cryptui_key_list_get_selected_key ()</title>
+<indexterm zone="cryptui-key-list-get-selected-key"><primary>cryptui_key_list_get_selected_key</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_list_get_selected_key   (<link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-list-set-selected-key" role="function">
+<title>cryptui_key_list_set_selected_key ()</title>
+<indexterm zone="cryptui-key-list-set-selected-key"><primary>cryptui_key_list_set_selected_key</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_list_set_selected_key   (<link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-key-store.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-key-store.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,514 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="CryptUIKeyStore">
+<refmeta>
+<refentrytitle role="top_of_page" id="CryptUIKeyStore.top_of_page">CryptUIKeyStore</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>CryptUIKeyStore</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="CryptUIKeyStore.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+                    <link linkend="CryptUIKeyStorePriv">CryptUIKeyStorePriv</link>;
+                    <link linkend="CryptUIKeyStore-struct">CryptUIKeyStore</link>;
+enum                <link linkend="CryptUIKeyStoreMode">CryptUIKeyStoreMode</link>;
+<link linkend="gboolean">gboolean</link>            (<link linkend="CryptUIKeyStoreFilterFunc">*CryptUIKeyStoreFilterFunc</link>)        (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *ckset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="gpointer">gpointer</link> user_data);
+<link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    <link linkend="cryptui-key-store-new">cryptui_key_store_new</link>               (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         <link linkend="gboolean">gboolean</link> use_checks,
+                                                         const <link linkend="gchar">gchar</link> *none_option);
+<link linkend="CryptUIKeyset">CryptUIKeyset</link>*      <link linkend="cryptui-key-store-get-keyset">cryptui_key_store_get_keyset</link>        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-sortable">cryptui_key_store_set_sortable</link>      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="gboolean">gboolean</link> sortable);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-store-get-sortable">cryptui_key_store_get_sortable</link>      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-check-toggled">cryptui_key_store_check_toggled</link>     (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-store-get-iter-from-key">cryptui_key_store_get_iter_from_key</link> (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-store-get-key-from-iter">cryptui_key_store_get_key_from_iter</link> (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-store-get-key-from-path">cryptui_key_store_get_key_from_path</link> (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path);
+<link linkend="GList">GList</link>*              <link linkend="cryptui-key-store-get-all-keys">cryptui_key_store_get_all_keys</link>      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="guint">guint</link>               <link linkend="cryptui-key-store-get-count">cryptui_key_store_get_count</link>         (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-key-store-have-selected-keys">cryptui_key_store_have_selected_keys</link>
+                                                        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="GList">GList</link>*              <link linkend="cryptui-key-store-get-selected-keys">cryptui_key_store_get_selected_keys</link> (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-selected-keys">cryptui_key_store_set_selected_keys</link> (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GList">GList</link> *keys);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-key-store-get-selected-key">cryptui_key_store_get_selected_key</link>  (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-selected-key">cryptui_key_store_set_selected_key</link>  (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-search-mode">cryptui_key_store_set_search_mode</link>   (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="CryptUIKeyStoreMode">CryptUIKeyStoreMode</link> mode);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-search-text">cryptui_key_store_set_search_text</link>   (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         const <link linkend="gchar">gchar</link> *search_text);
+<link linkend="void">void</link>                <link linkend="cryptui-key-store-set-filter">cryptui_key_store_set_filter</link>        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="CryptUIKeyStoreFilterFunc">CryptUIKeyStoreFilterFunc</link> func,
+                                                         <link linkend="gpointer">gpointer</link> user_data);
+</synopsis>
+</refsynopsisdiv>
+
+<refsect1 id="CryptUIKeyStore.object-hierarchy" role="object_hierarchy">
+<title role="object_hierarchy.title">Object Hierarchy</title>
+<synopsis>
+  <link linkend="GObject">GObject</link>
+   +----<link linkend="GtkTreeModelSort">GtkTreeModelSort</link>
+         +----CryptUIKeyStore
+</synopsis>
+
+</refsect1>
+
+
+
+<refsect1 id="CryptUIKeyStore.implemented-interfaces" role="impl_interfaces">
+<title role="impl_interfaces.title">Implemented Interfaces</title>
+<para>
+CryptUIKeyStore implements
+ <link linkend="GtkTreeModel">GtkTreeModel</link>,  <link linkend="GtkTreeSortable">GtkTreeSortable</link> and  <link linkend="GtkTreeDragSource">GtkTreeDragSource</link>.</para>
+
+</refsect1>
+
+
+<refsect1 id="CryptUIKeyStore.properties" role="properties">
+<title role="properties.title">Properties</title>
+<synopsis>
+  &quot;<link linkend="CryptUIKeyStore--keyset">keyset</link>&quot;                   <link linkend="CryptUIKeyset">CryptUIKeyset</link>*        : Read / Write / Construct Only
+  &quot;<link linkend="CryptUIKeyStore--mode">mode</link>&quot;                     <link linkend="guint">guint</link>                 : Read / Write
+  &quot;<link linkend="CryptUIKeyStore--none-option">none-option</link>&quot;              <link linkend="gchar">gchar</link>*                : Read / Write
+  &quot;<link linkend="CryptUIKeyStore--search">search</link>&quot;                   <link linkend="gchar">gchar</link>*                : Read / Write
+  &quot;<link linkend="CryptUIKeyStore--sortable">sortable</link>&quot;                 <link linkend="gboolean">gboolean</link>              : Read / Write
+  &quot;<link linkend="CryptUIKeyStore--use-checks">use-checks</link>&quot;               <link linkend="gboolean">gboolean</link>              : Read / Write
+</synopsis>
+</refsect1>
+
+
+
+<refsect1 id="CryptUIKeyStore.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="CryptUIKeyStore.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="CryptUIKeyStorePriv" role="struct">
+<title>CryptUIKeyStorePriv</title>
+<indexterm zone="CryptUIKeyStorePriv"><primary>CryptUIKeyStorePriv</primary></indexterm><programlisting>typedef struct _CryptUIKeyStorePriv CryptUIKeyStorePriv;</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyStore-struct" role="struct">
+<title>CryptUIKeyStore</title>
+<indexterm zone="CryptUIKeyStore-struct"><primary>CryptUIKeyStore</primary></indexterm><programlisting>typedef struct {
+    CryptUIKeyset          *ckset;
+} CryptUIKeyStore;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyStoreMode" role="enum">
+<title>enum CryptUIKeyStoreMode</title>
+<indexterm zone="CryptUIKeyStoreMode"><primary>CryptUIKeyStoreMode</primary></indexterm><programlisting>typedef enum _CryptUIKeyStoreMode {
+    CRYPTUI_KEY_STORE_MODE_ALL,
+    CRYPTUI_KEY_STORE_MODE_SELECTED,
+    CRYPTUI_KEY_STORE_MODE_RESULTS
+} CryptUIKeyStoreMode;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyStoreFilterFunc" role="function">
+<title>CryptUIKeyStoreFilterFunc ()</title>
+<indexterm zone="CryptUIKeyStoreFilterFunc"><primary>CryptUIKeyStoreFilterFunc</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            (*CryptUIKeyStoreFilterFunc)        (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *ckset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="gpointer">gpointer</link> user_data);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-new" role="function">
+<title>cryptui_key_store_new ()</title>
+<indexterm zone="cryptui-key-store-new"><primary>cryptui_key_store_new</primary></indexterm><programlisting><link linkend="CryptUIKeyStore">CryptUIKeyStore</link>*    cryptui_key_store_new               (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         <link linkend="gboolean">gboolean</link> use_checks,
+                                                         const <link linkend="gchar">gchar</link> *none_option);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>use_checks</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>none_option</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-keyset" role="function">
+<title>cryptui_key_store_get_keyset ()</title>
+<indexterm zone="cryptui-key-store-get-keyset"><primary>cryptui_key_store_get_keyset</primary></indexterm><programlisting><link linkend="CryptUIKeyset">CryptUIKeyset</link>*      cryptui_key_store_get_keyset        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-sortable" role="function">
+<title>cryptui_key_store_set_sortable ()</title>
+<indexterm zone="cryptui-key-store-set-sortable"><primary>cryptui_key_store_set_sortable</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_sortable      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="gboolean">gboolean</link> sortable);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>sortable</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-sortable" role="function">
+<title>cryptui_key_store_get_sortable ()</title>
+<indexterm zone="cryptui-key-store-get-sortable"><primary>cryptui_key_store_get_sortable</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_store_get_sortable      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-check-toggled" role="function">
+<title>cryptui_key_store_check_toggled ()</title>
+<indexterm zone="cryptui-key-store-check-toggled"><primary>cryptui_key_store_check_toggled</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_check_toggled     (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>iter</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-iter-from-key" role="function">
+<title>cryptui_key_store_get_iter_from_key ()</title>
+<indexterm zone="cryptui-key-store-get-iter-from-key"><primary>cryptui_key_store_get_iter_from_key</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_store_get_iter_from_key (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>iter</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-key-from-iter" role="function">
+<title>cryptui_key_store_get_key_from_iter ()</title>
+<indexterm zone="cryptui-key-store-get-key-from-iter"><primary>cryptui_key_store_get_key_from_iter</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_store_get_key_from_iter (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeIter">GtkTreeIter</link> *iter);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>iter</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-key-from-path" role="function">
+<title>cryptui_key_store_get_key_from_path ()</title>
+<indexterm zone="cryptui-key-store-get-key-from-path"><primary>cryptui_key_store_get_key_from_path</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_store_get_key_from_path (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>path</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-all-keys" role="function">
+<title>cryptui_key_store_get_all_keys ()</title>
+<indexterm zone="cryptui-key-store-get-all-keys"><primary>cryptui_key_store_get_all_keys</primary></indexterm><programlisting><link linkend="GList">GList</link>*              cryptui_key_store_get_all_keys      (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-count" role="function">
+<title>cryptui_key_store_get_count ()</title>
+<indexterm zone="cryptui-key-store-get-count"><primary>cryptui_key_store_get_count</primary></indexterm><programlisting><link linkend="guint">guint</link>               cryptui_key_store_get_count         (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-have-selected-keys" role="function">
+<title>cryptui_key_store_have_selected_keys ()</title>
+<indexterm zone="cryptui-key-store-have-selected-keys"><primary>cryptui_key_store_have_selected_keys</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_key_store_have_selected_keys
+                                                        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-selected-keys" role="function">
+<title>cryptui_key_store_get_selected_keys ()</title>
+<indexterm zone="cryptui-key-store-get-selected-keys"><primary>cryptui_key_store_get_selected_keys</primary></indexterm><programlisting><link linkend="GList">GList</link>*              cryptui_key_store_get_selected_keys (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-selected-keys" role="function">
+<title>cryptui_key_store_set_selected_keys ()</title>
+<indexterm zone="cryptui-key-store-set-selected-keys"><primary>cryptui_key_store_set_selected_keys</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_selected_keys (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         <link linkend="GList">GList</link> *keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-get-selected-key" role="function">
+<title>cryptui_key_store_get_selected_key ()</title>
+<indexterm zone="cryptui-key-store-get-selected-key"><primary>cryptui_key_store_get_selected_key</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_key_store_get_selected_key  (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-selected-key" role="function">
+<title>cryptui_key_store_set_selected_key ()</title>
+<indexterm zone="cryptui-key-store-set-selected-key"><primary>cryptui_key_store_set_selected_key</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_selected_key  (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="GtkTreeView">GtkTreeView</link> *view,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>view</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-search-mode" role="function">
+<title>cryptui_key_store_set_search_mode ()</title>
+<indexterm zone="cryptui-key-store-set-search-mode"><primary>cryptui_key_store_set_search_mode</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_search_mode   (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="CryptUIKeyStoreMode">CryptUIKeyStoreMode</link> mode);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>mode</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-search-text" role="function">
+<title>cryptui_key_store_set_search_text ()</title>
+<indexterm zone="cryptui-key-store-set-search-text"><primary>cryptui_key_store_set_search_text</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_search_text   (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         const <link linkend="gchar">gchar</link> *search_text);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>search_text</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-store-set-filter" role="function">
+<title>cryptui_key_store_set_filter ()</title>
+<indexterm zone="cryptui-key-store-set-filter"><primary>cryptui_key_store_set_filter</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_key_store_set_filter        (<link linkend="CryptUIKeyStore">CryptUIKeyStore</link> *ckstore,
+                                                         <link linkend="CryptUIKeyStoreFilterFunc">CryptUIKeyStoreFilterFunc</link> func,
+                                                         <link linkend="gpointer">gpointer</link> user_data);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>ckstore</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>func</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+<refsect1 id="CryptUIKeyStore.property-details" role="property_details">
+<title role="property_details.title">Property Details</title>
+<refsect2 id="CryptUIKeyStore--keyset"><title>The <literal>&quot;keyset&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--keyset"><primary>CryptUIKeyStore:keyset</primary></indexterm><programlisting>  &quot;keyset&quot;                   <link linkend="CryptUIKeyset">CryptUIKeyset</link>*        : Read / Write / Construct Only</programlisting>
+<para>Current CryptUI Key Source to use.</para></refsect2>
+<refsect2 id="CryptUIKeyStore--mode"><title>The <literal>&quot;mode&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--mode"><primary>CryptUIKeyStore:mode</primary></indexterm><programlisting>  &quot;mode&quot;                     <link linkend="guint">guint</link>                 : Read / Write</programlisting>
+<para>Key store mode controls which keys to display.</para><para>Allowed values: &lt;= 2</para>
+<para>Default value: 0</para>
+</refsect2>
+<refsect2 id="CryptUIKeyStore--none-option"><title>The <literal>&quot;none-option&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--none-option"><primary>CryptUIKeyStore:none-option</primary></indexterm><programlisting>  &quot;none-option&quot;              <link linkend="gchar">gchar</link>*                : Read / Write</programlisting>
+<para>Text for row that denotes 'No Selection'.</para><para>Default value: ""</para>
+</refsect2>
+<refsect2 id="CryptUIKeyStore--search"><title>The <literal>&quot;search&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--search"><primary>CryptUIKeyStore:search</primary></indexterm><programlisting>  &quot;search&quot;                   <link linkend="gchar">gchar</link>*                : Read / Write</programlisting>
+<para>Key store search text for when in results mode.</para><para>Default value: ""</para>
+</refsect2>
+<refsect2 id="CryptUIKeyStore--sortable"><title>The <literal>&quot;sortable&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--sortable"><primary>CryptUIKeyStore:sortable</primary></indexterm><programlisting>  &quot;sortable&quot;                 <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
+<para>Allow user to sort columns.</para><para>Default value: FALSE</para>
+</refsect2>
+<refsect2 id="CryptUIKeyStore--use-checks"><title>The <literal>&quot;use-checks&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyStore--use-checks"><primary>CryptUIKeyStore:use-checks</primary></indexterm><programlisting>  &quot;use-checks&quot;               <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
+<para>Use check box column to denote selection.</para><para>Default value: FALSE</para>
+</refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-keyset.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-keyset.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,498 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="CryptUIKeyset">
+<refmeta>
+<refentrytitle role="top_of_page" id="CryptUIKeyset.top_of_page">CryptUIKeyset</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>CryptUIKeyset</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="CryptUIKeyset.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+                    <link linkend="CryptUIKeysetPrivate">CryptUIKeysetPrivate</link>;
+                    <link linkend="CryptUIKeyset-struct">CryptUIKeyset</link>;
+<link linkend="CryptUIKeyset">CryptUIKeyset</link>*      <link linkend="cryptui-keyset-new">cryptui_keyset_new</link>                  (const <link linkend="gchar">gchar</link> *keytype,
+                                                         <link linkend="gboolean">gboolean</link> expand_keys);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-keyset-has-key">cryptui_keyset_has_key</link>              (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+const <link linkend="gchar">gchar</link>*        <link linkend="cryptui-keyset-get-keytype">cryptui_keyset_get_keytype</link>          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);
+<link linkend="GList">GList</link>*              <link linkend="cryptui-keyset-get-keys">cryptui_keyset_get_keys</link>             (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);
+<link linkend="guint">guint</link>               <link linkend="cryptui-keyset-get-count">cryptui_keyset_get_count</link>            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);
+<link linkend="void">void</link>                <link linkend="cryptui-keyset-refresh">cryptui_keyset_refresh</link>              (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);
+<link linkend="gpointer">gpointer</link>            <link linkend="cryptui-keyset-get-closure">cryptui_keyset_get_closure</link>          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="void">void</link>                <link linkend="cryptui-keyset-set-closure">cryptui_keyset_set_closure</link>          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="gpointer">gpointer</link> closure);
+<link linkend="gboolean">gboolean</link>            <link linkend="cryptui-keyset-get-expand-keys">cryptui_keyset_get_expand_keys</link>      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);
+<link linkend="void">void</link>                <link linkend="cryptui-keyset-set-expand-keys">cryptui_keyset_set_expand_keys</link>      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         <link linkend="gboolean">gboolean</link> expand_keys);
+<link linkend="void">void</link>                <link linkend="cryptui-keyset-cache-key">cryptui_keyset_cache_key</link>            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-keyset-key-get-string">cryptui_keyset_key_get_string</link>       (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         const <link linkend="gchar">gchar</link> *prop);
+<link linkend="guint">guint</link>               <link linkend="cryptui-keyset-key-get-uint">cryptui_keyset_key_get_uint</link>         (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         const <link linkend="gchar">gchar</link> *prop);
+<link linkend="guint">guint</link>               <link linkend="cryptui-keyset-key-flags">cryptui_keyset_key_flags</link>            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-keyset-key-display-name">cryptui_keyset_key_display_name</link>     (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-keyset-key-display-id">cryptui_keyset_key_display_id</link>       (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-keyset-key-raw-keyid">cryptui_keyset_key_raw_keyid</link>        (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);
+<link linkend="gchar">gchar</link>**             <link linkend="cryptui-keyset-keys-raw-keyids">cryptui_keyset_keys_raw_keyids</link>      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> **keys);
+</synopsis>
+</refsynopsisdiv>
+
+<refsect1 id="CryptUIKeyset.object-hierarchy" role="object_hierarchy">
+<title role="object_hierarchy.title">Object Hierarchy</title>
+<synopsis>
+  <link linkend="GObject">GObject</link>
+   +----CryptUIKeyset
+</synopsis>
+
+</refsect1>
+
+
+
+
+
+<refsect1 id="CryptUIKeyset.properties" role="properties">
+<title role="properties.title">Properties</title>
+<synopsis>
+  &quot;<link linkend="CryptUIKeyset--expand-keys">expand-keys</link>&quot;              <link linkend="gboolean">gboolean</link>              : Read / Write
+  &quot;<link linkend="CryptUIKeyset--keytype">keytype</link>&quot;                  <link linkend="gchar">gchar</link>*                : Read / Write / Construct Only
+</synopsis>
+</refsect1>
+
+<refsect1 id="CryptUIKeyset.signals" role="signal_proto">
+<title role="signal_proto.title">Signals</title>
+<synopsis>
+  &quot;<link linkend="CryptUIKeyset-added">added</link>&quot;                                          : Run First
+  &quot;<link linkend="CryptUIKeyset-changed">changed</link>&quot;                                        : Run First
+  &quot;<link linkend="CryptUIKeyset-removed">removed</link>&quot;                                        : Run First
+</synopsis>
+</refsect1>
+
+
+<refsect1 id="CryptUIKeyset.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="CryptUIKeyset.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="CryptUIKeysetPrivate" role="struct">
+<title>CryptUIKeysetPrivate</title>
+<indexterm zone="CryptUIKeysetPrivate"><primary>CryptUIKeysetPrivate</primary></indexterm><programlisting>typedef struct _CryptUIKeysetPrivate CryptUIKeysetPrivate;</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyset-struct" role="struct">
+<title>CryptUIKeyset</title>
+<indexterm zone="CryptUIKeyset-struct"><primary>CryptUIKeyset</primary></indexterm><programlisting>typedef struct _CryptUIKeyset CryptUIKeyset;</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="cryptui-keyset-new" role="function">
+<title>cryptui_keyset_new ()</title>
+<indexterm zone="cryptui-keyset-new"><primary>cryptui_keyset_new</primary></indexterm><programlisting><link linkend="CryptUIKeyset">CryptUIKeyset</link>*      cryptui_keyset_new                  (const <link linkend="gchar">gchar</link> *keytype,
+                                                         <link linkend="gboolean">gboolean</link> expand_keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keytype</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>expand_keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-has-key" role="function">
+<title>cryptui_keyset_has_key ()</title>
+<indexterm zone="cryptui-keyset-has-key"><primary>cryptui_keyset_has_key</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_keyset_has_key              (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-get-keytype" role="function">
+<title>cryptui_keyset_get_keytype ()</title>
+<indexterm zone="cryptui-keyset-get-keytype"><primary>cryptui_keyset_get_keytype</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link>*        cryptui_keyset_get_keytype          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-get-keys" role="function">
+<title>cryptui_keyset_get_keys ()</title>
+<indexterm zone="cryptui-keyset-get-keys"><primary>cryptui_keyset_get_keys</primary></indexterm><programlisting><link linkend="GList">GList</link>*              cryptui_keyset_get_keys             (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-get-count" role="function">
+<title>cryptui_keyset_get_count ()</title>
+<indexterm zone="cryptui-keyset-get-count"><primary>cryptui_keyset_get_count</primary></indexterm><programlisting><link linkend="guint">guint</link>               cryptui_keyset_get_count            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-refresh" role="function">
+<title>cryptui_keyset_refresh ()</title>
+<indexterm zone="cryptui-keyset-refresh"><primary>cryptui_keyset_refresh</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_keyset_refresh              (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-get-closure" role="function">
+<title>cryptui_keyset_get_closure ()</title>
+<indexterm zone="cryptui-keyset-get-closure"><primary>cryptui_keyset_get_closure</primary></indexterm><programlisting><link linkend="gpointer">gpointer</link>            cryptui_keyset_get_closure          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-set-closure" role="function">
+<title>cryptui_keyset_set_closure ()</title>
+<indexterm zone="cryptui-keyset-set-closure"><primary>cryptui_keyset_set_closure</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_keyset_set_closure          (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         <link linkend="gpointer">gpointer</link> closure);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>closure</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-get-expand-keys" role="function">
+<title>cryptui_keyset_get_expand_keys ()</title>
+<indexterm zone="cryptui-keyset-get-expand-keys"><primary>cryptui_keyset_get_expand_keys</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            cryptui_keyset_get_expand_keys      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-set-expand-keys" role="function">
+<title>cryptui_keyset_set_expand_keys ()</title>
+<indexterm zone="cryptui-keyset-set-expand-keys"><primary>cryptui_keyset_set_expand_keys</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_keyset_set_expand_keys      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         <link linkend="gboolean">gboolean</link> expand_keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>expand_keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-cache-key" role="function">
+<title>cryptui_keyset_cache_key ()</title>
+<indexterm zone="cryptui-keyset-cache-key"><primary>cryptui_keyset_cache_key</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_keyset_cache_key            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-get-string" role="function">
+<title>cryptui_keyset_key_get_string ()</title>
+<indexterm zone="cryptui-keyset-key-get-string"><primary>cryptui_keyset_key_get_string</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_keyset_key_get_string       (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         const <link linkend="gchar">gchar</link> *prop);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>prop</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-get-uint" role="function">
+<title>cryptui_keyset_key_get_uint ()</title>
+<indexterm zone="cryptui-keyset-key-get-uint"><primary>cryptui_keyset_key_get_uint</primary></indexterm><programlisting><link linkend="guint">guint</link>               cryptui_keyset_key_get_uint         (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key,
+                                                         const <link linkend="gchar">gchar</link> *prop);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>prop</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-flags" role="function">
+<title>cryptui_keyset_key_flags ()</title>
+<indexterm zone="cryptui-keyset-key-flags"><primary>cryptui_keyset_key_flags</primary></indexterm><programlisting><link linkend="guint">guint</link>               cryptui_keyset_key_flags            (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-display-name" role="function">
+<title>cryptui_keyset_key_display_name ()</title>
+<indexterm zone="cryptui-keyset-key-display-name"><primary>cryptui_keyset_key_display_name</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_keyset_key_display_name     (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-display-id" role="function">
+<title>cryptui_keyset_key_display_id ()</title>
+<indexterm zone="cryptui-keyset-key-display-id"><primary>cryptui_keyset_key_display_id</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_keyset_key_display_id       (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-key-raw-keyid" role="function">
+<title>cryptui_keyset_key_raw_keyid ()</title>
+<indexterm zone="cryptui-keyset-key-raw-keyid"><primary>cryptui_keyset_key_raw_keyid</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_keyset_key_raw_keyid        (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-keyset-keys-raw-keyids" role="function">
+<title>cryptui_keyset_keys_raw_keyids ()</title>
+<indexterm zone="cryptui-keyset-keys-raw-keyids"><primary>cryptui_keyset_keys_raw_keyids</primary></indexterm><programlisting><link linkend="gchar">gchar</link>**             cryptui_keyset_keys_raw_keyids      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> **keys);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>keys</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+<refsect1 id="CryptUIKeyset.property-details" role="property_details">
+<title role="property_details.title">Property Details</title>
+<refsect2 id="CryptUIKeyset--expand-keys"><title>The <literal>&quot;expand-keys&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyset--expand-keys"><primary>CryptUIKeyset:expand-keys</primary></indexterm><programlisting>  &quot;expand-keys&quot;              <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
+<para>Expand all names in keys.</para><para>Default value: TRUE</para>
+</refsect2>
+<refsect2 id="CryptUIKeyset--keytype"><title>The <literal>&quot;keytype&quot;</literal> property</title>
+<indexterm zone="CryptUIKeyset--keytype"><primary>CryptUIKeyset:keytype</primary></indexterm><programlisting>  &quot;keytype&quot;                  <link linkend="gchar">gchar</link>*                : Read / Write / Construct Only</programlisting>
+<para>Type of keys to be listed.</para><para>Default value: NULL</para>
+</refsect2>
+
+</refsect1>
+
+<refsect1 id="CryptUIKeyset.signal-details" role="signals">
+<title role="signals.title">Signal Details</title>
+<refsect2 id="CryptUIKeyset-added"><title>The <literal>&quot;added&quot;</literal> signal</title>
+<indexterm zone="CryptUIKeyset-added"><primary>CryptUIKeyset::added</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *cryptuikeyset,
+                                                        <link linkend="gchar">gchar</link>         *arg1,
+                                                        <link linkend="gpointer">gpointer</link>       user_data)          : Run First</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>cryptuikeyset</parameter>&nbsp;:</term>
+<listitem><simpara>the object which received the signal.
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
+</variablelist></refsect2><refsect2 id="CryptUIKeyset-changed"><title>The <literal>&quot;changed&quot;</literal> signal</title>
+<indexterm zone="CryptUIKeyset-changed"><primary>CryptUIKeyset::changed</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *cryptuikeyset,
+                                                        <link linkend="gchar">gchar</link>         *arg1,
+                                                        <link linkend="gpointer">gpointer</link>       arg2,
+                                                        <link linkend="gpointer">gpointer</link>       user_data)          : Run First</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>cryptuikeyset</parameter>&nbsp;:</term>
+<listitem><simpara>the object which received the signal.
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>arg2</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
+</variablelist></refsect2><refsect2 id="CryptUIKeyset-removed"><title>The <literal>&quot;removed&quot;</literal> signal</title>
+<indexterm zone="CryptUIKeyset-removed"><primary>CryptUIKeyset::removed</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *cryptuikeyset,
+                                                        <link linkend="gchar">gchar</link>         *arg1,
+                                                        <link linkend="gpointer">gpointer</link>       arg2,
+                                                        <link linkend="gpointer">gpointer</link>       user_data)          : Run First</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>cryptuikeyset</parameter>&nbsp;:</term>
+<listitem><simpara>the object which received the signal.
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>arg1</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>arg2</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
+<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+</refsect1>
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui-marshal.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui-marshal.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="libcryptui-cryptui-marshal">
+<refmeta>
+<refentrytitle role="top_of_page" id="libcryptui-cryptui-marshal.top_of_page">cryptui-marshal</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>cryptui-marshal</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="libcryptui-cryptui-marshal.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+<link linkend="void">void</link>                <link linkend="cryptui-marshal-VOID--STRING-POINTER">cryptui_marshal_VOID__STRING_POINTER</link>
+                                                        (<link linkend="GClosure">GClosure</link> *closure,
+                                                         <link linkend="GValue">GValue</link> *return_value,
+                                                         <link linkend="guint">guint</link> n_param_values,
+                                                         const <link linkend="GValue">GValue</link> *param_values,
+                                                         <link linkend="gpointer">gpointer</link> invocation_hint,
+                                                         <link linkend="gpointer">gpointer</link> marshal_data);
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+
+
+
+
+<refsect1 id="libcryptui-cryptui-marshal.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="libcryptui-cryptui-marshal.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="cryptui-marshal-VOID--STRING-POINTER" role="function">
+<title>cryptui_marshal_VOID__STRING_POINTER ()</title>
+<indexterm zone="cryptui-marshal-VOID--STRING-POINTER"><primary>cryptui_marshal_VOID__STRING_POINTER</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_marshal_VOID__STRING_POINTER
+                                                        (<link linkend="GClosure">GClosure</link> *closure,
+                                                         <link linkend="GValue">GValue</link> *return_value,
+                                                         <link linkend="guint">guint</link> n_param_values,
+                                                         const <link linkend="GValue">GValue</link> *param_values,
+                                                         <link linkend="gpointer">gpointer</link> invocation_hint,
+                                                         <link linkend="gpointer">gpointer</link> marshal_data);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>closure</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>return_value</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>n_param_values</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>param_values</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>invocation_hint</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>marshal_data</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/cryptui.xml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/cryptui.xml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,226 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<refentry id="libcryptui-cryptui">
+<refmeta>
+<refentrytitle role="top_of_page" id="libcryptui-cryptui.top_of_page">cryptui</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>LIBCRYPTUI Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>cryptui</refname>
+<refpurpose></refpurpose>
+<!--[<xref linkend="desc" endterm="desc.title"/>]-->
+</refnamediv>
+
+<refsynopsisdiv id="libcryptui-cryptui.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+enum                <link linkend="CryptUIEncType">CryptUIEncType</link>;
+enum                <link linkend="CryptUIKeyFlags">CryptUIKeyFlags</link>;
+enum                <link linkend="CryptUILocation">CryptUILocation</link>;
+enum                <link linkend="CryptUIValidity">CryptUIValidity</link>;
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-key-get-base">cryptui_key_get_base</link>                (const <link linkend="gchar">gchar</link> *key);
+<link linkend="CryptUIEncType">CryptUIEncType</link>      <link linkend="cryptui-key-get-enctype">cryptui_key_get_enctype</link>             (const <link linkend="gchar">gchar</link> *key);
+<link linkend="void">void</link>                <link linkend="cryptui-display-notification">cryptui_display_notification</link>        (const <link linkend="gchar">gchar</link> *title,
+                                                         const <link linkend="gchar">gchar</link> *body,
+                                                         const <link linkend="gchar">gchar</link> *icon,
+                                                         <link linkend="gboolean">gboolean</link> urgent);
+<link linkend="gchar">gchar</link>**             <link linkend="cryptui-prompt-recipients">cryptui_prompt_recipients</link>           (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *title,
+                                                         <link linkend="gchar">gchar</link> **signer);
+<link linkend="gchar">gchar</link>*              <link linkend="cryptui-prompt-signer">cryptui_prompt_signer</link>               (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *title);
+<link linkend="void">void</link>                <link linkend="cryptui-need-to-get-keys">cryptui_need_to_get_keys</link>            ();
+</synopsis>
+</refsynopsisdiv>
+
+
+
+
+
+
+
+
+
+<refsect1 id="libcryptui-cryptui.description" role="desc">
+<title role="desc.title">Description</title>
+<para>
+
+</para>
+</refsect1>
+
+<refsect1 id="libcryptui-cryptui.details" role="details">
+<title role="details.title">Details</title>
+<refsect2 id="CryptUIEncType" role="enum">
+<title>enum CryptUIEncType</title>
+<indexterm zone="CryptUIEncType"><primary>CryptUIEncType</primary></indexterm><programlisting>typedef enum {
+    CRYPTUI_ENCTYPE_NONE =       0,
+    CRYPTUI_ENCTYPE_SYMMETRIC =  1,
+    CRYPTUI_ENCTYPE_PUBLIC =     2,
+    CRYPTUI_ENCTYPE_PRIVATE =    3,
+    
+    /* Used internally */
+    _CRYPTUI_ENCTYPE_MAXVALUE
+} CryptUIEncType;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIKeyFlags" role="enum">
+<title>enum CryptUIKeyFlags</title>
+<indexterm zone="CryptUIKeyFlags"><primary>CryptUIKeyFlags</primary></indexterm><programlisting>typedef enum {
+    CRYPTUI_FLAG_IS_VALID =    0x00000001,
+    CRYPTUI_FLAG_CAN_ENCRYPT = 0x00000002,
+    CRYPTUI_FLAG_CAN_SIGN =    0x00000004,
+    CRYPTUI_FLAG_EXPIRED =     0x00000100,
+    CRYPTUI_FLAG_REVOKED =     0x00000200,
+    CRYPTUI_FLAG_DISABLED =    0x00000400,
+    CRYPTUI_FLAG_TRUSTED =     0x00001000,
+    CRYPTUI_FLAG_EXPORTABLE =  0x00100000
+} CryptUIKeyFlags;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUILocation" role="enum">
+<title>enum CryptUILocation</title>
+<indexterm zone="CryptUILocation"><primary>CryptUILocation</primary></indexterm><programlisting>typedef enum {
+    CRYPTUI_LOC_INVALID =        0,    /* An invalid key */
+    CRYPTUI_LOC_MISSING =       10,    /* A key we don't know anything about */
+    CRYPTUI_LOC_SEARCHING =     20,    /* A key we're searching for but haven't found yet */
+    CRYPTUI_LOC_REMOTE =        50,    /* A key that we've found is present remotely */
+    CRYPTUI_LOC_LOCAL =        100,    /* A key on the local machine */
+} CryptUILocation;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="CryptUIValidity" role="enum">
+<title>enum CryptUIValidity</title>
+<indexterm zone="CryptUIValidity"><primary>CryptUIValidity</primary></indexterm><programlisting>typedef enum {
+    CRYPTUI_VALIDITY_REVOKED =   -3,
+    CRYPTUI_VALIDITY_DISABLED =  -2,
+    CRYPTUI_VALIDITY_NEVER =     -1,
+    CRYPTUI_VALIDITY_UNKNOWN =    0,
+    CRYPTUI_VALIDITY_MARGINAL =   1,
+    CRYPTUI_VALIDITY_FULL =       5,
+    CRYPTUI_VALIDITY_ULTIMATE =  10
+} CryptUIValidity;
+</programlisting>
+<para>
+
+</para></refsect2>
+<refsect2 id="cryptui-key-get-base" role="function">
+<title>cryptui_key_get_base ()</title>
+<indexterm zone="cryptui-key-get-base"><primary>cryptui_key_get_base</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_key_get_base                (const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-key-get-enctype" role="function">
+<title>cryptui_key_get_enctype ()</title>
+<indexterm zone="cryptui-key-get-enctype"><primary>cryptui_key_get_enctype</primary></indexterm><programlisting><link linkend="CryptUIEncType">CryptUIEncType</link>      cryptui_key_get_enctype             (const <link linkend="gchar">gchar</link> *key);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>key</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-display-notification" role="function">
+<title>cryptui_display_notification ()</title>
+<indexterm zone="cryptui-display-notification"><primary>cryptui_display_notification</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_display_notification        (const <link linkend="gchar">gchar</link> *title,
+                                                         const <link linkend="gchar">gchar</link> *body,
+                                                         const <link linkend="gchar">gchar</link> *icon,
+                                                         <link linkend="gboolean">gboolean</link> urgent);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>title</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>body</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>icon</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>urgent</parameter>&nbsp;:</term>
+<listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-prompt-recipients" role="function">
+<title>cryptui_prompt_recipients ()</title>
+<indexterm zone="cryptui-prompt-recipients"><primary>cryptui_prompt_recipients</primary></indexterm><programlisting><link linkend="gchar">gchar</link>**             cryptui_prompt_recipients           (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *title,
+                                                         <link linkend="gchar">gchar</link> **signer);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>title</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>signer</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-prompt-signer" role="function">
+<title>cryptui_prompt_signer ()</title>
+<indexterm zone="cryptui-prompt-signer"><primary>cryptui_prompt_signer</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              cryptui_prompt_signer               (<link linkend="CryptUIKeyset">CryptUIKeyset</link> *keyset,
+                                                         const <link linkend="gchar">gchar</link> *title);</programlisting>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><parameter>keyset</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><parameter>title</parameter>&nbsp;:</term>
+<listitem><simpara>
+</simpara></listitem></varlistentry>
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
+
+
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+<refsect2 id="cryptui-need-to-get-keys" role="function">
+<title>cryptui_need_to_get_keys ()</title>
+<indexterm zone="cryptui-need-to-get-keys"><primary>cryptui_need_to_get_keys</primary></indexterm><programlisting><link linkend="void">void</link>                cryptui_need_to_get_keys            ();</programlisting>
+<para>
+This function is called when seahorse needs to be launched to generate a
+key or keys or import a key or keys to perform the requested operation.</para>
+<para>
+
+</para><variablelist role="params">
+<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> void
+</simpara></listitem></varlistentry>
+</variablelist></refsect2>
+
+</refsect1>
+
+
+
+
+</refentry>

Added: trunk/reference/libcryptui/xml/libcryptui-doc.bottom
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/libcryptui-doc.bottom	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,8 @@
+    <xi:include href="xml/cryptui-keyset.xml"/>
+    <xi:include href="xml/cryptui-key-combo.xml"/>
+    <xi:include href="xml/cryptui-key-list.xml"/>
+    <xi:include href="xml/cryptui-key-chooser.xml"/>
+    <xi:include href="xml/cryptui-key-store.xml"/>
+    <xi:include href="xml/cryptui.xml"/>
+    <xi:include href="xml/cryptui-defines.xml"/>
+    <xi:include href="xml/cryptui-marshal.xml"/>

Added: trunk/reference/libcryptui/xml/libcryptui-doc.top
==============================================================================

Added: trunk/reference/libcryptui/xml/object_index.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/object_index.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,25 @@
+<informaltable pgwide="1" frame="none">
+<tgroup cols="3">
+<colspec colwidth="1*"/>
+<colspec colwidth="1*"/>
+<colspec colwidth="1*"/>
+<tbody>
+<row>
+<entry><link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link></entry>
+<entry><link linkend="CryptUIKeyStore">CryptUIKeyStore</link></entry>
+<entry><link linkend="CryptUIKeyset">CryptUIKeyset</link></entry>
+</row>
+<row>
+<entry><link linkend="GInitiallyUnowned">GInitiallyUnowned</link></entry>
+<entry><link linkend="GObject">GObject</link></entry>
+<entry><link linkend="GtkBox">GtkBox</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkContainer">GtkContainer</link></entry>
+<entry><link linkend="GtkObject">GtkObject</link></entry>
+<entry><link linkend="GtkTreeModelSort">GtkTreeModelSort</link></entry>
+</row>
+<row>
+<entry><link linkend="GtkVBox">GtkVBox</link></entry>
+<entry><link linkend="GtkWidget">GtkWidget</link></entry>
+</tbody></tgroup></informaltable>

Added: trunk/reference/libcryptui/xml/tree_index.sgml
==============================================================================
--- (empty file)
+++ trunk/reference/libcryptui/xml/tree_index.sgml	Sun Feb  1 17:54:19 2009
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE screen PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+<screen>
+    <link linkend="GObject">GObject</link>
+        <link linkend="CryptUIKeyset">CryptUIKeyset</link>
+        <link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
+            <link linkend="GtkObject">GtkObject</link>
+                <link linkend="GtkWidget">GtkWidget</link>
+                    <link linkend="GtkContainer">GtkContainer</link>
+                        <link linkend="GtkBox">GtkBox</link>
+                            <link linkend="GtkVBox">GtkVBox</link>
+                                <link linkend="CryptUIKeyChooser">CryptUIKeyChooser</link>
+        <link linkend="GtkTreeModelSort">GtkTreeModelSort</link>
+            <link linkend="CryptUIKeyStore">CryptUIKeyStore</link>
+</screen>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]