Small formatting fixes in doc comments.
2005-07-18 Matthias Clasen <mclasen@redhat.com> * gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments.
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							1e76488bab
						
					
				
				
					commit
					f6bc8ef13b
				
			@ -1,5 +1,7 @@
 | 
				
			|||||||
2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
					2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
						* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
				
			||||||
	(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
						(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
				
			||||||
	to gtk_tree_row_reference_inserted/deleted, since we
 | 
						to gtk_tree_row_reference_inserted/deleted, since we
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,7 @@
 | 
				
			|||||||
2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
					2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
						* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
				
			||||||
	(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
						(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
				
			||||||
	to gtk_tree_row_reference_inserted/deleted, since we
 | 
						to gtk_tree_row_reference_inserted/deleted, since we
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,7 @@
 | 
				
			|||||||
2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
					2005-07-18  Matthias Clasen  <mclasen@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
						* gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
 | 
				
			||||||
	(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
						(gtk_combo_box_model_row_inserted): Remove useless calls
 | 
				
			||||||
	to gtk_tree_row_reference_inserted/deleted, since we
 | 
						to gtk_tree_row_reference_inserted/deleted, since we
 | 
				
			||||||
 | 
				
			|||||||
@ -200,7 +200,7 @@ gdk_pixbuf_render_to_drawable (GdkPixbuf   *pixbuf,
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Renders a rectangular portion of a pixbuf to a drawable.  The destination
 | 
					 * Renders a rectangular portion of a pixbuf to a drawable.  The destination
 | 
				
			||||||
 * drawable must have a colormap. All windows have a colormap, however, pixmaps
 | 
					 * drawable must have a colormap. All windows have a colormap, however, pixmaps
 | 
				
			||||||
 * only have colormap by default if they were created with a non-NULL window argument.
 | 
					 * only have colormap by default if they were created with a non-%NULL window argument.
 | 
				
			||||||
 * Otherwise a colormap must be set on them with gdk_drawable_set_colormap.
 | 
					 * Otherwise a colormap must be set on them with gdk_drawable_set_colormap.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * On older X servers, rendering pixbufs with an alpha channel involves round trips
 | 
					 * On older X servers, rendering pixbufs with an alpha channel involves round trips
 | 
				
			||||||
@ -242,10 +242,10 @@ gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf   *pixbuf,
 | 
				
			|||||||
 * The pixmap that is created is created for the colormap returned
 | 
					 * The pixmap that is created is created for the colormap returned
 | 
				
			||||||
 * by gdk_rgb_get_colormap(). You normally will want to instead use
 | 
					 * by gdk_rgb_get_colormap(). You normally will want to instead use
 | 
				
			||||||
 * the actual colormap for a widget, and use
 | 
					 * the actual colormap for a widget, and use
 | 
				
			||||||
 * gdk_pixbuf_render_pixmap_and_mask_for_colormap.
 | 
					 * gdk_pixbuf_render_pixmap_and_mask_for_colormap().
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If the pixbuf does not have an alpha channel, then *@mask_return will be set
 | 
					 * If the pixbuf does not have an alpha channel, then *@mask_return will be set
 | 
				
			||||||
 * to NULL.
 | 
					 * to %NULL.
 | 
				
			||||||
 **/
 | 
					 **/
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
gdk_pixbuf_render_pixmap_and_mask (GdkPixbuf  *pixbuf,
 | 
					gdk_pixbuf_render_pixmap_and_mask (GdkPixbuf  *pixbuf,
 | 
				
			||||||
@ -280,7 +280,7 @@ gdk_pixbuf_render_pixmap_and_mask (GdkPixbuf  *pixbuf,
 | 
				
			|||||||
 * will eventually be used or an error will result.
 | 
					 * will eventually be used or an error will result.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If the pixbuf does not have an alpha channel, then *@mask_return will be set
 | 
					 * If the pixbuf does not have an alpha channel, then *@mask_return will be set
 | 
				
			||||||
 * to NULL.
 | 
					 * to %NULL.
 | 
				
			||||||
 **/
 | 
					 **/
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
gdk_pixbuf_render_pixmap_and_mask_for_colormap (GdkPixbuf   *pixbuf,
 | 
					gdk_pixbuf_render_pixmap_and_mask_for_colormap (GdkPixbuf   *pixbuf,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user