diff options
Diffstat (limited to 'devel-docs')
-rw-r--r-- | devel-docs/camel/camel-sections.txt | 6 | ||||
-rw-r--r-- | devel-docs/camel/tmpl/camel-service.sgml | 49 |
2 files changed, 55 insertions, 0 deletions
diff --git a/devel-docs/camel/camel-sections.txt b/devel-docs/camel/camel-sections.txt index 09c8f22a36..f7b05529cb 100644 --- a/devel-docs/camel/camel-sections.txt +++ b/devel-docs/camel/camel-sections.txt @@ -12,6 +12,7 @@ camel_folder_delete_messages camel_folder_get_parent_folder camel_folder_get_parent_store camel_folder_get_mode +camel_folder_list_subfolders <SUBSECTION Standard> CAMEL_FOLDER camel_folder_get_type @@ -22,6 +23,11 @@ CAMEL_FOLDER_CLASS <FILE>camel-service</FILE> CamelService <TITLE>CamelService</TITLE> +camel_service_connect +camel_service_is_connected +camel_service_connect_to_with_login_passwd +camel_service_connect_to_with_login_passwd_port +camel_service_get_url <SUBSECTION Standard> CAMEL_SERVICE camel_service_get_type diff --git a/devel-docs/camel/tmpl/camel-service.sgml b/devel-docs/camel/tmpl/camel-service.sgml index 583c3674c9..fe132bfe67 100644 --- a/devel-docs/camel/tmpl/camel-service.sgml +++ b/devel-docs/camel/tmpl/camel-service.sgml @@ -20,3 +20,52 @@ CamelService </para> +<!-- ##### FUNCTION camel_service_connect ##### --> +<para> + +</para> + +@service: + + +<!-- ##### FUNCTION camel_service_is_connected ##### --> +<para> + +</para> + +@service: +@Returns: + + +<!-- ##### FUNCTION camel_service_connect_to_with_login_passwd ##### --> +<para> + +</para> + +@service: +@host: +@login: +@passwd: + + +<!-- ##### FUNCTION camel_service_connect_to_with_login_passwd_port ##### --> +<para> + +</para> + +@service: +@host: +@login: +@passwd: +@port: + + +<!-- ##### FUNCTION camel_service_get_url ##### --> +<para> + +</para> + +@service: +@Returns: + + |