summaryrefslogtreecommitdiffstats
path: root/lib/efl
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-30 15:36:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-30 15:36:17 +0200
commit8e2f83bd15563595d46ebffa112eac7750715bcd (patch)
tree9c734b4debcfa75ca8305a9a187ea156bbc95a06 /lib/efl
parent8bc69db328a0b16ce4e0e3640513b193772c146f (diff)
downloadffi-efl-8e2f83bd15563595d46ebffa112eac7750715bcd.zip
ffi-efl-8e2f83bd15563595d46ebffa112eac7750715bcd.tar.gz
update eet API
Diffstat (limited to 'lib/efl')
-rw-r--r--lib/efl/native/eet.rb2
1 files changed, 2 insertions, 0 deletions
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);