~tintou/pantheon-files/gtk-module

« back to all changes in this revision

Viewing changes to libcore/log2.c

  • Committer: xapantu
  • Date: 2011-05-07 19:35:56 UTC
  • mto: This revision was merged to the branch mainline in revision 288.
  • Revision ID: xapantu@gmail.com-20110507193556-511mtzymkkldj4sv
libmarlin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* log2.c generated by valac 0.12.0, the Vala compiler
 
2
 * generated from log2.vala, do not modify */
 
3
 
 
4
 
 
5
#include <glib.h>
 
6
#include <glib-object.h>
 
7
 
 
8
 
 
9
 
 
10
 
 
11
void truc (void);
 
12
 
 
13
 
 
14
void truc (void) {
 
15
        g_print ("aa");
 
16
}
 
17
 
 
18
 
 
19