gphoto4ruby 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +4 -0
- data/ext/gphoto2camera.c +5 -0
- data/ext/gphoto2camera.h +3 -3
- data/ext/gphoto2camera_event.c +2 -0
- data/ext/gphoto2camera_event.h +1 -1
- data/ext/gphoto2camera_utilities.c +2 -0
- data/ext/gphoto2camera_utilities.h +1 -1
- metadata +2 -2
data/CHANGELOG.rdoc
CHANGED
data/ext/gphoto2camera.c
CHANGED
data/ext/gphoto2camera.h
CHANGED
@@ -32,10 +32,10 @@
|
|
32
32
|
#ifndef _INC_CAMERA
|
33
33
|
#define _INC_CAMERA
|
34
34
|
|
35
|
-
VALUE rb_mGPhoto2;
|
36
|
-
VALUE rb_cGPhoto2Camera;
|
35
|
+
extern VALUE rb_mGPhoto2;
|
36
|
+
extern VALUE rb_cGPhoto2Camera;
|
37
37
|
|
38
|
-
VALUE rb_cGPhoto2ConfigurationError;
|
38
|
+
extern VALUE rb_cGPhoto2ConfigurationError;
|
39
39
|
|
40
40
|
void camera_mark(GPhoto2Camera *c);
|
41
41
|
void camera_free(GPhoto2Camera *c);
|
data/ext/gphoto2camera_event.c
CHANGED
data/ext/gphoto2camera_event.h
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gphoto4ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- heq4 company
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2008-10-
|
13
|
+
date: 2008-10-21 00:00:00 +04:00
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|