gsource: Make GSource->source_funcs const
authorRyan Lortie <desrt@desrt.ca>
Mon, 29 Oct 2012 15:31:46 +0000 (16:31 +0100)
committerRyan Lortie <desrt@desrt.ca>
Tue, 15 Jan 2013 19:08:01 +0000 (14:08 -0500)
commited8ec635eb37099d36581b4b66dd24148940ebfa
tree34606f4d8a09f32dfd853860fb14c24b5e9eb02c
parente1bee17e947b98f72d3764081333f339099b086a
gsource: Make GSource->source_funcs const

This is the vtable pointer for the source which is usually held in
static storage.  For our internal sources it points at a vtable which
the user should really never be modifying.

Mark it const.

https://bugzilla.gnome.org/show_bug.cgi?id=686853
glib/gmain.h