Improve docs. (#154504, Dave Cook)
2004-10-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve docs. (#154504, Dave Cook)
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							9de1565a99
						
					
				
				
					commit
					c6c858dda2
				
			@ -1,5 +1,8 @@
 | 
				
			|||||||
2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
					2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
 | 
				
			||||||
 | 
						docs.  (#154504, Dave Cook)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
						* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
				
			||||||
	(gtk_window_set_default_icon_list): Ref the new icons
 | 
						(gtk_window_set_default_icon_list): Ref the new icons
 | 
				
			||||||
	before unreffing the old ones.  (#154468, Morten Welinder)
 | 
						before unreffing the old ones.  (#154468, Morten Welinder)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,8 @@
 | 
				
			|||||||
2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
					2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
 | 
				
			||||||
 | 
						docs.  (#154504, Dave Cook)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
						* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
				
			||||||
	(gtk_window_set_default_icon_list): Ref the new icons
 | 
						(gtk_window_set_default_icon_list): Ref the new icons
 | 
				
			||||||
	before unreffing the old ones.  (#154468, Morten Welinder)
 | 
						before unreffing the old ones.  (#154468, Morten Welinder)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,8 @@
 | 
				
			|||||||
2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
					2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
 | 
				
			||||||
 | 
						docs.  (#154504, Dave Cook)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
						* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
				
			||||||
	(gtk_window_set_default_icon_list): Ref the new icons
 | 
						(gtk_window_set_default_icon_list): Ref the new icons
 | 
				
			||||||
	before unreffing the old ones.  (#154468, Morten Welinder)
 | 
						before unreffing the old ones.  (#154468, Morten Welinder)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,8 @@
 | 
				
			|||||||
2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
					2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
 | 
				
			||||||
 | 
						docs.  (#154504, Dave Cook)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
						* gtk/gtkwindow.c (gtk_window_set_icon_list): 
 | 
				
			||||||
	(gtk_window_set_default_icon_list): Ref the new icons
 | 
						(gtk_window_set_default_icon_list): Ref the new icons
 | 
				
			||||||
	before unreffing the old ones.  (#154468, Morten Welinder)
 | 
						before unreffing the old ones.  (#154468, Morten Welinder)
 | 
				
			||||||
 | 
				
			|||||||
@ -105,7 +105,8 @@ gtk_cell_layout_pack_end (GtkCellLayout   *cell_layout,
 | 
				
			|||||||
 * gtk_cell_layout_clear:
 | 
					 * gtk_cell_layout_clear:
 | 
				
			||||||
 * @cell_layout: A #GtkCellLayout.
 | 
					 * @cell_layout: A #GtkCellLayout.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Unsets all the mappings on all renderers on @cell_layout.
 | 
					 * Unsets all the mappings on all renderers on @cell_layout and
 | 
				
			||||||
 | 
					 * removes all renderers from @cell_layout.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Since: 2.4
 | 
					 * Since: 2.4
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user