This file is indexed.

/usr/include/budgie-desktop/theme.h is in budgie-core-dev 10.4+git20171031.10.g9f71bb8-1.2ubuntu1.

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
/*
 * This file is part of budgie-desktop.
 *
 * Copyright © 2015-2017 Budgie Desktop Developers
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 */

#include <glib.h>

/**
 * Generate a dynamic resource path for the given suffix for a resource
 * contained within the libbudgie-theme.
 *
 * This performs a runtime check to determine the currently used version
 * of GTK+ to ensure that the appropriate theme-set is used. Currently
 * we support 3.18 and 3.20
 *
 * @return a Newly allocated string
 */
gchar *budgie_form_theme_path(const gchar *suffix);