summaryrefslogtreecommitdiff
path: root/applets/clock/clock-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/clock-utils.h')
-rw-r--r--applets/clock/clock-utils.h4
1 files changed, 3 insertions, 1 deletions
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
}