mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Declare stream base classes as abstract
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
* All of these functions have async variants too.
|
||||
**/
|
||||
|
||||
G_DEFINE_TYPE (GInputStream, g_input_stream, G_TYPE_OBJECT);
|
||||
G_DEFINE_ABSTRACT_TYPE (GInputStream, g_input_stream, G_TYPE_OBJECT);
|
||||
|
||||
struct _GInputStreamPrivate {
|
||||
guint closed : 1;
|
||||
|
Reference in New Issue
Block a user