libui 0.2.3-aarch64-linux → 0.2.4-aarch64-linux

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4a00e59b8214cf875852734d5b74c5716c38a1c4ba8354d8036a6ca6ec40599
4
- data.tar.gz: b4d535e83d07883fe6561ab5fa8ff3620225dc29274f3c5ecdb6fa78ad27d115
3
+ metadata.gz: 7496c52de8d0d6f7148d92a68d701f09d8a161614500bdc3e4c1cdbcd65151ce
4
+ data.tar.gz: 82c21e5b08800c217612ffc7cb4b9e5b19393a2a4083882d15faf4aaa57979cf
5
5
  SHA512:
6
- metadata.gz: b93bb829808ac504a2bbf4bed51f742ca266d4e7cf10aa9840677b089f309f4fc7d05c3c204491c239b775a5c023252770ac9125c44e0b56dcc9e55c842be4a3
7
- data.tar.gz: b5cdf29edc3f92aae2a42431ce426d5d69ae7709905535e9d188749a990ef2c23ef81869cdeb7b2d407ae109c77cbe00886442358c2488216d997b22e8f7258d
6
+ metadata.gz: 3686768210fdb79b5d9574885882646b81d83a2d3d315d372f4dfcbb5d8b665bf76851698c0813f35dbfa9d4f24c1e303d4a0fb3d31390843d8314dd248a0d60
7
+ data.tar.gz: 4867f5321a9df684ad387db6d921ffb515adf7a19ea33b0d43da640b8f1ebbda52adfd3418f6a0bdc3d110c81a7bc763585edc826adeab39e7810d0ae09747dd
data/lib/libui/ffi.rb CHANGED
@@ -170,6 +170,9 @@ module LibUI
170
170
  try_extern 'int uiTabNumPages(uiTab *t)'
171
171
  try_extern 'int uiTabMargined(uiTab *t, int index)'
172
172
  try_extern 'void uiTabSetMargined(uiTab *t, int index, int margined)'
173
+ try_extern 'int uiTabSelected(uiTab *t)'
174
+ try_extern 'void uiTabSetSelected(uiTab *t, int index)'
175
+ try_extern 'void uiTabOnSelected(uiTab *t, void (*f)(uiTab *sender, void *senderData), void *data)'
173
176
  try_extern 'uiTab *uiNewTab(void)'
174
177
 
175
178
  # uiGroup
data/lib/libui/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module LibUI
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - kojix2