gmain: simplify g_main_context_find_source_by_id()
authorRyan Lortie <desrt@desrt.ca>
Sat, 8 Feb 2014 12:23:46 +0000 (12:23 +0000)
committerRyan Lortie <desrt@desrt.ca>
Mon, 24 Feb 2014 14:28:43 +0000 (09:28 -0500)
commit393503ba5bdc7c09cd46b716aaf3d2c63a6c7f9c
tree4afc71f17763efcf4f06b5427dd202d8702cd0e0
parent9e81709012f27eebe336f40f948e9493c87fc75b
gmain: simplify g_main_context_find_source_by_id()

Since we now keep a hashtable of sources, we can implement this function
without iteration.

https://bugzilla.gnome.org/show_bug.cgi?id=724839
glib/gmain.c