Expander: get_label() return is nullable
Also, use gchar to match the header.
This commit is contained in:
		@ -1425,12 +1425,12 @@ gtk_expander_set_label (GtkExpander *expander,
 | 
				
			|||||||
 * be avoided by fetching the label text directly from the label
 | 
					 * be avoided by fetching the label text directly from the label
 | 
				
			||||||
 * widget.
 | 
					 * widget.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns: The text of the label widget. This string is owned
 | 
					 * Returns: (nullable): The text of the label widget. This string is owned
 | 
				
			||||||
 *     by the widget and must not be modified or freed.
 | 
					 *     by the widget and must not be modified or freed.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Since: 2.4
 | 
					 * Since: 2.4
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
const char *
 | 
					const gchar *
 | 
				
			||||||
gtk_expander_get_label (GtkExpander *expander)
 | 
					gtk_expander_get_label (GtkExpander *expander)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  GtkExpanderPrivate *priv;
 | 
					  GtkExpanderPrivate *priv;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user