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

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