Fix doc typos.
2006-05-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: * gtk/gtkwindow.c: * gtk/gtkrange.c: Fix doc typos.
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							18c7fb2f44
						
					
				
				
					commit
					c0f7f08a0e
				
			@ -1,3 +1,9 @@
 | 
			
		||||
2006-05-08  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtknotebook.c: 
 | 
			
		||||
	* gtk/gtkwindow.c: 
 | 
			
		||||
	* gtk/gtkrange.c: Fix doc typos.
 | 
			
		||||
 | 
			
		||||
2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_class_init):
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,9 @@
 | 
			
		||||
2006-05-08  Matthias Clasen  <mclasen@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtknotebook.c: 
 | 
			
		||||
	* gtk/gtkwindow.c: 
 | 
			
		||||
	* gtk/gtkrange.c: Fix doc typos.
 | 
			
		||||
 | 
			
		||||
2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
 | 
			
		||||
 | 
			
		||||
	* gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_class_init):
 | 
			
		||||
 | 
			
		||||
@ -6935,7 +6935,9 @@ gtk_notebook_get_group_id (GtkNotebook *notebook)
 | 
			
		||||
 * 
 | 
			
		||||
 * Gets whether the tab can be reordered via drag and drop or not.
 | 
			
		||||
 * 
 | 
			
		||||
 * Return Value: TRUE if the tab is reorderable.
 | 
			
		||||
 * Return Value: %TRUE if the tab is reorderable.
 | 
			
		||||
 * 
 | 
			
		||||
 * Since: 2.10
 | 
			
		||||
 **/
 | 
			
		||||
gboolean
 | 
			
		||||
gtk_notebook_get_tab_reorderable (GtkNotebook *notebook,
 | 
			
		||||
 | 
			
		||||
@ -663,7 +663,7 @@ gtk_range_get_inverted (GtkRange *range)
 | 
			
		||||
 * Sets the sensitivity policy for the stepper that points to the
 | 
			
		||||
 * 'lower' end of the GtkRange's adjustment.
 | 
			
		||||
 *
 | 
			
		||||
 * Sine: 2.10
 | 
			
		||||
 * Since: 2.10
 | 
			
		||||
 **/
 | 
			
		||||
void
 | 
			
		||||
gtk_range_set_lower_stepper_sensitivity (GtkRange           *range,
 | 
			
		||||
@ -706,7 +706,7 @@ gtk_range_get_lower_stepper_sensitivity (GtkRange *range)
 | 
			
		||||
 * Sets the sensitivity policy for the stepper that points to the
 | 
			
		||||
 * 'upper' end of the GtkRange's adjustment.
 | 
			
		||||
 *
 | 
			
		||||
 * Sine: 2.10
 | 
			
		||||
 * Since: 2.10
 | 
			
		||||
 **/
 | 
			
		||||
void
 | 
			
		||||
gtk_range_set_upper_stepper_sensitivity (GtkRange           *range,
 | 
			
		||||
 | 
			
		||||
@ -2520,6 +2520,8 @@ gtk_window_set_deletable (GtkWindow *window,
 | 
			
		||||
 * via gtk_window_set_deletable().
 | 
			
		||||
 *
 | 
			
		||||
 * Return value: %TRUE if the window has been set to have a close button
 | 
			
		||||
 *
 | 
			
		||||
 * Since: 2.10
 | 
			
		||||
 **/
 | 
			
		||||
gboolean
 | 
			
		||||
gtk_window_get_deletable (GtkWindow *window)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user