Ecore.h   Ecore.h 
skipping to change at line 2111 skipping to change at line 2111
* @see ecore_thread_max_set() * @see ecore_thread_max_set()
* @see ecore_thread_max_reset() * @see ecore_thread_max_reset()
*/ */
EAPI int ecore_thread_max_get(void); EAPI int ecore_thread_max_get(void);
/** /**
* Sets the maximum number of threads allowed to run simultaneously * Sets the maximum number of threads allowed to run simultaneously
* *
* @param num The new maximum * @param num The new maximum
* *
* This sets a new value for the maximum number of concurrently running * This sets a new value for the maximum number of concurrently running
* Ecore_Thread's. It @b must an integer between 1 and (2 * @c x), where @c x * Ecore_Thread's. It @b must an integer between 1 and (16 * @c x), where @ c x
* is the number for CPUs available. * is the number for CPUs available.
* *
* @see ecore_thread_max_get() * @see ecore_thread_max_get()
* @see ecore_thread_max_reset() * @see ecore_thread_max_reset()
*/ */
EAPI void ecore_thread_max_set(int num); EAPI void ecore_thread_max_set(int num);
/** /**
* Resets the maximum number of concurrently running threads to the default * Resets the maximum number of concurrently running threads to the default
* *
* This resets the value returned by ecore_thread_max_get() back to its * This resets the value returned by ecore_thread_max_get() back to its
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 Ecore_Ipc.h   Ecore_Ipc.h 
#ifndef _ECORE_IPC_H #ifndef _ECORE_IPC_H
#define _ECORE_IPC_H #define _ECORE_IPC_H
#include <Eina.h>
#ifdef EAPI #ifdef EAPI
# undef EAPI # undef EAPI
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
# ifdef EFL_ECORE_IPC_BUILD # ifdef EFL_ECORE_IPC_BUILD
# ifdef DLL_EXPORT # ifdef DLL_EXPORT
# define EAPI __declspec(dllexport) # define EAPI __declspec(dllexport)
# else # else
# define EAPI # define EAPI
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/