summaryrefslogtreecommitdiff
path: root/gtk/recent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index 697c6892f9..1be017a4b1 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -142,4 +142,11 @@ extern int recent_set_arg(char *prefarg);
*/
extern gint recent_get_column_width(gint col);
+/** Set the column width for the given column
+ *
+ * @param col column number
+ * @param width column width
+ */
+extern void recent_set_column_width(gint col, gint width);
+
#endif /* recent.h */