~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to src/hudwebappsource.h

  • Committer: Tarmac
  • Author(s): Ted Gould, Pete Woods, Antti Kaijanmäki, Ted Gould, Albert Astals, Ryan Lortie, Łukasz 'sil2100' Zemczak, Albert Astals Cid, Mathieu Trudel-Lapierre, Kaleo, Tarmac, Ricardo Salveti de Araujo, Michael Terry, Automatic PS uploader
  • Date: 2013-04-10 16:04:51 UTC
  • mfrom: (227.3.148 phablet)
  • Revision ID: tarmac-20130410160451-o3owpv3zaxulm5of
HUD 2.0 Merge.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define __HUD_WEBAPP_SOURCE_H__
21
21
 
22
22
#include <glib-object.h>
23
 
#include "hudwindowsource.h"
24
23
 
25
24
#define HUD_TYPE_WEBAPP_SOURCE                           (hud_webapp_source_get_type ())
26
25
#define HUD_WEBAPP_SOURCE(inst)                          (G_TYPE_CHECK_INSTANCE_CAST ((inst),                     \
31
30
typedef struct _HudWebappSource                          HudWebappSource;
32
31
 
33
32
GType                   hud_webapp_source_get_type                   (void);
34
 
HudWebappSource *    hud_webapp_source_new                        (HudWindowSource *window_source);
 
33
HudWebappSource *       hud_webapp_source_new                        (void);
35
34
 
36
35
#endif /* __HUD_WEBAPP_SOURCE_H__ */