This file is indexed.

/usr/include/libfriends-0.1/friends-gtk.h is in libfriends-gtk-dev 0.1.2+14.04.20131108.1-0ubuntu1.

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
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* friends-gtk.h generated by valac 0.18.1, the Vala compiler, do not modify */


#ifndef __FRIENDS_GTK_H__
#define __FRIENDS_GTK_H__

#include <glib.h>
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include "friends.h"
#include <stdlib.h>
#include <string.h>

G_BEGIN_DECLS


#define FRIENDS_GTK_TYPE_ENTRY (friends_gtk_entry_get_type ())
#define FRIENDS_GTK_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_ENTRY, FriendsGtkEntry))
#define FRIENDS_GTK_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_ENTRY, FriendsGtkEntryClass))
#define FRIENDS_GTK_IS_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_ENTRY))
#define FRIENDS_GTK_IS_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_ENTRY))
#define FRIENDS_GTK_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_ENTRY, FriendsGtkEntryClass))

typedef struct _FriendsGtkEntry FriendsGtkEntry;
typedef struct _FriendsGtkEntryClass FriendsGtkEntryClass;
typedef struct _FriendsGtkEntryPrivate FriendsGtkEntryPrivate;

#define FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW (friends_gtk_input_text_view_get_type ())
#define FRIENDS_GTK_INPUT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW, FriendsGtkInputTextView))
#define FRIENDS_GTK_INPUT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW, FriendsGtkInputTextViewClass))
#define FRIENDS_GTK_IS_INPUT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW))
#define FRIENDS_GTK_IS_INPUT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW))
#define FRIENDS_GTK_INPUT_TEXT_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_INPUT_TEXT_VIEW, FriendsGtkInputTextViewClass))

typedef struct _FriendsGtkInputTextView FriendsGtkInputTextView;
typedef struct _FriendsGtkInputTextViewClass FriendsGtkInputTextViewClass;

#define FRIENDS_GTK_TYPE_SIMPLE_ENTRY (friends_gtk_simple_entry_get_type ())
#define FRIENDS_GTK_SIMPLE_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_SIMPLE_ENTRY, FriendsGtkSimpleEntry))
#define FRIENDS_GTK_SIMPLE_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_SIMPLE_ENTRY, FriendsGtkSimpleEntryClass))
#define FRIENDS_GTK_IS_SIMPLE_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_SIMPLE_ENTRY))
#define FRIENDS_GTK_IS_SIMPLE_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_SIMPLE_ENTRY))
#define FRIENDS_GTK_SIMPLE_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_SIMPLE_ENTRY, FriendsGtkSimpleEntryClass))

typedef struct _FriendsGtkSimpleEntry FriendsGtkSimpleEntry;
typedef struct _FriendsGtkSimpleEntryClass FriendsGtkSimpleEntryClass;
typedef struct _FriendsGtkSimpleEntryPrivate FriendsGtkSimpleEntryPrivate;
typedef struct _FriendsGtkInputTextViewPrivate FriendsGtkInputTextViewPrivate;

#define FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON (friends_gtk_account_toggle_button_get_type ())
#define FRIENDS_GTK_ACCOUNT_TOGGLE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, FriendsGtkAccountToggleButton))
#define FRIENDS_GTK_ACCOUNT_TOGGLE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, FriendsGtkAccountToggleButtonClass))
#define FRIENDS_GTK_IS_ACCOUNT_TOGGLE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON))
#define FRIENDS_GTK_IS_ACCOUNT_TOGGLE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON))
#define FRIENDS_GTK_ACCOUNT_TOGGLE_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, FriendsGtkAccountToggleButtonClass))

typedef struct _FriendsGtkAccountToggleButton FriendsGtkAccountToggleButton;
typedef struct _FriendsGtkAccountToggleButtonClass FriendsGtkAccountToggleButtonClass;
typedef struct _FriendsGtkAccountToggleButtonPrivate FriendsGtkAccountToggleButtonPrivate;

#define FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR (friends_gtk_account_target_bar_get_type ())
#define FRIENDS_GTK_ACCOUNT_TARGET_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR, FriendsGtkAccountTargetBar))
#define FRIENDS_GTK_ACCOUNT_TARGET_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR, FriendsGtkAccountTargetBarClass))
#define FRIENDS_GTK_IS_ACCOUNT_TARGET_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR))
#define FRIENDS_GTK_IS_ACCOUNT_TARGET_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR))
#define FRIENDS_GTK_ACCOUNT_TARGET_BAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_ACCOUNT_TARGET_BAR, FriendsGtkAccountTargetBarClass))

typedef struct _FriendsGtkAccountTargetBar FriendsGtkAccountTargetBar;
typedef struct _FriendsGtkAccountTargetBarClass FriendsGtkAccountTargetBarClass;
typedef struct _FriendsGtkAccountTargetBarPrivate FriendsGtkAccountTargetBarPrivate;

