gmain: repeat preconditions for emphasis
authorRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 14:22:27 +0000 (09:22 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:23:40 +0000 (10:23 -0500)
commit6147d15ea256ff0aabf11fb854ef07cf0e0e3a62
tree3711a3681591d67148495c0530049043ba8fab7a
parentc0aa150cb0d362224480240b2db8ff214717bdd1
gmain: repeat preconditions for emphasis

g_main_context_acquire() mentions that you must have called it before
you make any calls to _prepare(), _query(), _check() or _dispatch().

For emphasis, add a note on each of those functions pointing back to the
fact that you must have called _acquire() before using them.
glib/gmain.c