After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353061 - gtk-doc for libcryptui
gtk-doc for libcryptui
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 2.28.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-08-27 04:15 UTC by Stef Walter
Modified: 2011-03-09 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stef Walter 2006-08-27 04:15:31 UTC
I need to add gtk-doc documentation for libcryptui.
Comment 1 Adam Schreiber 2009-02-01 18:24:27 UTC
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
Comment 2 Adam Schreiber 2009-05-13 18:14:29 UTC
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
Comment 3 Adam Schreiber 2009-11-05 03:02:15 UTC
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
Comment 4 Stef Walter 2011-03-09 16:07:29 UTC
The best parts of libcryptui are going to go into libgcr. So I'm going to close this.