~ubuntu-branches/ubuntu/hardy/cheese/hardy-proposed

« back to all changes in this revision

Viewing changes to src/cheese-thumbnails.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Danic
  • Date: 2007-08-16 10:08:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070816100853-di2soj8gtazmhwzd
Tags: 0.2.0-0ubuntu1
* New upstream release
* debian/control: Add libgnomeui as b-d

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * GNU General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
18
 */
20
19
 
21
20
#ifndef __CHEESE_THUMBNAILS_H__
27
26
void cheese_thumbnails_init();
28
27
void cheese_thumbnails_finalize();
29
28
void cheese_thumbnails_fill_thumbs();
30
 
void cheese_thumbnails_append_photo(gchar *);
31
 
void cheese_thumbnails_remove_photo(gchar *);
 
29
void cheese_thumbnails_append_item(gchar *);
 
30
void cheese_thumbnails_remove_item(gchar *);
32
31
 
33
32
struct _thumbnails
34
33
{