summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/ecore_con_eet_base.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/ecore_con_eet_base.eo')
-rw-r--r--src/lib/ecore_con/ecore_con_eet_base.eo3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ecore_con/ecore_con_eet_base.eo b/src/lib/ecore_con/ecore_con_eet_base.eo
index 8c5b3a554f..76bdb3aeca 100644
--- a/src/lib/ecore_con/ecore_con_eet_base.eo
+++ b/src/lib/ecore_con/ecore_con_eet_base.eo
@@ -83,8 +83,7 @@ class Ecore.Con.Eet.Base (Efl.Object) {
to which the data has to be sent.]]
protocol_name: string; [[The name of the eet stream.]]
section: string; [[Name of section in the eet descriptor.]]
- value: void_ptr; [[The value of the section.]]
- length: uint; [[The length of the data that is being sent.]]
+ section_data: ptr(Eina.Binbuf);
}
}
}