This file is indexed.

/usr/include/xfdashboard/libxfdashboard/libxfdashboard.h is in libxfdashboard-dev 0.6.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
 * libxfdashboard: Maybe a Gnome shell like dashboard for Xfce
 *
 * Copyright 2012-2016 Stephan Haller <nomad@froevel.de>
 *
 * 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
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 *
 *
 */

#ifndef __LIBXFDASHBOARD_H__
#define __LIBXFDASHBOARD_H__

#define __LIBXFDASHBOARD_H_INSIDE__

#include <libxfdashboard/action-button.h>
#include <libxfdashboard/actor.h>
#include <libxfdashboard/application-button.h>
#include <libxfdashboard/application-database.h>
#include <libxfdashboard/application.h>
#include <libxfdashboard/applications-menu-model.h>
#include <libxfdashboard/applications-search-provider.h>
#include <libxfdashboard/applications-view.h>
#include <libxfdashboard/application-tracker.h>
#include <libxfdashboard/background.h>
#include <libxfdashboard/binding.h>
#include <libxfdashboard/bindings-pool.h>
#include <libxfdashboard/box-layout.h>
#include <libxfdashboard/button.h>
#include <libxfdashboard/click-action.h>
#include <libxfdashboard/collapse-box.h>
#include <libxfdashboard/css-selector.h>
#include <libxfdashboard/desktop-app-info.h>
#include <libxfdashboard/drag-action.h>
#include <libxfdashboard/drop-action.h>
#include <libxfdashboard/dynamic-table-layout.h>
#include <libxfdashboard/emblem-effect.h>
#include <libxfdashboard/fill-box-layout.h>
#include <libxfdashboard/focusable.h>
#include <libxfdashboard/focus-manager.h>
#include <libxfdashboard/image-content.h>
#include <libxfdashboard/libxfdashboard.h>
#include <libxfdashboard/live-window.h>
#include <libxfdashboard/live-workspace.h>
#include <libxfdashboard/outline-effect.h>
#include <libxfdashboard/plugin.h>
#include <libxfdashboard/plugins-manager.h>
#include <libxfdashboard/quicklaunch.h>
#include <libxfdashboard/scaled-table-layout.h>
#include <libxfdashboard/scrollbar.h>
#include <libxfdashboard/search-manager.h>
#include <libxfdashboard/search-provider.h>
#include <libxfdashboard/search-result-container.h>
#include <libxfdashboard/search-result-set.h>
#include <libxfdashboard/search-view.h>
#include <libxfdashboard/stage.h>
#include <libxfdashboard/stage-interface.h>
#include <libxfdashboard/stylable.h>
#include <libxfdashboard/text-box.h>
#include <libxfdashboard/theme-css.h>
#include <libxfdashboard/theme-effects.h>
#include <libxfdashboard/theme.h>
#include <libxfdashboard/theme-layout.h>
#include <libxfdashboard/toggle-button.h>
#include <libxfdashboard/tooltip-action.h>
#include <libxfdashboard/types.h>
#include <libxfdashboard/utils.h>
#include <libxfdashboard/view.h>
#include <libxfdashboard/view-manager.h>
#include <libxfdashboard/viewpad.h>
#include <libxfdashboard/view-selector.h>
#include <libxfdashboard/window-content.h>
#include <libxfdashboard/windows-view.h>
#include <libxfdashboard/window-tracker.h>
#include <libxfdashboard/window-tracker-monitor.h>
#include <libxfdashboard/window-tracker-window.h>
#include <libxfdashboard/window-tracker-workspace.h>
#include <libxfdashboard/workspace-selector.h>

#undef __LIBXFDASHBOARD_H_INSIDE__

#endif