diff options
Diffstat (limited to 'src/plugins/fs/helper.h')
-rw-r--r-- | src/plugins/fs/helper.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/fs/helper.h b/src/plugins/fs/helper.h index 72938fc3..73e40485 100644 --- a/src/plugins/fs/helper.h +++ b/src/plugins/fs/helper.h | |||
@@ -27,6 +27,19 @@ | |||
27 | * @author Christian Grothoff | 27 | * @author Christian Grothoff |
28 | */ | 28 | */ |
29 | 29 | ||
30 | /* Create the tab label and icon, | ||
31 | * adding a little button to close the search | ||
32 | * This function is a modified version of an Epiphany/Gedit code, | ||
33 | * part of this work is copyrighted (GPL license) by its authors. | ||
34 | * | ||
35 | * @param the title of the new label | ||
36 | * @returns the created widget to pack into the page header | ||
37 | */ | ||
38 | GtkWidget * | ||
39 | buildSearchTabLabel (GtkWidget *searchPage, | ||
40 | const char *title); | ||
41 | |||
42 | |||
30 | /** | 43 | /** |
31 | * Parse a time given in the form | 44 | * Parse a time given in the form |
32 | * "XX seconds yy days zz months". | 45 | * "XX seconds yy days zz months". |