This file is indexed.

/usr/include/libgwibber-0.2/gwibber-gtk.h is in libgwibber-gtk-dev 3.4.0-0ubuntu4.

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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
/* gwibber-gtk.h generated by valac 0.15.2, the Vala compiler, do not modify */


#ifndef __GWIBBER_GTK_H__
#define __GWIBBER_GTK_H__

#include <glib.h>
#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>
#include "gwibber.h"
#include <gdk/gdk.h>
#include <gee.h>
#include <float.h>
#include <math.h>
#include <dee.h>

G_BEGIN_DECLS


#define GWIBBER_GTK_TYPE_ACTION_BOX (gwibber_gtk_action_box_get_type ())
#define GWIBBER_GTK_ACTION_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_ACTION_BOX, GwibberGtkActionBox))
#define GWIBBER_GTK_ACTION_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_ACTION_BOX, GwibberGtkActionBoxClass))
#define GWIBBER_GTK_IS_ACTION_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_ACTION_BOX))
#define GWIBBER_GTK_IS_ACTION_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_ACTION_BOX))
#define GWIBBER_GTK_ACTION_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_ACTION_BOX, GwibberGtkActionBoxClass))

typedef struct _GwibberGtkActionBox GwibberGtkActionBox;
typedef struct _GwibberGtkActionBoxClass GwibberGtkActionBoxClass;
typedef struct _GwibberGtkActionBoxPrivate GwibberGtkActionBoxPrivate;

#define GWIBBER_GTK_TYPE_ACTION_BOX_ITEM (gwibber_gtk_action_box_item_get_type ())
#define GWIBBER_GTK_ACTION_BOX_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_ACTION_BOX_ITEM, GwibberGtkActionBoxItem))
#define GWIBBER_GTK_ACTION_BOX_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_ACTION_BOX_ITEM, GwibberGtkActionBoxItemClass))
#define GWIBBER_GTK_IS_ACTION_BOX_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_ACTION_BOX_ITEM))
#define GWIBBER_GTK_IS_ACTION_BOX_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_ACTION_BOX_ITEM))
#define GWIBBER_GTK_ACTION_BOX_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_ACTION_BOX_ITEM, GwibberGtkActionBoxItemClass))

typedef struct _GwibberGtkActionBoxItem GwibberGtkActionBoxItem;
typedef struct _GwibberGtkActionBoxItemClass GwibberGtkActionBoxItemClass;
typedef struct _GwibberGtkActionBoxItemPrivate GwibberGtkActionBoxItemPrivate;

#define GWIBBER_GTK_TYPE_ENTRY (gwibber_gtk_entry_get_type ())
#define GWIBBER_GTK_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_ENTRY, GwibberGtkEntry))
#define GWIBBER_GTK_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_ENTRY, GwibberGtkEntryClass))
#define GWIBBER_GTK_IS_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_ENTRY))
#define GWIBBER_GTK_IS_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_ENTRY))
#define GWIBBER_GTK_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_ENTRY, GwibberGtkEntryClass))

typedef struct _GwibberGtkEntry GwibberGtkEntry;
typedef struct _GwibberGtkEntryClass GwibberGtkEntryClass;
typedef struct _GwibberGtkEntryPrivate GwibberGtkEntryPrivate;

#define GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW (gwibber_gtk_input_text_view_get_type ())
#define GWIBBER_GTK_INPUT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW, GwibberGtkInputTextView))
#define GWIBBER_GTK_INPUT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW, GwibberGtkInputTextViewClass))
#define GWIBBER_GTK_IS_INPUT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW))
#define GWIBBER_GTK_IS_INPUT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW))
#define GWIBBER_GTK_INPUT_TEXT_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_INPUT_TEXT_VIEW, GwibberGtkInputTextViewClass))

typedef struct _GwibberGtkInputTextView GwibberGtkInputTextView;
typedef struct _GwibberGtkInputTextViewClass GwibberGtkInputTextViewClass;

#define GWIBBER_GTK_TYPE_SIMPLE_ENTRY (gwibber_gtk_simple_entry_get_type ())
#define GWIBBER_GTK_SIMPLE_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_SIMPLE_ENTRY, GwibberGtkSimpleEntry))
#define GWIBBER_GTK_SIMPLE_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_SIMPLE_ENTRY, GwibberGtkSimpleEntryClass))
#define GWIBBER_GTK_IS_SIMPLE_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_SIMPLE_ENTRY))
#define GWIBBER_GTK_IS_SIMPLE_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_SIMPLE_ENTRY))
#define GWIBBER_GTK_SIMPLE_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_SIMPLE_ENTRY, GwibberGtkSimpleEntryClass))

