aboutsummaryrefslogtreecommitdiff
path: root/src/stock_pixmap.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-17 08:05:40 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-17 08:05:40 +0000
commitb74e71e40176930efe075fc1de0987d820500c44 (patch)
tree9e0259eb5abdc58be6f1855d275682015dc1cac2 /src/stock_pixmap.h
parent42276d67cd3f739ac1528b74c98d310634465021 (diff)
implemented icon theme feature.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3284 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r--src/stock_pixmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h
index 7d019510..15017516 100644
--- a/src/stock_pixmap.h
+++ b/src/stock_pixmap.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2013 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -101,4 +101,6 @@ gint stock_pixbuf_gdk (GtkWidget *window,
StockPixmap icon,
GdkPixbuf **pixbuf);
+gint stock_pixbuf_set_theme_dir (const gchar *dir);
+
#endif /* __STOCK_PIXMAP_H__ */