summaryrefslogtreecommitdiff
path: root/gio/giomodule.c
diff options
context:
space:
mode:
authorLars Uebernickel <lars@uebernic.de>2013-10-15 12:19:09 -0400
committerRyan Lortie <desrt@desrt.ca>2013-10-21 14:30:26 -0400
commit766f5584cea0f78921c9288ba7c1c489e6252dd4 (patch)
treee7c6fd7b69f3d306e5f53106ca2832cc0d372971 /gio/giomodule.c
parent639bd3626b683a0be273462d47e6bc30351a77d1 (diff)
downloadglib-766f5584cea0f78921c9288ba7c1c489e6252dd4.tar.gz
Add gtk notification backend
https://bugzilla.gnome.org/show_bug.cgi?id=688492
Diffstat (limited to 'gio/giomodule.c')
-rw-r--r--gio/giomodule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c
index 77624addb..92aa97bdc 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -897,6 +897,7 @@ extern GType _g_network_monitor_netlink_get_type (void);
#ifdef G_OS_UNIX
extern GType g_fdo_notification_backend_get_type (void);
+extern GType g_gtk_notification_backend_get_type (void);
#endif
#ifdef G_PLATFORM_WIN32
@@ -1074,6 +1075,7 @@ _g_io_modules_ensure_loaded (void)
#ifdef G_OS_UNIX
g_type_ensure (_g_unix_volume_monitor_get_type ());
g_type_ensure (g_fdo_notification_backend_get_type ());
+ g_type_ensure (g_gtk_notification_backend_get_type ());
#endif
#ifdef G_OS_WIN32
g_type_ensure (_g_winhttp_vfs_get_type ());