mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
Merge from 2.4:
2004-05-10 Matthias Clasen <mclasen@redhat.com> Merge from 2.4: * glib/gmain.c (block_source, unblock_source): Make these static. (#142230, Morten Welinder)
This commit is contained in:
committed by
Matthias Clasen
parent
b5456a91d7
commit
185c1de577
@@ -1859,7 +1859,7 @@ g_main_depth (void)
|
||||
* we don't continually spin in the poll()
|
||||
*/
|
||||
/* HOLDS: source->context's lock */
|
||||
void
|
||||
static void
|
||||
block_source (GSource *source)
|
||||
{
|
||||
GSList *tmp_list;
|
||||
@@ -1875,7 +1875,7 @@ block_source (GSource *source)
|
||||
}
|
||||
|
||||
/* HOLDS: source->context's lock */
|
||||
void
|
||||
static void
|
||||
unblock_source (GSource *source)
|
||||
{
|
||||
GSList *tmp_list;
|
||||
|
Reference in New Issue
Block a user