Document GtkTreeModelForeach parameters. (#4777074, Ross Burton)
2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach parameters. (#4777074, Ross Burton) svn path=/trunk/; revision=18921
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							bf7db03224
						
					
				
				
					commit
					260ec9c31e
				
			@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					2007-10-16  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach 
 | 
				
			||||||
 | 
						parameters. (#4777074, Ross Burton)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2007-10-07  Matthias Clasen  <mclasen@redhat.com>
 | 
					2007-10-07  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/tmpl/gtkpaned.sgml: Mention behaviour with a single child.
 | 
						* gtk/tmpl/gtkpaned.sgml: Mention behaviour with a single child.
 | 
				
			||||||
 | 
				
			|||||||
@ -303,11 +303,11 @@ data in the three <structfield>user_data</structfield> members.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
</para>
 | 
					</para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@model: 
 | 
					@model: The #GtkTreeModel currently being iterated
 | 
				
			||||||
@path: 
 | 
					@path: The current #GtkTreePath
 | 
				
			||||||
@iter: 
 | 
					@iter: The current #GtkTreeIter
 | 
				
			||||||
@data: 
 | 
					@data: The user data passed to gtk_tree_model_foreach()
 | 
				
			||||||
@Returns: 
 | 
					@Returns: %TRUE to stop iterating, %FALSE to continue.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- ##### ENUM GtkTreeModelFlags ##### -->
 | 
					<!-- ##### ENUM GtkTreeModelFlags ##### -->
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user