From 8564291ec3ef1e7fbf0022420a9701316d6d2cbe Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 18 Jan 2005 20:49:40 +0000 Subject: documented a few things --- docs/reference/tmpl/node.sgml | 177 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 docs/reference/tmpl/node.sgml (limited to 'docs/reference/tmpl/node.sgml') diff --git a/docs/reference/tmpl/node.sgml b/docs/reference/tmpl/node.sgml new file mode 100644 index 00000000..454a8785 --- /dev/null +++ b/docs/reference/tmpl/node.sgml @@ -0,0 +1,177 @@ + +LassoNode + + +Base class for all Lasso objects + + + +#LassoNode is the base class for Lasso objects; just a step over GObject as +defined in glib. + + + + + + + + + + + + + + + + + + +@LASSO_SIGNATURE_TYPE_NONE: +@LASSO_SIGNATURE_TYPE_SIMPLE: +@LASSO_SIGNATURE_TYPE_WITHX509: + + + + + + +@LASSO_SIGNATURE_METHOD_RSA_SHA1: +@LASSO_SIGNATURE_METHOD_DSA_SHA1: + + + + + + +@Returns: + + + + + + + +@dump: +@Returns: + + + + + + + +@node: +@Returns: + + + + + + + +@soap: +@Returns: + + + + + + + +@node: + + + + + + + +@node: +@Returns: + +@encoding: +@format: + + + + + + + +@node: +@Returns: + + + + + + + +@node: +@sign_method: +@private_key_file: +@Returns: + + + + + + + +@node: +@Returns: + + + + + + + +@node: +@lasso_dump: +@Returns: + + + + + + + +@node: +@message: +@Returns: + + + + +Return code for lasso_node_init_from_message; it describes the type of the +message that was passed to that function. + + +@LASSO_MESSAGE_FORMAT_ERROR: +@LASSO_MESSAGE_FORMAT_UNKNOWN: +@LASSO_MESSAGE_FORMAT_XML: +@LASSO_MESSAGE_FORMAT_BASE64: +@LASSO_MESSAGE_FORMAT_QUERY: +@LASSO_MESSAGE_FORMAT_SOAP: + + + + + + +@node: +@query: +@Returns: + + + + + + + +@node: +@xmlnode: +@Returns: + + -- cgit