typedef struct _GwibberGtkSimpleEntry GwibberGtkSimpleEntry;
typedef struct _GwibberGtkSimpleEntryClass GwibberGtkSimpleEntryClass;
typedef struct _GwibberGtkSimpleEntryPrivate GwibberGtkSimpleEntryPrivate;
typedef struct _GwibberGtkInputTextViewPrivate GwibberGtkInputTextViewPrivate;

#define GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON (gwibber_gtk_account_toggle_button_get_type ())
#define GWIBBER_GTK_ACCOUNT_TOGGLE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, GwibberGtkAccountToggleButton))
#define GWIBBER_GTK_ACCOUNT_TOGGLE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, GwibberGtkAccountToggleButtonClass))
#define GWIBBER_GTK_IS_ACCOUNT_TOGGLE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON))
#define GWIBBER_GTK_IS_ACCOUNT_TOGGLE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON))
#define GWIBBER_GTK_ACCOUNT_TOGGLE_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TOGGLE_BUTTON, GwibberGtkAccountToggleButtonClass))

typedef struct _GwibberGtkAccountToggleButton GwibberGtkAccountToggleButton;
typedef struct _GwibberGtkAccountToggleButtonClass GwibberGtkAccountToggleButtonClass;
typedef struct _GwibberGtkAccountToggleButtonPrivate GwibberGtkAccountToggleButtonPrivate;

#define GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR (gwibber_gtk_account_target_bar_get_type ())
#define GWIBBER_GTK_ACCOUNT_TARGET_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR, GwibberGtkAccountTargetBar))
#define GWIBBER_GTK_ACCOUNT_TARGET_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR, GwibberGtkAccountTargetBarClass))
#define GWIBBER_GTK_IS_ACCOUNT_TARGET_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR))
#define GWIBBER_GTK_IS_ACCOUNT_TARGET_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR))
#define GWIBBER_GTK_ACCOUNT_TARGET_BAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_ACCOUNT_TARGET_BAR, GwibberGtkAccountTargetBarClass))

typedef struct _GwibberGtkAccountTargetBar GwibberGtkAccountTargetBar;
typedef struct _GwibberGtkAccountTargetBarClass GwibberGtkAccountTargetBarClass;
typedef struct _GwibberGtkAccountTargetBarPrivate GwibberGtkAccountTargetBarPrivate;

#define GWIBBER_GTK_TYPE_SEND_BAR (gwibber_gtk_send_bar_get_type ())
#define GWIBBER_GTK_SEND_BAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_SEND_BAR, GwibberGtkSendBar))
#define GWIBBER_GTK_SEND_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_SEND_BAR, GwibberGtkSendBarClass))
#define GWIBBER_GTK_IS_SEND_BAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_SEND_BAR))
#define GWIBBER_GTK_IS_SEND_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_SEND_BAR))
#define GWIBBER_GTK_SEND_BAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_SEND_BAR, GwibberGtkSendBarClass))

typedef struct _GwibberGtkSendBar GwibberGtkSendBar;
typedef struct _GwibberGtkSendBarClass GwibberGtkSendBarClass;
typedef struct _GwibberGtkSendBarPrivate GwibberGtkSendBarPrivate;

#define GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR (gwibber_gtk_stream_view_avatar_get_type ())
#define GWIBBER_GTK_STREAM_VIEW_AVATAR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR, GwibberGtkStreamViewAvatar))
#define GWIBBER_GTK_STREAM_VIEW_AVATAR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR, GwibberGtkStreamViewAvatarClass))
#define GWIBBER_GTK_IS_STREAM_VIEW_AVATAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR))
#define GWIBBER_GTK_IS_STREAM_VIEW_AVATAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR))
#define GWIBBER_GTK_STREAM_VIEW_AVATAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_AVATAR, GwibberGtkStreamViewAvatarClass))

typedef struct _GwibberGtkStreamViewAvatar GwibberGtkStreamViewAvatar;
typedef struct _GwibberGtkStreamViewAvatarClass GwibberGtkStreamViewAvatarClass;
typedef struct _GwibberGtkStreamViewAvatarPrivate GwibberGtkStreamViewAvatarPrivate;

