Browse Source

Added terminate_dlg description

Jason Penton 14 years ago
parent
commit
56f48489ae
1 changed files with 23 additions and 0 deletions
  1. 23 0
      modules_k/dialog/doc/dialog_devel.xml

+ 23 - 0
modules_k/dialog/doc/dialog_devel.xml

@@ -129,6 +129,29 @@
 		</itemizedlist>
 	</section>
 
+
+	<section>
+		<title>
+		<function moreinfo="none">terminate_dlg (dlg, hdrs)</function>
+		</title>
+		<para>
+		Terminate a Dialog
+		</para>
+		<para>Meaning of parameters is as follows:</para>
+		<itemizedlist>
+		<listitem>
+			<para><emphasis>struct dlg_cell* dlg</emphasis> - dialog to 
+			terminate.
+			</para>
+		</listitem>
+		<listitem>
+			<para><emphasis>str* hdrs</emphasis> - string containg extra headers (full format) 
+			to be added to the BYE requests of the dialog.
+			</para>
+		</listitem>
+		</itemizedlist>
+	</section>
+
 	</section>
 
 </chapter>