diff options
Diffstat (limited to 'src/file-manager/fm-widget-view.h')
-rw-r--r-- | src/file-manager/fm-widget-view.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/file-manager/fm-widget-view.h b/src/file-manager/fm-widget-view.h index 6ff29699..7b12df92 100644 --- a/src/file-manager/fm-widget-view.h +++ b/src/file-manager/fm-widget-view.h @@ -1,9 +1,8 @@ /* vi: set sw=4 ts=4 wrap ai: */ /* - * fm-widget-view.h: This file is part of ____ - * - * Copyright (C) 2019 yetist <yetist@yetibook> + * fm-widget-view.h: This file is part of caja. * + * Copyright (C) 2019 Wu Xiaotian <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +30,6 @@ G_BEGIN_DECLS #define FM_TYPE_WIDGET_VIEW (fm_widget_view_get_type ()) G_DECLARE_FINAL_TYPE (FMWidgetView, fm_widget_view, FM, WIDGET_VIEW, FMDirectoryView) - FMWidgetView* fm_widget_view_new (void); void fm_widget_view_register (void); |