mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Declare stream base classes as abstract
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <gio/gasyncresult.h>
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GIOStream, g_io_stream, G_TYPE_OBJECT);
|
||||
G_DEFINE_ABSTRACT_TYPE (GIOStream, g_io_stream, G_TYPE_OBJECT);
|
||||
|
||||
/**
|
||||
* SECTION:giostream
|
||||
|
Reference in New Issue
Block a user