#define GWIBBER_GTK_TYPE_STREAM_VIEW_TILE (gwibber_gtk_stream_view_tile_get_type ())
#define GWIBBER_GTK_STREAM_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_TILE, GwibberGtkStreamViewTile))
#define GWIBBER_GTK_STREAM_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW_TILE, GwibberGtkStreamViewTileClass))
#define GWIBBER_GTK_IS_STREAM_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_TILE))
#define GWIBBER_GTK_IS_STREAM_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW_TILE))
#define GWIBBER_GTK_STREAM_VIEW_TILE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW_TILE, GwibberGtkStreamViewTileClass))

typedef struct _GwibberGtkStreamViewTile GwibberGtkStreamViewTile;
typedef struct _GwibberGtkStreamViewTileClass GwibberGtkStreamViewTileClass;
typedef struct _GwibberGtkStreamViewTilePrivate GwibberGtkStreamViewTilePrivate;

#define GWIBBER_GTK_TYPE_TILE_BOX (gwibber_gtk_tile_box_get_type ())
#define GWIBBER_GTK_TILE_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_TILE_BOX, GwibberGtkTileBox))
#define GWIBBER_GTK_TILE_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_TILE_BOX, GwibberGtkTileBoxClass))
#define GWIBBER_GTK_IS_TILE_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_TILE_BOX))
#define GWIBBER_GTK_IS_TILE_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_TILE_BOX))
#define GWIBBER_GTK_TILE_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_TILE_BOX, GwibberGtkTileBoxClass))

typedef struct _GwibberGtkTileBox GwibberGtkTileBox;
typedef struct _GwibberGtkTileBoxClass GwibberGtkTileBoxClass;
typedef struct _GwibberGtkTileBoxPrivate GwibberGtkTileBoxPrivate;

#define GWIBBER_GTK_TYPE_STREAM_VIEW (gwibber_gtk_stream_view_get_type ())
#define GWIBBER_GTK_STREAM_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW, GwibberGtkStreamView))
#define GWIBBER_GTK_STREAM_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW, GwibberGtkStreamViewClass))
#define GWIBBER_GTK_IS_STREAM_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW))
#define GWIBBER_GTK_IS_STREAM_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_STREAM_VIEW))
#define GWIBBER_GTK_STREAM_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_STREAM_VIEW, GwibberGtkStreamViewClass))

typedef struct _GwibberGtkStreamView GwibberGtkStreamView;
typedef struct _GwibberGtkStreamViewClass GwibberGtkStreamViewClass;
typedef struct _GwibberGtkStreamViewPrivate GwibberGtkStreamViewPrivate;

#define GWIBBER_GTK_TYPE_SEARCH_VIEW (gwibber_gtk_search_view_get_type ())
#define GWIBBER_GTK_SEARCH_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW, GwibberGtkSearchView))
#define GWIBBER_GTK_SEARCH_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_SEARCH_VIEW, GwibberGtkSearchViewClass))
#define GWIBBER_GTK_IS_SEARCH_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW))
#define GWIBBER_GTK_IS_SEARCH_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_SEARCH_VIEW))
#define GWIBBER_GTK_SEARCH_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW, GwibberGtkSearchViewClass))

typedef struct _GwibberGtkSearchView GwibberGtkSearchView;
typedef struct _GwibberGtkSearchViewClass GwibberGtkSearchViewClass;
typedef struct _GwibberGtkSearchViewPrivate GwibberGtkSearchViewPrivate;

#define GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE (gwibber_gtk_search_view_tile_get_type ())
#define GWIBBER_GTK_SEARCH_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE, GwibberGtkSearchViewTile))
#define GWIBBER_GTK_SEARCH_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE, GwibberGtkSearchViewTileClass))
#define GWIBBER_GTK_IS_SEARCH_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE))
#define GWIBBER_GTK_IS_SEARCH_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE))
#define GWIBBER_GTK_SEARCH_VIEW_TILE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_SEARCH_VIEW_TILE, GwibberGtkSearchViewTileClass))

typedef struct _GwibberGtkSearchViewTile GwibberGtkSearchViewTile;
typedef struct _GwibberGtkSearchViewTileClass GwibberGtkSearchViewTileClass;
typedef struct _GwibberGtkSearchViewTilePrivate GwibberGtkSearchViewTilePrivate;

