Re: gtk_clipboard_request_rich_text() provides guint8* instead of gchar*
- From: Chris Vine <chris cvine freeserve co uk>
- To: gtk-list gnome org
- Cc: Murray Cumming <murrayc murrayc com>
- Subject: Re: gtk_clipboard_request_rich_text() provides guint8* instead of gchar*
- Date: Sun, 11 Jun 2006 13:31:17 +0100
On Saturday 10 June 2006 22:12, Murray Cumming wrote:
> Is there any particular reason why GtkClipboardRichTextReceivedFunc
> provides the text as const guint8*:
> http://developer.gnome.org/doc/API/2.0/gtk/gtk-Clipboards.html#GtkClipboard
>RichTextReceivedFunc
>
> instead of the const gchar* that GtkClipboardTextReceivedFunc provides:
> http://developer.gnome.org/doc/API/2.0/gtk/gtk-Clipboards.html#GtkClipboard
>TextReceivedFunc ?
Probably the use of guint8 has something to do with the rich text
specification, although if so it would appear to be no more than a statement
of intention as I did not think that glib supports anything but systems with
8-bit char types. At any rate there could only be a difference if the gchar
(or guchar) type is formed other than by an octet.
It seems inconceivable that modern systems would have char types smaller than
an octet, but conceivable that they could be larger (sizeof(char),
sizeof(wchar_t) and sizeof(long) can all be the same, for example).
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]