Initialization and Termination
[Preference Panel Manager]


Modules

 Widget Creation
 Launch Preference Panel

Preference panel launch parameters

alp_status_t alp_prefpnl_fini (void)
 Terminate the Preference Panel Manager.
alp_status_t alp_prefpnl_init (void)
 Initialize the Preference Panel Manager (PPM).


Function Documentation

alp_status_t alp_prefpnl_fini void   ) 
 

Terminate the Preference Panel Manager.

Returns:
ALP_STATUS_OK if no error

Status code (TBD) on failure

Does cleanup on the PPM.

If alp_prefpnl_init() was called, this must be called before exiting the process.

alp_status_t alp_prefpnl_init void   ) 
 

Initialize the Preference Panel Manager (PPM).

Returns:
ALP_STATUS_OK if no error

Status code (TBD) on failure

Finds all the preference panels, initializes internal data structures, and registers all the gadgets with Glade.

Must be called:

  • After initializing GTK
  • If Glade is used, after initializing libglade,
  • Before any other PPM calls except alp_prefpnl_launch()
  • Before doing anything that might indirectly show a preference panel selection widget, such as displaying a Glade-based UI


Generated on Wed Jul 30 07:06:43 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.