This file is indexed.

/usr/include/elementary-1/elm_app_common.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
typedef enum
{
   ELM_APP_VIEW_STATE_UNKNOWN = 0,
   ELM_APP_VIEW_STATE_LIVE,
   ELM_APP_VIEW_STATE_PAUSED,
   ELM_APP_VIEW_STATE_CLOSED,
   ELM_APP_VIEW_STATE_SHALLOW
} Elm_App_View_State;

char *_dbus_package_to_path(const char *package);

Elm_App_View_State _string_state_to_id(const char *state);

const char *_state_id_to_string(Elm_App_View_State state);

void elm_app_client_view_internal_state_set(Eo *eo, Elm_App_View_State state);