Add registration hooks for extension points. Register the gio extension
authorAlexander Larsson <alexl@redhat.com>
Mon, 28 Jan 2008 19:43:10 +0000 (19:43 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 28 Jan 2008 19:43:10 +0000 (19:43 +0000)
commitbff9ecedbbea1a794827f569638365db40c442e6
tree66d6c0040549d835b24a2da1484cf98007bf4fe1
parentfce0485e2b962e6410bc54f84730539adf793a1d
Add registration hooks for extension points. Register the gio extension

2008-01-28  Alexander Larsson  <alexl@redhat.com>

        * giomodule.[ch]:
        * gio.symbols:
Add registration hooks for extension points.
Register the gio extension points.

        * fam/gfamdirectorymonitor.c:
        * fam/gfamfilemonitor.c:
        * glocaldirectorymonitor.[ch]:
        * glocalfilemonitor.[ch]:
        * gnativevolumemonitor.h:
        * gunionvolumemonitor.c:
        * gunixvolumemonitor.c:
        * gvfs.[ch]:
        * gvolumemonitor.h:
        * inotify/ginotifydirectorymonitor.c:
        * inotify/ginotifyfilemonitor.c:
Use the extension points registration instead
of g_type_children().

svn path=/trunk/; revision=6399
18 files changed:
gio/ChangeLog
gio/fam/gfamdirectorymonitor.c
gio/fam/gfamfilemonitor.c
gio/gio.symbols
gio/giomodule.c
gio/giomodule.h
gio/glocaldirectorymonitor.c
gio/glocaldirectorymonitor.h
gio/glocalfilemonitor.c
gio/glocalfilemonitor.h
gio/gnativevolumemonitor.h
gio/gunionvolumemonitor.c
gio/gunixvolumemonitor.c
gio/gvfs.c
gio/gvfs.h
gio/gvolumemonitor.h
gio/inotify/ginotifydirectorymonitor.c
gio/inotify/ginotifyfilemonitor.c