This file is indexed.

/usr/include/fcitx/module/freedesktop-notify/freedesktop-notify.h is in fcitx-libs-dev 1:4.2.9.1-1ubuntu1.

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
#ifndef _FCITX_MODULE_FREEDESKTOP_NOTIFY_H
#define _FCITX_MODULE_FREEDESKTOP_NOTIFY_H

#include <stdint.h>

typedef void (*FcitxFreedesktopNotifyActionCallback)(void *arg,
                                                     uint32_t id,
                                                     const char *action_id);
typedef struct {
    const char *id;
    const char *name;
} FcitxFreedesktopNotifyAction;

#endif // _FCITX_MODULE_FREEDESKTOP_NOTIFY_H