mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
parent
081cc5af25
commit
8371b893a2
@ -33,15 +33,11 @@
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* SECTION:gdatainputstream
|
||||
* @short_description: Data Input Stream
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GInputStream
|
||||
* GDataInputStream:
|
||||
*
|
||||
* Data input stream implements #GInputStream and includes functions for
|
||||
* reading structured data directly from a binary input stream.
|
||||
*
|
||||
**/
|
||||
* Data input stream implements [iface@Gio.InputStream] and includes functions
|
||||
* for reading structured data directly from a binary input stream.
|
||||
*/
|
||||
|
||||
struct _GDataInputStreamPrivate {
|
||||
GDataStreamByteOrder byte_order;
|
||||
|
@ -38,12 +38,6 @@ G_BEGIN_DECLS
|
||||
#define G_IS_DATA_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_DATA_INPUT_STREAM))
|
||||
#define G_DATA_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DATA_INPUT_STREAM, GDataInputStreamClass))
|
||||
|
||||
/**
|
||||
* GDataInputStream:
|
||||
*
|
||||
* An implementation of #GBufferedInputStream that allows for high-level
|
||||
* data manipulation of arbitrary data (including binary operations).
|
||||
**/
|
||||
typedef struct _GDataInputStreamClass GDataInputStreamClass;
|
||||
typedef struct _GDataInputStreamPrivate GDataInputStreamPrivate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user