diff options
author | Wu Xiaotian <[email protected]> | 2019-07-31 16:51:14 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-26 14:21:14 +0200 |
commit | 00f68491bad7d3cd06e013f3bdba4282f9afcf62 (patch) | |
tree | 5171025a9477f46f5954cc6fc5d35b89e96a7ebf /src/file-manager/fm-widget-view.h | |
parent | 35876a8ad959dac4561e0c0fc753cb303c9c6283 (diff) | |
download | caja-00f68491bad7d3cd06e013f3bdba4282f9afcf62.tar.bz2 caja-00f68491bad7d3cd06e013f3bdba4282f9afcf62.tar.xz |
add new interface
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); |