RE: A question regarding gtk_clipboard_request_text
- From: "Wang, Yong Y" <yong y wang intel com>
- To: "Stefan Kost" <ensonic hora-obscura de>
- Cc: gtk-devel-list gnome org
- Subject: RE: A question regarding gtk_clipboard_request_text
- Date: Fri, 26 Aug 2005 11:20:56 +0800
Thanks, Stefan.
So shall we add some notes to gtk documentation?
-----Original Message-----
From: Stefan Kost [mailto:ensonic hora-obscura de]
Sent: 2005年8月25日 19:13
To: Wang, Yong Y
Cc: gtk-doc-list gnome org
Subject: Re: A question regarding gtk_clipboard_request_text
Hi Yong,
if so please send this to the gtk-devel list.
@damon: who can relabel the gtk-doc list on the
http://mail.gnome.orgmailman/listinfo/ page? It still says:
gtk-doc-list Coordination of GTK+ documentation
Wouldn't 'Develepment of gtk-doc' be more appropriate ?
Stefan
Wang, Yong Y wrote:
> I think it would be helpful if the documentation can add some notes about this issue.
> What do you guys think?
>
> Thanks
> Yong
>
> -----Original Message-----
> From: Nickolay V. Shmyrev [mailto:nshmyrev yandex ru]
> Sent: 2005年8月11日 3:39
> To: Wang, Yong Y
> Cc: gtk-devel-list gnome org
> Subject: Re: A question regarding gtk_clipboard_request_text
>
> В Срд, 10/08/2005 в 14:57 +0800, Wang, Yong Y пишет:
>
>>Hi,
>>
>>I have a question regarding the function
>>void gtk_clipboard_request_text (GtkClipboard *clipboard,
>>
>>GtkClipboardTextReceivedFunc callback,
>> gpointer user_data);
>>
>>How long is the lifetime of the clipboard data we get via this
>>function?
>>Is it as long as the function call to GtkClipboardTextReceivedFunc?
>>
>>I wrote two test cases as below:
>
>
> See http://mail.gnome.org/archives/gtk-devel-list/2005-August/msg00030.html for details.
>
>
>>Is my understanding correct?
>>
>
> Yes, see
>
> static void
> request_text_received_func (GtkClipboard *clipboard,
> GtkSelectionData *selection_data,
> gpointer data)
>
> in gtkclipboard.c there is string g_free (result).
>
> the selection data is freed just after the exit of callback. It's better
> to strdup it if you are planning to use this string later.
>
>
>>Thanks
>>Yong
>>
>>_______________________________________________
>>gtk-devel-list mailing list
>>gtk-devel-list gnome org
>>http://mail.gnome.org/mailman/listinfo/gtk-devel-list
>
>
> _______________________________________________
> gtk-doc-list mailing list
> gtk-doc-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-doc-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]