From 8e2f83bd15563595d46ebffa112eac7750715bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 30 Aug 2012 15:36:17 +0200 Subject: update eet API --- lib/efl/native/eet.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/efl/native/eet.rb b/lib/efl/native/eet.rb index 28095d2..02354b7 100644 --- a/lib/efl/native/eet.rb +++ b/lib/efl/native/eet.rb @@ -343,6 +343,8 @@ module Efl [ :eet_connection_new, [ :pointer, :pointer, :pointer ], :eet_connection ], # EAPI int eet_connection_received(Eet_Connection *conn, const void *data, size_t size); [ :eet_connection_received, [ :eet_connection, :pointer, :ulong ], :int ], + # EAPI Eina_Bool eet_connection_empty(Eet_Connection *conn); + [ :eet_connection_empty, [ :eet_connection ], :bool ], # EAPI Eina_Bool eet_connection_send(Eet_Connection *conn, Eet_Data_Descriptor *edd, const void *data_in, const char *cipher_key); [ :eet_connection_send, [ :eet_connection, :eet_data_descriptor, :pointer, :string ], :bool ], # EAPI Eina_Bool eet_connection_node_send(Eet_Connection *conn, Eet_Node *node, const char *cipher_key); -- cgit v1.1-2-g2b99