GSource: mark some API as "implementation only"
authorRyan Lortie <desrt@desrt.ca>
Fri, 21 Feb 2014 00:05:30 +0000 (19:05 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Feb 2014 15:25:06 +0000 (10:25 -0500)
commit12d65f250987f6bea25ad38acd7c26b3f47d0ab6
tree2472758963bf5ccb4de7c26aa808e5dd36d0352e
parent1f7100506a51584e66930851c5243fd2eaee5c35
GSource: mark some API as "implementation only"

Clarify that _add_poll() _remove_poll() _add_unix_fd(),
_modify_unix_fd(), _remove_unix_fd(), _query_unix_fd(),
_set_ready_time(), _add_child_source() and _remove_child_source() are only
intended to be used by the implementation of a particular GSource -- not its
consumers.

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