Re: gtk_events_pending return value
- From: Johannes =?utf-8?b?V2Vpw59s?= <johannes weissl gmx de>
- To: gtk-list gnome org
- Subject: Re: gtk_events_pending return value
- Date: Tue, 6 Jan 2004 06:05:08 +0100
On 2004-01-06 05:06:21, Christer Palm wrote:
> gtk_events_pending() returns the number of pending events. Whether
> knowing the actual number of pending events is useful or not I don't
> know, but there you have it.
no, here's the gtk-code:
gint
gtk_events_pending (void)
{
gboolean result;
GDK_THREADS_LEAVE ();
result = g_main_context_pending (NULL);
GDK_THREADS_ENTER ();
return result;
}
so the result can only be TRUE or FALSE ...
--
cu,
Johannes Weißl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]