[gupnp] A minor improvement to server tutorial



commit f0b8d8cc08e6cb6ae7ba6af429fb75467df95cf0
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Jun 14 00:11:37 2011 +0200

    A minor improvement to server tutorial
    
    Point out manually written functions in the example code.
    
    Based on a patch from Michael Rumpf <michael rumpfonline de>.

 doc/server-tutorial.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/doc/server-tutorial.xml b/doc/server-tutorial.xml
index e4323ee..c095f0e 100644
--- a/doc/server-tutorial.xml
+++ b/doc/server-tutorial.xml
@@ -273,7 +273,10 @@ g_signal_connect (service, "query-variable::Status", G_CALLBACK (query_status_cb
       using the option <literal>--mode server</literal>. 
     </para>
     <para>
-      In the following examples the wrapper has been created with <literal>--mode server --prefix switch</literal>.
+      In the following examples the wrapper has been created with
+      <literal>--mode server --prefix switch</literal>. Please note that the callback handlers
+      (<literal>get_status_cb</literal> and <literal>set_target_cb</literal>) are not automatically
+      generated by <xref linkend="gupnp-binding-tool"/> for you.
     </para>
     <programlisting>static gboolean status;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]