diff options
author | Jee-Yong Um <conr2d@gmail.com> | 2016-10-10 13:57:42 +0900 |
---|---|---|
committer | Hermet Park <hermet@hermet.pe.kr> | 2016-10-10 13:57:43 +0900 |
commit | 16ee5b7a5f8ae5fbed46e7d5cedae6d0c80462cc (patch) | |
tree | 3dfa9d09898dca402dd11ca9736db6d308d5b7b7 | |
parent | e0c45058fe058e193e9ec65e79e41600a17c5e95 (diff) |
ecore_ipc: fix typos in documentation group names
Summary: fix typos in documentation group names to grouping APIs correctly
Reviewers: cedric, jpeg, Hermet
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D4333
-rw-r--r-- | src/lib/ecore_ipc/Ecore_Ipc.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/ecore_ipc/Ecore_Ipc.h b/src/lib/ecore_ipc/Ecore_Ipc.h index 928ade94c7..e7f3222885 100644 --- a/src/lib/ecore_ipc/Ecore_Ipc.h +++ b/src/lib/ecore_ipc/Ecore_Ipc.h | |||
@@ -457,7 +457,7 @@ EAPI int ecore_ipc_server_send(Ecore_Ipc_Server *svr, int major, i | |||
457 | * drops. This causes the kernel to queue up to 4096 | 457 | * drops. This causes the kernel to queue up to 4096 |
458 | * connections (or your kernel's limit, whichever is | 458 | * connections (or your kernel's limit, whichever is |
459 | * lower). | 459 | * lower). |
460 | * @ingroup Ecore_Ipc_Server_Group | 460 | * @ingroup Ecore_IPC_Server_Group |
461 | */ | 461 | */ |
462 | EAPI void ecore_ipc_server_client_limit_set(Ecore_Ipc_Server *svr, int client_limit, char reject_excess_clients); | 462 | EAPI void ecore_ipc_server_client_limit_set(Ecore_Ipc_Server *svr, int client_limit, char reject_excess_clients); |
463 | 463 | ||
@@ -466,7 +466,7 @@ EAPI void ecore_ipc_server_client_limit_set(Ecore_Ipc_Server *svr, | |||
466 | * | 466 | * |
467 | * @param svr The given server. | 467 | * @param svr The given server. |
468 | * @param size The maximum data payload size in bytes. | 468 | * @param size The maximum data payload size in bytes. |
469 | * @ingroup Ecore_Ipc_Server_Group | 469 | * @ingroup Ecore_IPC_Server_Group |
470 | */ | 470 | */ |
471 | EAPI void ecore_ipc_server_data_size_max_set(Ecore_Ipc_Server *srv, int size); | 471 | EAPI void ecore_ipc_server_data_size_max_set(Ecore_Ipc_Server *srv, int size); |
472 | 472 | ||
@@ -475,7 +475,7 @@ EAPI void ecore_ipc_server_data_size_max_set(Ecore_Ipc_Server *srv, | |||
475 | * | 475 | * |
476 | * @param svr The given server. | 476 | * @param svr The given server. |
477 | * @return The maximum data payload in bytes. | 477 | * @return The maximum data payload in bytes. |
478 | * @ingroup Ecore_Ipc_Server_Group | 478 | * @ingroup Ecore_IPC_Server_Group |
479 | */ | 479 | */ |
480 | EAPI int ecore_ipc_server_data_size_max_get(Ecore_Ipc_Server *srv); | 480 | EAPI int ecore_ipc_server_data_size_max_get(Ecore_Ipc_Server *srv); |
481 | 481 | ||
@@ -487,7 +487,7 @@ EAPI int ecore_ipc_server_data_size_max_get(Ecore_Ipc_Server *srv) | |||
487 | * the connected server in the form "XXX.YYY.ZZZ.AAA" IP notation. | 487 | * the connected server in the form "XXX.YYY.ZZZ.AAA" IP notation. |
488 | * This string should not be modified or trusted to stay valid after | 488 | * This string should not be modified or trusted to stay valid after |
489 | * deletion for the @p svr object. If no IP is known NULL is returned. | 489 | * deletion for the @p svr object. If no IP is known NULL is returned. |
490 | * @ingroup Ecore_Ipc_Server_Group | 490 | * @ingroup Ecore_IPC_Server_Group |
491 | */ | 491 | */ |
492 | EAPI const char *ecore_ipc_server_ip_get(Ecore_Ipc_Server *svr); | 492 | EAPI const char *ecore_ipc_server_ip_get(Ecore_Ipc_Server *svr); |
493 | 493 | ||
@@ -495,7 +495,7 @@ EAPI const char *ecore_ipc_server_ip_get(Ecore_Ipc_Server *svr); | |||
495 | * @brief Flushes all pending data to the given server. Will return when done. | 495 | * @brief Flushes all pending data to the given server. Will return when done. |
496 | * | 496 | * |
497 | * @param svr The given server. | 497 | * @param svr The given server. |
498 | * @ingroup Ecore_Ipc_Server_Group | 498 | * @ingroup Ecore_IPC_Server_Group |
499 | */ | 499 | */ |
500 | EAPI void ecore_ipc_server_flush(Ecore_Ipc_Server *svr); | 500 | EAPI void ecore_ipc_server_flush(Ecore_Ipc_Server *svr); |
501 | 501 | ||
@@ -567,7 +567,7 @@ EAPI void *ecore_ipc_client_data_get(Ecore_Ipc_Client *cl); | |||
567 | * | 567 | * |
568 | * @param cl The given client. | 568 | * @param cl The given client. |
569 | * @param size The maximum data payload size in bytes. | 569 | * @param size The maximum data payload size in bytes. |
570 | * @ingroup Ecore_Ipc_Client_Group | 570 | * @ingroup Ecore_IPC_Client_Group |
571 | */ | 571 | */ |
572 | EAPI void ecore_ipc_client_data_size_max_set(Ecore_Ipc_Client *cl, int size); | 572 | EAPI void ecore_ipc_client_data_size_max_set(Ecore_Ipc_Client *cl, int size); |
573 | 573 | ||
@@ -576,7 +576,7 @@ EAPI void ecore_ipc_client_data_size_max_set(Ecore_Ipc_Client *cl, | |||
576 | * | 576 | * |
577 | * @param cl The given client. | 577 | * @param cl The given client. |
578 | * @return The maximum data payload size in bytes on success, @c -1 on failure. | 578 | * @return The maximum data payload size in bytes on success, @c -1 on failure. |
579 | * @ingroup Ecore_Ipc_Client_Group | 579 | * @ingroup Ecore_IPC_Client_Group |
580 | */ | 580 | */ |
581 | EAPI int ecore_ipc_client_data_size_max_get(Ecore_Ipc_Client *cl); | 581 | EAPI int ecore_ipc_client_data_size_max_get(Ecore_Ipc_Client *cl); |
582 | 582 | ||
@@ -589,7 +589,7 @@ EAPI int ecore_ipc_client_data_size_max_get(Ecore_Ipc_Client *cl); | |||
589 | * This string should not be modified or trusted to stay valid after | 589 | * This string should not be modified or trusted to stay valid after |
590 | * deletion for the @p cl object. If no IP is known @c NULL is | 590 | * deletion for the @p cl object. If no IP is known @c NULL is |
591 | * returned. | 591 | * returned. |
592 | * @ingroup Ecore_Ipc_Client_Group | 592 | * @ingroup Ecore_IPC_Client_Group |
593 | */ | 593 | */ |
594 | EAPI const char *ecore_ipc_client_ip_get(Ecore_Ipc_Client *cl); | 594 | EAPI const char *ecore_ipc_client_ip_get(Ecore_Ipc_Client *cl); |
595 | 595 | ||
@@ -597,7 +597,7 @@ EAPI const char *ecore_ipc_client_ip_get(Ecore_Ipc_Client *cl); | |||
597 | * @brief Flushes all pending data to the given client. Will return when done. | 597 | * @brief Flushes all pending data to the given client. Will return when done. |
598 | * | 598 | * |
599 | * @param cl The given client. | 599 | * @param cl The given client. |
600 | * @ingroup Ecore_Ipc_Client_Group | 600 | * @ingroup Ecore_IPC_Client_Group |
601 | */ | 601 | */ |
602 | EAPI void ecore_ipc_client_flush(Ecore_Ipc_Client *cl); | 602 | EAPI void ecore_ipc_client_flush(Ecore_Ipc_Client *cl); |
603 | 603 | ||