mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	docs: Move the GWin32*Stream SECTIONs
Move them to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
		| @@ -36,12 +36,9 @@ | ||||
| #include "glibintl.h" | ||||
|  | ||||
| /** | ||||
|  * SECTION:gwin32inputstream | ||||
|  * @short_description: Streaming input operations for Windows file handles | ||||
|  * @include: gio/gwin32inputstream.h | ||||
|  * @see_also: #GInputStream | ||||
|  * GWin32InputStream: | ||||
|  * | ||||
|  * #GWin32InputStream implements #GInputStream for reading from a | ||||
|  * `GWin32InputStream` implements [class@Gio.InputStream] for reading from a | ||||
|  * Windows file handle. | ||||
|  * | ||||
|  * Note that `<gio/gwin32inputstream.h>` belongs to the Windows-specific GIO | ||||
|   | ||||
| @@ -35,11 +35,6 @@ G_BEGIN_DECLS | ||||
| #define G_IS_WIN32_INPUT_STREAM_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_WIN32_INPUT_STREAM)) | ||||
| #define G_WIN32_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_WIN32_INPUT_STREAM, GWin32InputStreamClass)) | ||||
|  | ||||
| /** | ||||
|  * GWin32InputStream: | ||||
|  * | ||||
|  * Implements #GInputStream for reading from selectable Windows file handles | ||||
|  **/ | ||||
| typedef struct _GWin32InputStream         GWin32InputStream; | ||||
| typedef struct _GWin32InputStreamClass    GWin32InputStreamClass; | ||||
| typedef struct _GWin32InputStreamPrivate  GWin32InputStreamPrivate; | ||||
|   | ||||
| @@ -37,12 +37,9 @@ | ||||
| #include "glibintl.h" | ||||
|  | ||||
| /** | ||||
|  * SECTION:gwin32outputstream | ||||
|  * @short_description: Streaming output operations for Windows file handles | ||||
|  * @include: gio/gwin32outputstream.h | ||||
|  * @see_also: #GOutputStream | ||||
|  * GWin32OutputStream: | ||||
|  * | ||||
|  * #GWin32OutputStream implements #GOutputStream for writing to a | ||||
|  * `GWin32OutputStream` implements [class@Gio.OutputStream] for writing to a | ||||
|  * Windows file handle. | ||||
|  * | ||||
|  * Note that `<gio/gwin32outputstream.h>` belongs to the Windows-specific GIO | ||||
|   | ||||
| @@ -35,11 +35,6 @@ G_BEGIN_DECLS | ||||
| #define G_IS_WIN32_OUTPUT_STREAM_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_WIN32_OUTPUT_STREAM)) | ||||
| #define G_WIN32_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_WIN32_OUTPUT_STREAM, GWin32OutputStreamClass)) | ||||
|  | ||||
| /** | ||||
|  * GWin32OutputStream: | ||||
|  * | ||||
|  * Implements #GOutputStream for outputting to Windows file handles | ||||
|  **/ | ||||
| typedef struct _GWin32OutputStream         GWin32OutputStream; | ||||
| typedef struct _GWin32OutputStreamClass    GWin32OutputStreamClass; | ||||
| typedef struct _GWin32OutputStreamPrivate  GWin32OutputStreamPrivate; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user