g_io_channel
- From: The Saltydog <thesaltydog gmail com>
 
- To: gtk-app-devel-list gnome org
 
- Subject: g_io_channel
 
- Date: Fri, 8 Jul 2005 09:38:45 +0200
 
I need to send a data structure over an io_channel. In the reference
manual, I found that the only available instruction to write data in a
channel is:
GIOStatus   g_io_channel_write_chars        (GIOChannel *channel,
                                             const gchar *buf,
                                             gssize count,
                                             gsize *bytes_written,
                                             GError **error);
which needs a gchar* as the input data.. How can I send my data
structure with this command?
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]