summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-26 18:55:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-26 18:55:21 +0000
commitaff982298fb16ef8bbf32697df59965def50eb5d (patch)
tree185f87e687e7c312dd5e2835234ebaf32a326cfc /src/util.h
parentecf7d01164029d5b5cd139e7db8a5e8705c6fac5 (diff)
closer to gtk3 support, I think just the graph needs doing now.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index c3ff770..31fc094 100644
--- a/src/util.h
+++ b/src/util.h
@@ -71,5 +71,6 @@ GtkWidget *my_scrolledwin_new(GtkWidget * child);
gboolean is_url(gchar *string);
gboolean is_magnet(gchar *string);
gdouble json_node_really_get_double(JsonNode *node);
+GtkWidget *gtr_combo_box_new_enum(const char *text_1, ...);
#endif /* UTIL_H_ */