Changeset 694
- Timestamp:
- 06/06/09 01:33:42 (4 years ago)
- Files:
-
- gtkimageview/src/gdkpixbufdrawcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/gdkpixbufdrawcache.c
r590 r694 1 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*- 2 2 * 3 * Copyright © 2007-200 8Björn Lindqvist <bjourne@gmail.com>3 * Copyright © 2007-2009 Björn Lindqvist <bjourne@gmail.com> 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 24 24 * 25 25 * <para> 26 * The main object in this file is #GdkPixbufDrawCache which provies27 * a cache that should be used by #GtkIImageTool's when redrawing28 * the #GtkImageView.26 * The main object in this file is #GdkPixbufDrawCache which 27 * provides a cache that should be used by #GtkIImageTool instances 28 * when redrawing the #GtkImageView. 29 29 * </para> 30 30 **/
