~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to src/gs-utils.h

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-10-18 09:12:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141018091233-4qeq6sg8ywfc5z09
Tags: 3.14.1-1
* New upstream release
  - debian/control.in: Bump gtk+-3.0 build-dependency to 3.14.1
  - debian/rules: Bump plugin API version to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                                         GError         **error);
52
52
void     gs_reboot                      (GCallback        reboot_failed);
53
53
 
 
54
void    gs_image_set_from_pixbuf_with_scale     (GtkImage               *image,
 
55
                                                 const GdkPixbuf        *pixbuf,
 
56
                                                 gint                    scale);
 
57
void    gs_image_set_from_pixbuf                (GtkImage               *image,
 
58
                                                 const GdkPixbuf        *pixbuf);
 
59
 
54
60
G_END_DECLS
55
61
 
56
62
#endif /* __GS_UTILS_H */