#define GWIBBER_GTK_TYPE_USER_VIEW (gwibber_gtk_user_view_get_type ())
#define GWIBBER_GTK_USER_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_USER_VIEW, GwibberGtkUserView))
#define GWIBBER_GTK_USER_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_USER_VIEW, GwibberGtkUserViewClass))
#define GWIBBER_GTK_IS_USER_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_USER_VIEW))
#define GWIBBER_GTK_IS_USER_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_USER_VIEW))
#define GWIBBER_GTK_USER_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_USER_VIEW, GwibberGtkUserViewClass))

typedef struct _GwibberGtkUserView GwibberGtkUserView;
typedef struct _GwibberGtkUserViewClass GwibberGtkUserViewClass;
typedef struct _GwibberGtkUserViewPrivate GwibberGtkUserViewPrivate;

#define GWIBBER_GTK_TYPE_USER_VIEW_TILE (gwibber_gtk_user_view_tile_get_type ())
#define GWIBBER_GTK_USER_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_USER_VIEW_TILE, GwibberGtkUserViewTile))
#define GWIBBER_GTK_USER_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_USER_VIEW_TILE, GwibberGtkUserViewTileClass))
#define GWIBBER_GTK_IS_USER_VIEW_TILE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_USER_VIEW_TILE))
#define GWIBBER_GTK_IS_USER_VIEW_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_USER_VIEW_TILE))
#define GWIBBER_GTK_USER_VIEW_TILE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_USER_VIEW_TILE, GwibberGtkUserViewTileClass))

typedef struct _GwibberGtkUserViewTile GwibberGtkUserViewTile;
typedef struct _GwibberGtkUserViewTileClass GwibberGtkUserViewTileClass;
typedef struct _GwibberGtkUserViewTilePrivate GwibberGtkUserViewTilePrivate;

#define GWIBBER_GTK_TYPE_USER_PROFILE_TILE (gwibber_gtk_user_profile_tile_get_type ())
#define GWIBBER_GTK_USER_PROFILE_TILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_GTK_TYPE_USER_PROFILE_TILE, GwibberGtkUserProfileTile))
#define GWIBBER_GTK_USER_PROFILE_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWIBBER_GTK_TYPE_USER_PROFILE_TILE, GwibberGtkUserProfileTileClass))
#define GWIBBER_GTK_IS_USER_PROFILE_TILE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GWIBBER_GTK_TYPE_USER_PROFILE_TILE))
#define GWIBBER_GTK_IS_USER_PROFILE_TILE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GWIBBER_GTK_TYPE_USER_PROFILE_TILE))
#define GWIBBER_GTK_USER_PROFILE_TILE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GWIBBER_GTK_TYPE_USER_PROFILE_TILE, GwibberGtkUserProfileTileClass))

typedef struct _GwibberGtkUserProfileTile GwibberGtkUserProfileTile;
typedef struct _GwibberGtkUserProfileTileClass GwibberGtkUserProfileTileClass;
typedef struct _GwibberGtkUserProfileTilePrivate GwibberGtkUserProfileTilePrivate;

struct _GwibberGtkActionBox {
	GtkBox parent_instance;
	GwibberGtkActionBoxPrivate * priv;
};

struct _GwibberGtkActionBoxClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkActionBoxItem {
	GtkEventBox parent_instance;
	GwibberGtkActionBoxItemPrivate * priv;
};

struct _GwibberGtkActionBoxItemClass {
	GtkEventBoxClass parent_class;
	void (*send) (GwibberGtkActionBoxItem* self, const gchar* mid, const gchar* account, const gchar* sender, const gchar* action);
};

struct _GwibberGtkEntry {
	GtkBox parent_instance;
	GwibberGtkEntryPrivate * priv;
	GwibberService* service;
	GwibberGtkInputTextView* text_view;
};

struct _GwibberGtkEntryClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkSimpleEntry {
	GtkBox parent_instance;
	GwibberGtkSimpleEntryPrivate * priv;
	GwibberService* service;
};

struct _GwibberGtkSimpleEntryClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkInputTextView {
	GtkTextView parent_instance;
	GwibberGtkInputTextViewPrivate * priv;
	GwibberService* service;
	GwibberConnection* conn_service;
	GwibberURLShorten* urlshorten;
	GdkColor fg_color;
	GdkColor error_color;
};

