inotify: stop using constructor()
authorRyan Lortie <desrt@desrt.ca>
Thu, 25 Jul 2013 17:48:50 +0000 (13:48 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 3 Oct 2013 14:37:30 +0000 (10:37 -0400)
commit700677de512e19060337121692058627fe717d24
treed4fc20a9cf1503383da2f9256c58866458a056a1
parentb050dc3c0a2236887719ddc7d1f53866bf4d5267
inotify: stop using constructor()

and start using the new start() vcall on the local monitor classes.

I only port inotify because I am uncomfortable making changes to the
other monitor backends without having a way of testing them.

https://bugzilla.gnome.org/show_bug.cgi?id=704887
gio/inotify/ginotifydirectorymonitor.c
gio/inotify/ginotifyfilemonitor.c