diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-09-08 22:04:10 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-09-08 22:04:10 +0000 |
commit | 857d40de5969510fd453d6158805eafd9eba56dd (patch) | |
tree | 13811700bc569e0c9a575997752179f57c04c4a8 /src/util.h | |
parent | 35ab76c3e30c2721b5c4ba17d4c9f89cc5759131 (diff) |
another button
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,5 +66,6 @@ double tr_truncd(double x, int decimal_places); int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap); void rm_trailing_slashes(gchar *str); +void trg_widget_set_visible(GtkWidget * w, gboolean visible); #endif /* UTIL_H_ */ |