~ubuntu-branches/ubuntu/precise/xfdesktop4/precise

« back to all changes in this revision

Viewing changes to src/xfce-backdrop.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-07 21:40:36 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207214036-vtrnsza407lfs4i3
Tags: 4.7.4-0ubuntu1
Upload to natty (pkg-xfce svn r4625), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    void (*changed)(XfceBackdrop *backdrop);
73
73
};
74
74
 
75
 
GType xfce_backdrop_get_type             () G_GNUC_CONST;
 
75
GType xfce_backdrop_get_type             (void) G_GNUC_CONST;
76
76
 
77
77
XfceBackdrop *xfce_backdrop_new          (GdkVisual *visual);
78
78