]> Pileus Git - ~andy/gtk/commit
Use g_timeout_add_seconds_full() for the timed poll of the storage file,
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 19 Jun 2007 10:59:37 +0000 (10:59 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Tue, 19 Jun 2007 10:59:37 +0000 (10:59 +0000)
commitca0ad888922ab743d15e3991f822c8b08bf94bc1
tree8daddcd17051edab0b848faf65056f4e08d04223
parent232e79a6d79b90d99deb11e126373d493f3045f6
Use g_timeout_add_seconds_full() for the timed poll of the storage file,

2007-06-19  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c: Use g_timeout_add_seconds_full() for
the timed poll of the storage file, since we are using multiple
seconds intervals and we don't actually care about millisecond
precision.

(threads_dispatch), (threads_free), (gtk_recent_manager_init),
(gtk_recent_manager_set_filename): Roll our own version of
gdk_threads_add_timeout() using g_timeout_add_seconds_full()
while holding the GDK main lock.

svn path=/trunk/; revision=18185
ChangeLog
configure.in
gtk/gtkrecentmanager.c