Make a real SoupSSLCredentials type rather than just using gpointer
authorDan Winship <danw@src.gnome.org>
Mon, 16 Apr 2007 17:40:25 +0000 (17:40 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 16 Apr 2007 17:40:25 +0000 (17:40 +0000)
commit4f3c863510e2fdf20a9895529ffb9adac0cc24d7
tree4942442f6046a9cb15c4ada99858bfb773d9be4d
parentcfbdd6247e169134a6f3a920b3e3d4993d5208ed
Make a real SoupSSLCredentials type rather than just using gpointer

* libsoup/soup-ssl.h: Make a real SoupSSLCredentials type rather
than just using gpointer

* libsoup/soup-server.c (SoupServerPrivate): use it

* libsoup/soup-session.c (SoupSessionPrivate): use it

* libsoup/soup-gnutls.c: Use it, and consistently use "creds"
rather than "cred" as the abbreviation for "credentials".

* docs/reference/libsoup-sections.txt:
* docs/reference/tmpl/soup-misc.sgml:
* docs/reference/tmpl/soup-ssl.sgml: update

svn path=/trunk/; revision=924
ChangeLog
docs/reference/libsoup-sections.txt
docs/reference/tmpl/soup-misc.sgml
docs/reference/tmpl/soup-ssl.sgml
libsoup/soup-gnutls.c
libsoup/soup-server.c
libsoup/soup-session.c
libsoup/soup-ssl.h