~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to aisleriot/lib/ar-card-theme-private.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  char *filename;
34
34
  char *display_name;
35
35
  char *pref_name;
 
36
  guint scalable : 1;
36
37
 
37
38
  gpointer data;
38
39
  GDestroyNotify destroy_notify;
43
44
                                                const char *filename,
44
45
                                                char *display_name /* adopts */,
45
46
                                                char *pref_name /* adopts */,
 
47
                                                gboolean scalable,
46
48
                                                gpointer data,
47
49
                                                GDestroyNotify destroy_notify);
48
50