mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	gifieldinfo: Port documentation to gi-docgen and update
Review and update the documentation, making sure it’s complete, formatted in gi-docgen format, and has all appropriate GIR annotations and `Since:` lines. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
		@@ -141,6 +141,7 @@ gi_field_info_get_offset (GIFieldInfo *info)
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns: (transfer full): the [type@GIRepository.TypeInfo]. Free the struct
 | 
					 * Returns: (transfer full): the [type@GIRepository.TypeInfo]. Free the struct
 | 
				
			||||||
 *   by calling [method@GIRepository.BaseInfo.unref] when done.
 | 
					 *   by calling [method@GIRepository.BaseInfo.unref] when done.
 | 
				
			||||||
 | 
					 * Since: 2.80
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
GITypeInfo *
 | 
					GITypeInfo *
 | 
				
			||||||
gi_field_info_get_type_info (GIFieldInfo *info)
 | 
					gi_field_info_get_type_info (GIFieldInfo *info)
 | 
				
			||||||
@@ -181,7 +182,7 @@ gi_field_info_get_type_info (GIFieldInfo *info)
 | 
				
			|||||||
 * composite type like a nested structure or union even if that is actually
 | 
					 * composite type like a nested structure or union even if that is actually
 | 
				
			||||||
 * readable.
 | 
					 * readable.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns: true if reading the field succeeded, false otherwise
 | 
					 * Returns: `TRUE` if reading the field succeeded, `FALSE` otherwise
 | 
				
			||||||
 * Since: 2.80
 | 
					 * Since: 2.80
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
gboolean
 | 
					gboolean
 | 
				
			||||||
@@ -378,7 +379,7 @@ gi_field_info_get_field (GIFieldInfo *field_info,
 | 
				
			|||||||
 * management would by required. A field with a type such as `char *` must be
 | 
					 * management would by required. A field with a type such as `char *` must be
 | 
				
			||||||
 * set with a setter function.
 | 
					 * set with a setter function.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns: true if writing the field succeeded, false otherwise
 | 
					 * Returns: `TRUE` if writing the field succeeded, `FALSE` otherwise
 | 
				
			||||||
 * Since: 2.80
 | 
					 * Since: 2.80
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
gboolean
 | 
					gboolean
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user