summaryrefslogtreecommitdiff
path: root/mate-panel/panel-recent.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-recent.h')
-rw-r--r--mate-panel/panel-recent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-panel/panel-recent.h b/mate-panel/panel-recent.h
index 7605342c..e0afb6bd 100644
--- a/mate-panel/panel-recent.h
+++ b/mate-panel/panel-recent.h
@@ -2,6 +2,7 @@
* panel-recent.h
*
* Copyright (C) 2002 James Willcox <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -32,7 +33,8 @@ extern "C" {
#endif
void panel_recent_append_documents_menu (GtkWidget *menu,
- GtkRecentManager *manager);
+ GtkRecentManager *manager,
+ int recent_items_limit);
#ifdef __cplusplus
}