mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	docs: Move the GConverterOutputStream SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
		
				
					committed by
					
						
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							b70b164ba6
						
					
				
				
					commit
					dad6ec9651
				
			@@ -33,17 +33,14 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * SECTION:gconverteroutputstream
 | 
					 * GConverterOutputStream:
 | 
				
			||||||
 * @short_description: Converter Output Stream
 | 
					 | 
				
			||||||
 * @include: gio/gio.h
 | 
					 | 
				
			||||||
 * @see_also: #GOutputStream, #GConverter
 | 
					 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Converter output stream implements #GOutputStream and allows
 | 
					 * Converter output stream implements [iface@Gio.OutputStream] and allows
 | 
				
			||||||
 * conversion of data of various types during reading.
 | 
					 * conversion of data of various types during reading.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * As of GLib 2.34, #GConverterOutputStream implements
 | 
					 * As of GLib 2.34, `GConverterOutputStream` implements
 | 
				
			||||||
 * #GPollableOutputStream.
 | 
					 * [iface@Gio.PollableOutputStream].
 | 
				
			||||||
 **/
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define INITIAL_BUFFER_SIZE 4096
 | 
					#define INITIAL_BUFFER_SIZE 4096
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,12 +39,6 @@ G_BEGIN_DECLS
 | 
				
			|||||||
#define G_IS_CONVERTER_OUTPUT_STREAM_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_CONVERTER_OUTPUT_STREAM))
 | 
					#define G_IS_CONVERTER_OUTPUT_STREAM_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_CONVERTER_OUTPUT_STREAM))
 | 
				
			||||||
#define G_CONVERTER_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_CONVERTER_OUTPUT_STREAM, GConverterOutputStreamClass))
 | 
					#define G_CONVERTER_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_CONVERTER_OUTPUT_STREAM, GConverterOutputStreamClass))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * GConverterOutputStream:
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * An implementation of #GFilterOutputStream that allows data
 | 
					 | 
				
			||||||
 * conversion.
 | 
					 | 
				
			||||||
 **/
 | 
					 | 
				
			||||||
typedef struct _GConverterOutputStreamClass    GConverterOutputStreamClass;
 | 
					typedef struct _GConverterOutputStreamClass    GConverterOutputStreamClass;
 | 
				
			||||||
typedef struct _GConverterOutputStreamPrivate  GConverterOutputStreamPrivate;
 | 
					typedef struct _GConverterOutputStreamPrivate  GConverterOutputStreamPrivate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user