ffi-tox 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,11 +8,11 @@ module Tox
8
8
  uint16_t = :uint16
9
9
  uint32_t = :uint32
10
10
  attach_variable 'self_public_key', :uint8
11
- attach_variable 'self_name', :uint8
12
- attach_variable 'self_name_length', :uint16
13
- attach_variable 'self_userstatus', :pointer
14
- attach_variable 'self_userstatus_len', :uint16
15
- attach_variable 'numfriends', :uint32
11
+ # attach_variable 'self_name', :uint8
12
+ # attach_variable 'self_name_length', :uint16
13
+ # attach_variable 'self_userstatus', :pointer
14
+ # attach_variable 'self_userstatus_len', :uint16
15
+ # attach_variable 'numfriends', :uint32
16
16
  %}
17
17
 
18
18
  /* Parse the header file to generate wrappers */
@@ -7,11 +7,11 @@ module Tox
7
7
  uint16_t = :uint16
8
8
  uint32_t = :uint32
9
9
  attach_variable 'self_public_key', :uint8
10
- attach_variable 'self_name', :uint8
11
- attach_variable 'self_name_length', :uint16
12
- attach_variable 'self_userstatus', :pointer
13
- attach_variable 'self_userstatus_len', :uint16
14
- attach_variable 'numfriends', :uint32
10
+ # attach_variable 'self_name', :uint8
11
+ # attach_variable 'self_name_length', :uint16
12
+ # attach_variable 'self_userstatus', :pointer
13
+ # attach_variable 'self_userstatus_len', :uint16
14
+ # attach_variable 'numfriends', :uint32
15
15
  MAX_NAME_LENGTH = 128
16
16
  MAX_USERSTATUS_LENGTH = 128
17
17
  PACKET_ID_NICKNAME = 48
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-tox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: