blob: 0d6d3cecf10f16210731fe048bc4d3973196490f (
plain)
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
|
/* Camera.c generated by valac 0.36.6, the Vala compiler
* generated from Camera.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.
*/
#include <glib.h>
#include <glib-object.h>
void camera_init (GError** error);
void camera_branch_init (void);
void camera_terminate (void);
void camera_branch_terminate (void);
void camera_init (GError** error) {
#line 10 "/home/jens/Source/shotwell/src/camera/Camera.vala"
camera_branch_init ();
#line 26 "Camera.c"
}
void camera_terminate (void) {
#line 14 "/home/jens/Source/shotwell/src/camera/Camera.vala"
camera_branch_terminate ();
#line 33 "Camera.c"
}
|