mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
docs: Move the GFileDescriptorBased SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
7e15d56013
commit
0576e82e9a
@ -26,20 +26,18 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gfiledescriptorbased
|
||||
* @short_description: Interface for file descriptor based IO
|
||||
* @include: gio/gfiledescriptorbased.h
|
||||
* @see_also: #GInputStream, #GOutputStream
|
||||
* GFileDescriptorBased:
|
||||
*
|
||||
* #GFileDescriptorBased is implemented by streams (implementations of
|
||||
* #GInputStream or #GOutputStream) that are based on file descriptors.
|
||||
* `GFileDescriptorBased` is an interface for file descriptor based IO.
|
||||
*
|
||||
* It is implemented by streams (implementations of [class@Gio.InputStream] or
|
||||
* [class@Gio.OutputStream]) that are based on file descriptors.
|
||||
*
|
||||
* Note that `<gio/gfiledescriptorbased.h>` belongs to the UNIX-specific
|
||||
* GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config
|
||||
* file when using it.
|
||||
*
|
||||
* Since: 2.24
|
||||
*
|
||||
**/
|
||||
|
||||
typedef GFileDescriptorBasedIface GFileDescriptorBasedInterface;
|
||||
|
@ -33,11 +33,6 @@ G_BEGIN_DECLS
|
||||
#define G_FILE_DESCRIPTOR_BASED_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_FILE_DESCRIPTOR_BASED, GFileDescriptorBasedIface))
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileDescriptorBased, g_object_unref)
|
||||
|
||||
/**
|
||||
* GFileDescriptorBased:
|
||||
*
|
||||
* An interface for file descriptor based io objects.
|
||||
**/
|
||||
typedef struct _GFileDescriptorBasedIface GFileDescriptorBasedIface;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user