~ubuntu-branches/ubuntu/quantal/gnome-panel/quantal

« back to all changes in this revision

Viewing changes to applets/clock/clock-utils.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-08 00:17:11 UTC
  • mfrom: (1.13.15)
  • Revision ID: package-import@ubuntu.com-20120208001711-npwmthl0c6iy3s9a
Tags: 1:3.3.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glib to 2.31.14
* debian/patches/13_disable_missing_help.patch:
  Updated patch from bugzilla
* debian/patches/14_revert-timedate-change.patch:
  - Revert switch to systemd timedate protocol until ubuntu-system-
    services supports it

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                               const char *doc_id,
49
49
                               const char *link_id);
50
50
 
 
51
GdkPixbuf *clock_utils_pixbuf_from_svg_resource_at_size (const char *resource,
 
52
                                                         int         width,
 
53
                                                         int         height);
 
54
 
51
55
G_END_DECLS
52
56
 
53
57
#endif /* __CLOCK_UTILS_H__ */