This file is indexed.

/usr/include/libmate-slab/libslab-utils.h is in libmate-slab-dev 1.20.2-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
#ifndef __LIBSLAB_UTILS_H__
#define __LIBSLAB_UTILS_H__

#include <glib.h>
#include <gtk/gtk.h>
#include <libmate-desktop/mate-desktop-item.h>

#ifdef __cplusplus
extern "C" {
#endif

MateDesktopItem *libslab_mate_desktop_item_new_from_unknown_id (const gchar *id);
guint32           libslab_get_current_time_millis (void);
gint              libslab_strcmp (const gchar *a, const gchar *b);
void              libslab_handle_g_error (GError **error, const gchar *msg_format, ...);

GdkScreen *libslab_get_current_screen (void);

#ifdef __cplusplus
}
#endif

#endif