Declare stream base classes as abstract

This commit is contained in:
Matthias Clasen
2010-08-16 10:21:38 -04:00
parent 547311bfd8
commit 4bc4590c7b
5 changed files with 5 additions and 5 deletions

View File

@@ -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