This file is indexed.

/usr/include/elementary-1/elm_inwin_eo.h is in libelementary-dev 1.8.5-2.

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
#define ELM_OBJ_WIN_INWIN_CLASS elm_obj_win_inwin_class_get()

const Eo_Class *elm_obj_win_inwin_class_get(void) EINA_CONST;

extern EAPI Eo_Op ELM_OBJ_WIN_INWIN_BASE_ID;

enum
{
   ELM_OBJ_WIN_INWIN_SUB_ID_ACTIVATE,
   ELM_OBJ_WIN_INWIN_SUB_ID_LAST
};

#define ELM_OBJ_WIN_INWIN_ID(sub_id) (ELM_OBJ_WIN_INWIN_BASE_ID + sub_id)

/**
 * @def elm_obj_win_inwin_activate
 * @since 1.8
 *
 * No description supplied by the EAPI.
 *
 * @ingroup Inwin
 */
#define elm_obj_win_inwin_activate() ELM_OBJ_WIN_INWIN_ID(ELM_OBJ_WIN_INWIN_SUB_ID_ACTIVATE)