summaryrefslogtreecommitdiffstats
path: root/src/utils/profile-icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/profile-icon.h')
-rw-r--r--src/utils/profile-icon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/profile-icon.h b/src/utils/profile-icon.h
index d4c8244..c8f7167 100644
--- a/src/utils/profile-icon.h
+++ b/src/utils/profile-icon.h
@@ -22,6 +22,7 @@
#ifndef MQ_UTILS_PROFILE_ICON_H
#define MQ_UTILS_PROFILE_ICON_H
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib.h>
G_BEGIN_DECLS
@@ -29,6 +30,9 @@ G_BEGIN_DECLS
gchar *
mq_profile_icon_new(const gchar *color);
+GdkPixbuf *
+mq_profile_icon_new_pixbuf(const gchar *color);
+
G_END_DECLS
#endif /* MQ_UTILS_PROFILE_ICON_H */