~ubuntu-branches/ubuntu/wily/meson/wily-proposed

« back to all changes in this revision

Viewing changes to test cases/frameworks/7 gir/golib.c

  • Committer: Package Import Robot
  • Author(s): Jussi Pakkanen
  • Date: 2014-08-11 00:24:16 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140811002416-mtrunxxx7t8pqyz0
Tags: 0.19.0-1
* New upstream release.
* Meson now supports Fortran compilation,
  so build-depend on gfortran to test that it's working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "golib.h"
1
2
#include <stdio.h>
2
 
#include "golib.h"
3
3
 
4
4
G_DEFINE_TYPE (MesonSample, meson_sample, G_TYPE_OBJECT)
5
5