aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c')
-rw-r--r--libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c b/libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c
index c17cadd..e27134d 100644
--- a/libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c
+++ b/libraries/ecore/src/lib/ecore_ipc/ecore_ipc.c
@@ -926,7 +926,7 @@ ecore_ipc_client_data_get(Ecore_Ipc_Client *cl)
926/** 926/**
927 * Sets the max data payload size for an Ipc message in bytes 927 * Sets the max data payload size for an Ipc message in bytes
928 * 928 *
929 * @param client The given client. 929 * @param cl The given client.
930 * @param size The maximum data payload size in bytes. 930 * @param size The maximum data payload size in bytes.
931 * @ingroup Ecore_Ipc_Client_Group 931 * @ingroup Ecore_Ipc_Client_Group
932 */ 932 */
@@ -946,7 +946,6 @@ ecore_ipc_client_data_size_max_set(Ecore_Ipc_Client *cl, int size)
946 * Sets the max data payload size for an Ipc message in bytes 946 * Sets the max data payload size for an Ipc message in bytes
947 * 947 *
948 * @param cl The given client. 948 * @param cl The given client.
949 * @param size The maximum data payload size in bytes.
950 * @ingroup Ecore_Ipc_Client_Group 949 * @ingroup Ecore_Ipc_Client_Group
951 */ 950 */
952EAPI int 951EAPI int