~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/gcompris/skin.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* gcompris - skin.h
2
2
 *
3
 
 * Copyright (C) 2003 GCompris Developpement Team
 
3
 * Copyright (C) 2003, 2008 GCompris Developpement Team
4
4
 *
5
5
 *   This program is free software; you can redistribute it and/or modify
6
6
 *   it under the terms of the GNU General Public License as published by
46
46
 
47
47
gchar           *gc_skin_image_get(gchar *imagename);
48
48
GdkPixbuf       *gc_skin_pixmap_load(char *pixmapfile);
 
49
RsvgHandle      *gc_skin_rsvg_get();
 
50
RsvgHandle      *gc_skin_rsvg_load(char *pixmapfile);
49
51
 
50
52
void            gc_skin_load (gchar* skin);
51
53
void            gc_skin_free (void);