summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-private.h
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2014-10-22 19:26:07 +0200
committerBastien Nocera <hadess@hadess.net>2014-10-22 20:58:50 +0200
commitae7716c83d103fb3d996be5befc715144f6941c0 (patch)
treed03adf0fc7840d08d1c8d286ce5de0d30b782933 /gdk-pixbuf/gdk-pixbuf-private.h
parent6252bd8bc3e682daf3e628ac406191a19cf682d4 (diff)
downloadgdk-pixbuf-ae7716c83d103fb3d996be5befc715144f6941c0.tar.gz
lib: add gdk_pixbuf_win32_get_toplevel to the private API
https://bugzilla.gnome.org/show_bug.cgi?id=737523
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-private.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-private.h b/gdk-pixbuf/gdk-pixbuf-private.h
index e985459b1..edfa262c6 100644
--- a/gdk-pixbuf/gdk-pixbuf-private.h
+++ b/gdk-pixbuf/gdk-pixbuf-private.h
@@ -115,4 +115,8 @@ GdkPixbufLoader *_gdk_pixbuf_loader_new_with_filename (const char *filename);
#endif /* GDK_PIXBUF_PRIVATE_H */
+#ifdef G_OS_WIN32
+gchar * gdk_pixbuf_win32_get_toplevel (void);
+
+#endif /* G_OS_WIN32 */