struct _GwibberGtkInputTextViewClass {
	GtkTextViewClass parent_class;
	void (*clear) (GwibberGtkInputTextView* self);
	void (*submit) (GwibberGtkInputTextView* self);
};

struct _GwibberGtkAccountToggleButton {
	GtkToggleButton parent_instance;
	GwibberGtkAccountToggleButtonPrivate * priv;
};

struct _GwibberGtkAccountToggleButtonClass {
	GtkToggleButtonClass parent_class;
};

struct _GwibberGtkAccountTargetBar {
	GtkBox parent_instance;
	GwibberGtkAccountTargetBarPrivate * priv;
	GwibberAccounts* accounts_service;
	GwibberConnection* conn_service;
	GtkButton* send;
	GtkLabel* count;
	GeeHashMap* accounts_buttons_map;
};

struct _GwibberGtkAccountTargetBarClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkSendBar {
	GtkBox parent_instance;
	GwibberGtkSendBarPrivate * priv;
	GtkButton* send;
};

struct _GwibberGtkSendBarClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkStreamViewAvatar {
	GtkImage parent_instance;
	GwibberGtkStreamViewAvatarPrivate * priv;
};

struct _GwibberGtkStreamViewAvatarClass {
	GtkImageClass parent_class;
};

struct _GwibberGtkStreamViewTile {
	GtkEventBox parent_instance;
	GwibberGtkStreamViewTilePrivate * priv;
	guint uid;
};

struct _GwibberGtkStreamViewTileClass {
	GtkEventBoxClass parent_class;
	void (*send) (GwibberGtkStreamViewTile* self, const gchar* mid, const gchar* account, const gchar* sender, const gchar* action);
};

struct _GwibberGtkTileBox {
	GtkBox parent_instance;
	GwibberGtkTileBoxPrivate * priv;
};

struct _GwibberGtkTileBoxClass {
	GtkBoxClass parent_class;
};

struct _GwibberGtkStreamView {
	GtkBox parent_instance;
	GwibberGtkStreamViewPrivate * priv;
	GwibberUtils* utils;
	GwibberService* service;
};

struct _GwibberGtkStreamViewClass {
	GtkBoxClass parent_class;
	void (*send) (GwibberGtkStreamView* self, const gchar* mid, const gchar* account, const gchar* recipient, const gchar* action);
};

struct _GwibberGtkSearchView {
	GtkBox parent_instance;
	GwibberGtkSearchViewPrivate * priv;
	GwibberSearches* searches;
};

struct _GwibberGtkSearchViewClass {
	GtkBoxClass parent_class;
	void (*show_transient) (GwibberGtkSearchView* self, const gchar* id, const gchar* name);
};

struct _GwibberGtkSearchViewTile {
	GtkEventBox parent_instance;
	GwibberGtkSearchViewTilePrivate * priv;
};

struct _GwibberGtkSearchViewTileClass {
	GtkEventBoxClass parent_class;
	void (*show_transient) (GwibberGtkSearchViewTile* self, const gchar* id, const gchar* name);
};

struct _GwibberGtkUserView {
	GtkBox parent_instance;
	GwibberGtkUserViewPrivate * priv;
	GwibberStreams* streams;
};

struct _GwibberGtkUserViewClass {
	GtkBoxClass parent_class;
	void (*show_transient) (GwibberGtkUserView* self, const gchar* id, const gchar* name);
};

struct _GwibberGtkUserViewTile {
	GtkEventBox parent_instance;
	GwibberGtkUserViewTilePrivate * priv;
};

struct _GwibberGtkUserViewTileClass {
	GtkEventBoxClass parent_class;
	void (*show_transient) (GwibberGtkUserViewTile* self, const gchar* id, const gchar* name);
};

struct _GwibberGtkUserProfileTile {
	GtkEventBox parent_instance;
	GwibberGtkUserProfileTilePrivate * priv;
};

struct _GwibberGtkUserProfileTileClass {
	GtkEventBoxClass parent_class;
};