#define FRIENDS_GTK_TYPE_SEND_BAR (friends_gtk_send_bar_get_type ())
#define FRIENDS_GTK_SEND_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), FRIENDS_GTK_TYPE_SEND_BAR, FriendsGtkSendBar))
#define FRIENDS_GTK_SEND_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), FRIENDS_GTK_TYPE_SEND_BAR, FriendsGtkSendBarClass))
#define FRIENDS_GTK_IS_SEND_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), FRIENDS_GTK_TYPE_SEND_BAR))
#define FRIENDS_GTK_IS_SEND_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), FRIENDS_GTK_TYPE_SEND_BAR))
#define FRIENDS_GTK_SEND_BAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), FRIENDS_GTK_TYPE_SEND_BAR, FriendsGtkSendBarClass))

typedef struct _FriendsGtkSendBar FriendsGtkSendBar;
typedef struct _FriendsGtkSendBarClass FriendsGtkSendBarClass;
typedef struct _FriendsGtkSendBarPrivate FriendsGtkSendBarPrivate;

struct _FriendsGtkEntry {
	GtkBox parent_instance;
	FriendsGtkEntryPrivate * priv;
	FriendsGtkInputTextView* text_view;
};

struct _FriendsGtkEntryClass {
	GtkBoxClass parent_class;
};

struct _FriendsGtkSimpleEntry {
	GtkBox parent_instance;
	FriendsGtkSimpleEntryPrivate * priv;
};

struct _FriendsGtkSimpleEntryClass {
	GtkBoxClass parent_class;
};

struct _FriendsGtkInputTextView {
	GtkTextView parent_instance;
	FriendsGtkInputTextViewPrivate * priv;
	GdkRGBA fg_color;
	GdkRGBA error_color;
};

struct _FriendsGtkInputTextViewClass {
	GtkTextViewClass parent_class;
	void (*clear) (FriendsGtkInputTextView* self);
	void (*submit) (FriendsGtkInputTextView* self);
};

struct _FriendsGtkAccountToggleButton {
	GtkToggleButton parent_instance;
	FriendsGtkAccountToggleButtonPrivate * priv;
};

struct _FriendsGtkAccountToggleButtonClass {
	GtkToggleButtonClass parent_class;
};

struct _FriendsGtkAccountTargetBar {
	GtkBox parent_instance;
	FriendsGtkAccountTargetBarPrivate * priv;
	GtkLabel* count;
};

struct _FriendsGtkAccountTargetBarClass {
	GtkBoxClass parent_class;
};

struct _FriendsGtkSendBar {
	GtkBox parent_instance;
	FriendsGtkSendBarPrivate * priv;
};

struct _FriendsGtkSendBarClass {
	GtkBoxClass parent_class;
};


#define FRIENDS_GTK_MAX_MESSAGE_LENGTH 140
GType friends_gtk_entry_get_type (void) G_GNUC_CONST;
GType friends_gtk_input_text_view_get_type (void) G_GNUC_CONST;
FriendsGtkEntry* friends_gtk_entry_new (void);
FriendsGtkEntry* friends_gtk_entry_construct (GType object_type);
GType friends_gtk_simple_entry_get_type (void) G_GNUC_CONST;
FriendsGtkSimpleEntry* friends_gtk_simple_entry_new (void);
FriendsGtkSimpleEntry* friends_gtk_simple_entry_construct (GType object_type);
FriendsGtkInputTextView* friends_gtk_input_text_view_new (FriendsDispatcher* dispatcher);
FriendsGtkInputTextView* friends_gtk_input_text_view_construct (GType object_type, FriendsDispatcher* dispatcher);
void friends_gtk_input_text_view_reset (FriendsGtkInputTextView* self);
const gchar* friends_gtk_input_text_view_get_mid (FriendsGtkInputTextView* self);
void friends_gtk_input_text_view_set_mid (FriendsGtkInputTextView* self, const gchar* value);
const gchar* friends_gtk_input_text_view_get_action (FriendsGtkInputTextView* self);
void friends_gtk_input_text_view_set_action (FriendsGtkInputTextView* self, const gchar* value);
GType friends_gtk_account_toggle_button_get_type (void) G_GNUC_CONST;
FriendsGtkAccountToggleButton* friends_gtk_account_toggle_button_new (const gchar* color);
FriendsGtkAccountToggleButton* friends_gtk_account_toggle_button_construct (GType object_type, const gchar* color);
const gchar* friends_gtk_account_toggle_button_get_color (FriendsGtkAccountToggleButton* self);
GType friends_gtk_account_target_bar_get_type (void) G_GNUC_CONST;
FriendsGtkAccountTargetBar* friends_gtk_account_target_bar_new (void);
FriendsGtkAccountTargetBar* friends_gtk_account_target_bar_construct (GType object_type);
void friends_gtk_account_target_bar_set_counter (FriendsGtkAccountTargetBar* self, gint chars);
guint* friends_gtk_account_target_bar_get_selected (FriendsGtkAccountTargetBar* self);
void friends_gtk_account_target_bar_set_selected (FriendsGtkAccountTargetBar* self, guint* value);
GType friends_gtk_send_bar_get_type (void) G_GNUC_CONST;
FriendsGtkSendBar* friends_gtk_send_bar_new (void);
FriendsGtkSendBar* friends_gtk_send_bar_construct (GType object_type);


G_END_DECLS

#endif