[wing/wip/nacho/poll-stream] Fix for available macros
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wing/wip/nacho/poll-stream] Fix for available macros
- Date: Thu, 29 Nov 2018 08:55:04 +0000 (UTC)
commit ca13c4579be5b4a5c5530273b0bacfc8a0e31d6a
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Thu Nov 29 09:51:57 2018 +0100
Fix for available macros
wing/winginputstream.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/wing/winginputstream.h b/wing/winginputstream.h
index e0db204..3f242e7 100644
--- a/wing/winginputstream.h
+++ b/wing/winginputstream.h
@@ -46,18 +46,19 @@ struct _WingInputStreamClass
gpointer padding[10];
};
-GLIB_AVAILABLE_IN_ALL
+WING_AVAILABLE_IN_ALL
GType wing_input_stream_get_type (void) G_GNUC_CONST;
-GLIB_AVAILABLE_IN_ALL
+WING_AVAILABLE_IN_ALL
GInputStream * wing_input_stream_new (void *handle,
gboolean close_handle);
-GLIB_AVAILABLE_IN_ALL
+WING_AVAILABLE_IN_ALL
void wing_input_stream_set_close_handle (WingInputStream *stream,
gboolean close_handle);
-GLIB_AVAILABLE_IN_ALL
+WING_AVAILABLE_IN_ALL
gboolean wing_input_stream_get_close_handle (WingInputStream *stream);
-GLIB_AVAILABLE_IN_ALL
+
+WING_AVAILABLE_IN_ALL
void *wing_input_stream_get_handle (WingInputStream *stream);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]