~ubuntu-branches/debian/jessie/aisleriot/jessie

« back to all changes in this revision

Viewing changes to src/lib/ar-card-themes.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jeremy Bicha, Jordi Mallach
  • Date: 2012-04-22 12:49:26 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120422124926-gmr0thwstl91jt1n
Tags: 1:3.4.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in: (Build)-depend on guile-2.0
* debian/*.install: Cards files are now stored as zipped .svg's
* debian/patches/99_format-security.patch: Dropped, applied upstream

[ Jordi Mallach ]
* New upstream release.
* Update copyright to final version of the machine-readable 1.0 spec.
* Bump Standards Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
ArCardTheme *ar_card_themes_get_theme_any (ArCardThemes *theme_manager);
59
59
 
60
60
void ar_card_themes_install_themes (ArCardThemes *theme_manager,
61
 
                                       GtkWindow *parent_window,
62
 
                                       guint user_time);
 
61
                                    GtkWidget *parent_window,
 
62
                                    guint user_time);
63
63
 
64
64
G_END_DECLS
65
65