GNOME Bugzilla – Bug 353061
gtk-doc for libcryptui
Last modified: 2011-03-09 16:07:29 UTC
I need to add gtk-doc documentation for libcryptui.
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
All of the existing functions/methods have been documented in master. Things that could be added to reach 100% are descriptions of objects and a widget gallery. Here's the current status (ignore cryptui_key_list_get_selected_key): 68% symbol docs coverage. 76 symbols documented. 0 symbols incomplete. 35 not documented. CryptUIKeyChooser CryptUIKeyChooserMode CryptUIKeyChooserPriv CryptUIKeyStore CryptUIKeyStoreFilterFunc CryptUIKeyStoreMode CryptUIKeyStorePriv CryptUIKeyset CryptUIKeysetPrivate SEAHORSE_DEFAULT_KEY SEAHORSE_DESKTOP_KEYS SEAHORSE_ENCRYPTSELF_KEY SEAHORSE_LASTSIGNER_KEY SEAHORSE_RECIPIENTS_SORT_KEY cryptui_key_list_get_selected_key cryptui_marshal_VOID__STRING_POINTER cryptui-defines:Long_Description cryptui-defines:Short_Description cryptui-key-chooser:Long_Description cryptui-key-chooser:Short_Description cryptui-key-combo:Long_Description cryptui-key-combo:Short_Description cryptui-key-list:Long_Description cryptui-key-list:Short_Description cryptui-key-store:Long_Description cryptui-key-store:Short_Description cryptui-keyset:Long_Description cryptui-keyset:Short_Description cryptui-marshal:Long_Description cryptui-marshal:Short_Description cryptui-priv:Long_Description cryptui-priv:Short_Description cryptui:Long_Description cryptui:Short_Description run-tests:Short_Description
If a gnome love-r takes this over, I would appreciate it if they added GObject Introspection annotations as well. http://live.gnome.org/GObjectIntrospection/Annotations
The best parts of libcryptui are going to go into libgcr. So I'm going to close this.