mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Rename all visibility macros
This commit is contained in:
@@ -67,18 +67,18 @@ struct _GWin32OutputStreamClass
|
||||
void (*_g_reserved5) (void);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GType g_win32_output_stream_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GOutputStream * g_win32_output_stream_new (void *handle,
|
||||
gboolean close_handle);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
void g_win32_output_stream_set_close_handle (GWin32OutputStream *stream,
|
||||
gboolean close_handle);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
gboolean g_win32_output_stream_get_close_handle (GWin32OutputStream *stream);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
void *g_win32_output_stream_get_handle (GWin32OutputStream *stream);
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user