From cfe060300ff10557f8805eee176604095c48cc2d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 2 Feb 2012 14:04:27 +0100 Subject: clock: Convert to GResource origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=aa2895d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870 https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9ade365 --- applets/clock/clock-utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applets/clock/clock-utils.h') diff --git a/applets/clock/clock-utils.h b/applets/clock/clock-utils.h index 647f7222..2ba0ef79 100644 --- a/applets/clock/clock-utils.h +++ b/applets/clock/clock-utils.h @@ -50,7 +50,9 @@ void clock_utils_display_help (GtkWidget *widget, const char *doc_id, const char *link_id); -GdkPixbuf * clock_utils_pixbuf_from_svg_file_at_size (const char *name, int width, int height); +GdkPixbuf *clock_utils_pixbuf_from_svg_resource_at_size (const char *resource, + int width, + int height); #ifdef __cplusplus } -- cgit v1.2.1