Find object with given name
- Parameters:
-
| entry | Q_ENTRY pointer |
| name | key name |
| size | if size is not NULL, object size will be stored. |
- Returns:
- a pointer of the stored object.
- Note:
- Because of qEntryGet() returns internal object pointer, you do not modify it directly and do not free it. So if you would like to modify that object, use it after duplicating.
Definition at line 279 of file qEntry.c.