[gtk: 1/2] gdkquartz.h: export pasteboard functions



commit ffa85a41d04b948ec50dfc71f0e7d47ca6a823e0
Author: Tom Schoonjans <Tom Schoonjans diamond ac uk>
Date:   Fri Feb 16 12:16:02 2018 +0000

    gdkquartz.h: export pasteboard functions

 gdk/quartz/gdkquartz.h | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gdk/quartz/gdkquartz.h b/gdk/quartz/gdkquartz.h
index 49bb0763c0..0479c72303 100644
--- a/gdk/quartz/gdkquartz.h
+++ b/gdk/quartz/gdkquartz.h
@@ -59,8 +59,11 @@ typedef enum
 GDK_AVAILABLE_IN_ALL
 GdkOSXVersion gdk_quartz_osx_version (void);
 
+GDK_AVAILABLE_IN_ALL
 GdkAtom   gdk_quartz_pasteboard_type_to_atom_libgtk_only        (NSString       *type);
+GDK_AVAILABLE_IN_ALL
 NSString *gdk_quartz_target_to_pasteboard_type_libgtk_only      (const gchar    *target);
+GDK_AVAILABLE_IN_ALL
 NSString *gdk_quartz_atom_to_pasteboard_type_libgtk_only        (GdkAtom         atom);
 
 G_END_DECLS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]