S60 Open C
glib API Specification

glib API Specification

Table of Contents

Limitations

 


Limitations

Libglib

  • Process spawning: No parent-child relationship. Some functionalities of g_spawn* APIs are not supported.
  • The API g_alloca() does not allocate memory on stack. Instead, it allocates memory on the heap that must be freed using g_free().

Libgthread

None.

Libgmodule

The g_module_symbol API must pass the ordinal number of the function as string and not the symbol name.

Give feedback of this article


Back to top
 

Copyright ©2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.