GType gwibber_gtk_action_box_get_type (void) G_GNUC_CONST;
GwibberGtkActionBox* gwibber_gtk_action_box_new (void);
GwibberGtkActionBox* gwibber_gtk_action_box_construct (GType object_type);
GType gwibber_gtk_action_box_item_get_type (void) G_GNUC_CONST;
GwibberGtkActionBoxItem* gwibber_gtk_action_box_item_new (const gchar* service, const gchar* stream, const gchar* account, const gchar* mid, const gchar* sender, gboolean from_me, gboolean liked, const gchar* tooltip);
GwibberGtkActionBoxItem* gwibber_gtk_action_box_item_construct (GType object_type, const gchar* service, const gchar* stream, const gchar* account, const gchar* mid, const gchar* sender, gboolean from_me, gboolean liked, const gchar* tooltip);
gboolean gwibber_gtk_action_box_item_share (GwibberGtkActionBoxItem* self, const gchar* mid, const gchar* account);
gboolean gwibber_gtk_action_box_item_like (GwibberGtkActionBoxItem* self, const gchar* mid, const gchar* account);
gboolean gwibber_gtk_action_box_item_unlike (GwibberGtkActionBoxItem* self, const gchar* mid, const gchar* account);
const gchar* gwibber_gtk_action_box_item_get_service (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_service (GwibberGtkActionBoxItem* self, const gchar* value);
const gchar* gwibber_gtk_action_box_item_get_stream (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_stream (GwibberGtkActionBoxItem* self, const gchar* value);
const gchar* gwibber_gtk_action_box_item_get_account (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_account (GwibberGtkActionBoxItem* self, const gchar* value);
const gchar* gwibber_gtk_action_box_item_get_mid (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_mid (GwibberGtkActionBoxItem* self, const gchar* value);
const gchar* gwibber_gtk_action_box_item_get_sender (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_sender (GwibberGtkActionBoxItem* self, const gchar* value);
const gchar* gwibber_gtk_action_box_item_get_action (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_action (GwibberGtkActionBoxItem* self, const gchar* value);
gboolean gwibber_gtk_action_box_item_get_from_me (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_from_me (GwibberGtkActionBoxItem* self, gboolean value);
gboolean gwibber_gtk_action_box_item_get_liked (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_liked (GwibberGtkActionBoxItem* self, gboolean value);
const gchar* gwibber_gtk_action_box_item_get_tooltip (GwibberGtkActionBoxItem* self);
void gwibber_gtk_action_box_item_set_tooltip (GwibberGtkActionBoxItem* self, const gchar* value);
#define GWIBBER_GTK_MAX_MESSAGE_LENGTH 140
GType gwibber_gtk_entry_get_type (void) G_GNUC_CONST;
GType gwibber_gtk_input_text_view_get_type (void) G_GNUC_CONST;
GwibberGtkEntry* gwibber_gtk_entry_new (void);
GwibberGtkEntry* gwibber_gtk_entry_construct (GType object_type);
GType gwibber_gtk_simple_entry_get_type (void) G_GNUC_CONST;
GwibberGtkSimpleEntry* gwibber_gtk_simple_entry_new (void);
GwibberGtkSimpleEntry* gwibber_gtk_simple_entry_construct (GType object_type);
GwibberGtkInputTextView* gwibber_gtk_input_text_view_new (GwibberService* service);
GwibberGtkInputTextView* gwibber_gtk_input_text_view_construct (GType object_type, GwibberService* service);
void gwibber_gtk_input_text_view_reset (GwibberGtkInputTextView* self);
const gchar* gwibber_gtk_input_text_view_get_mid (GwibberGtkInputTextView* self);
void gwibber_gtk_input_text_view_set_mid (GwibberGtkInputTextView* self, const gchar* value);
const gchar* gwibber_gtk_input_text_view_get_action (GwibberGtkInputTextView* self);
void gwibber_gtk_input_text_view_set_action (GwibberGtkInputTextView* self, const gchar* value);
GType gwibber_gtk_account_toggle_button_get_type (void) G_GNUC_CONST;
GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_new (const gchar* color);
GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_construct (GType object_type, const gchar* color);
const gchar* gwibber_gtk_account_toggle_button_get_color (GwibberGtkAccountToggleButton* self);
GType gwibber_gtk_account_target_bar_get_type (void) G_GNUC_CONST;
GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_new (void);
GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_construct (GType object_type);
void gwibber_gtk_account_target_bar_set_counter (GwibberGtkAccountTargetBar* self, gint chars);
void gwibber_gtk_account_target_bar_on_account_toggled (GwibberGtkAccountTargetBar* self, GwibberGtkAccountToggleButton* account_button, const gchar* id);
const gchar* gwibber_gtk_account_target_bar_get_selected (GwibberGtkAccountTargetBar* self);
void gwibber_gtk_account_target_bar_set_selected (GwibberGtkAccountTargetBar* self, const gchar* value);
GType gwibber_gtk_send_bar_get_type (void) G_GNUC_CONST;
GwibberGtkSendBar* gwibber_gtk_send_bar_new (GwibberService* service);
GwibberGtkSendBar* gwibber_gtk_send_bar_construct (GType object_type, GwibberService* service);
GwibberService* gwibber_gtk_send_bar_get_service (GwibberGtkSendBar* self);
GType gwibber_gtk_stream_view_avatar_get_type (void) G_GNUC_CONST;
GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_new (const gchar* icon_name, GtkIconSize icon_size);
GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_construct (GType object_type, const gchar* icon_name, GtkIconSize icon_size);
GType gwibber_gtk_stream_view_tile_get_type (void) G_GNUC_CONST;
GwibberGtkStreamViewTile* gwibber_gtk_stream_view_tile_new (GwibberUtils* utils, GwibberService* service, gboolean show_fullname);
GwibberGtkStreamViewTile* gwibber_gtk_stream_view_tile_construct (GType object_type, GwibberUtils* utils, GwibberService* service, gboolean show_fullname);
void gwibber_gtk_stream_view_tile_reset (GwibberGtkStreamViewTile* self);
void gwibber_gtk_stream_view_tile_set_details (GwibberGtkStreamViewTile* self, gchar** _accounts, int _accounts_length1, const gchar* _stream, const gchar* _sender, const gchar* _sender_nick, gboolean _from_me, const gchar* _timestamp, const gchar* _message, const gchar* _html, const gchar* _icon_uri, const gchar* _url, const gchar* _source, const gchar* _timestring, const gchar* _reply_nick, const gchar* _reply_name, const gchar* _reply_url, gdouble _likes, gboolean _liked, const gchar* _retweet_nick, const gchar* _retweet_name, const gchar* _retweet_id, const gchar* _link_picture, const gchar* _link_name, const gchar* _link_url, const gchar* _link_desc, const gchar* _link_caption, const gchar* _link_icon, const gchar* _img_url, const gchar* _img_src, const gchar* _img_thumb, const gchar* _img_name, const gchar* _video_picture, const gchar* _video_src, const gchar* _video_url, const gchar* _video_name, const gchar* _comments, const gchar* _recipient, const gchar* _recipient_nick, const gchar* _recipient_icon);
GwibberUtils* gwibber_gtk_stream_view_tile_get_utils (GwibberGtkStreamViewTile* self);
void gwibber_gtk_stream_view_tile_set_utils (GwibberGtkStreamViewTile* self, GwibberUtils* value);
GwibberService* gwibber_gtk_stream_view_tile_get_service (GwibberGtkStreamViewTile* self);
void gwibber_gtk_stream_view_tile_set_service (GwibberGtkStreamViewTile* self, GwibberService* value);
gboolean gwibber_gtk_stream_view_tile_get_show_fullname (GwibberGtkStreamViewTile* self);
void gwibber_gtk_stream_view_tile_set_show_fullname (GwibberGtkStreamViewTile* self, gboolean value);
GType gwibber_gtk_tile_box_get_type (void) G_GNUC_CONST;
GwibberGtkTileBox* gwibber_gtk_tile_box_new (void);
GwibberGtkTileBox* gwibber_gtk_tile_box_construct (GType object_type);
gint gwibber_gtk_tile_box_get_last_height (GwibberGtkTileBox* self);
void gwibber_gtk_tile_box_set_last_height (GwibberGtkTileBox* self, gint value);
GType gwibber_gtk_stream_view_get_type (void) G_GNUC_CONST;
GwibberGtkStreamView* gwibber_gtk_stream_view_new (void);
GwibberGtkStreamView* gwibber_gtk_stream_view_construct (GType object_type);
DeeModel* gwibber_gtk_stream_view_get_model (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_model (GwibberGtkStreamView* self, DeeModel* value);
DeeModel* gwibber_gtk_stream_view_get_stream_filter_model (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_stream_filter_model (GwibberGtkStreamView* self, DeeModel* value);
gint gwibber_gtk_stream_view_get_position (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_position (GwibberGtkStreamView* self, gint value);
const gchar* gwibber_gtk_stream_view_get_stream (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_stream (GwibberGtkStreamView* self, const gchar* value);
gint gwibber_gtk_stream_view_get_sort_order (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_sort_order (GwibberGtkStreamView* self, gint value);
gboolean gwibber_gtk_stream_view_get_show_fullname (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_show_fullname (GwibberGtkStreamView* self, gboolean value);
gboolean gwibber_gtk_stream_view_get_prepared (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_prepared (GwibberGtkStreamView* self, gboolean value);
gboolean gwibber_gtk_stream_view_get_showing (GwibberGtkStreamView* self);
void gwibber_gtk_stream_view_set_showing (GwibberGtkStreamView* self, gboolean value);
GType gwibber_gtk_search_view_get_type (void) G_GNUC_CONST;
GwibberGtkSearchView* gwibber_gtk_search_view_new (void);
GwibberGtkSearchView* gwibber_gtk_search_view_construct (GType object_type);
gint gwibber_gtk_search_view_get_position (GwibberGtkSearchView* self);
void gwibber_gtk_search_view_set_position (GwibberGtkSearchView* self, gint value);
gboolean gwibber_gtk_search_view_get_showing (GwibberGtkSearchView* self);
void gwibber_gtk_search_view_set_showing (GwibberGtkSearchView* self, gboolean value);
GType gwibber_gtk_search_view_tile_get_type (void) G_GNUC_CONST;
GwibberGtkSearchViewTile* gwibber_gtk_search_view_tile_new (GwibberSearches* searches);
GwibberGtkSearchViewTile* gwibber_gtk_search_view_tile_construct (GType object_type, GwibberSearches* searches);
void gwibber_gtk_search_view_tile_reset (GwibberGtkSearchViewTile* self);
void gwibber_gtk_search_view_tile_set_details (GwibberGtkSearchViewTile* self, GeeHashMap* search);
GwibberSearches* gwibber_gtk_search_view_tile_get_searches (GwibberGtkSearchViewTile* self);
void gwibber_gtk_search_view_tile_set_searches (GwibberGtkSearchViewTile* self, GwibberSearches* value);
GType gwibber_gtk_user_view_get_type (void) G_GNUC_CONST;
GwibberGtkUserView* gwibber_gtk_user_view_new (void);
GwibberGtkUserView* gwibber_gtk_user_view_construct (GType object_type);
gint gwibber_gtk_user_view_get_position (GwibberGtkUserView* self);
void gwibber_gtk_user_view_set_position (GwibberGtkUserView* self, gint value);
gboolean gwibber_gtk_user_view_get_showing (GwibberGtkUserView* self);
void gwibber_gtk_user_view_set_showing (GwibberGtkUserView* self, gboolean value);
GType gwibber_gtk_user_view_tile_get_type (void) G_GNUC_CONST;
GwibberGtkUserViewTile* gwibber_gtk_user_view_tile_new (GwibberStreams* streams);
GwibberGtkUserViewTile* gwibber_gtk_user_view_tile_construct (GType object_type, GwibberStreams* streams);
void gwibber_gtk_user_view_tile_reset (GwibberGtkUserViewTile* self);
void gwibber_gtk_user_view_tile_set_details (GwibberGtkUserViewTile* self, GeeHashMap* stream);
GwibberStreams* gwibber_gtk_user_view_tile_get_streams (GwibberGtkUserViewTile* self);
void gwibber_gtk_user_view_tile_set_streams (GwibberGtkUserViewTile* self, GwibberStreams* value);
GType gwibber_gtk_user_profile_tile_get_type (void) G_GNUC_CONST;
GwibberGtkUserProfileTile* gwibber_gtk_user_profile_tile_new (void);
GwibberGtkUserProfileTile* gwibber_gtk_user_profile_tile_construct (GType object_type);
void gwibber_gtk_user_profile_tile_reset (GwibberGtkUserProfileTile* self);
void gwibber_gtk_user_profile_tile_set_details (GwibberGtkUserProfileTile* self, const gchar* _id, const gchar* _sender, const gchar* _sender_nick, gint _followers, gint _friends, gint _statuses, gboolean _following, gboolean _protected, const gchar* _website, const gchar* _description, const gchar* _account, const gchar* _service, const gchar* _icon_uri);
gboolean gwibber_gtk_user_profile_tile_get_showing (GwibberGtkUserProfileTile* self);
void gwibber_gtk_user_profile_tile_set_showing (GwibberGtkUserProfileTile* self, gboolean value);


G_END_DECLS

#endif