Preference Panel Manager
[Application Data Access]


Modules

 Errors
 Initialization and Termination
 Widget Creation
 Launch Preference Panel

Preference panel launch parameters

#define ALP_PREFPNL_NO_COMBO_BOX   "--alp-no-combo-box"
#define ALP_PREFPNL_NO_TITLE_BAR   "--alp-no-title-bar"
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).


Define Documentation

#define ALP_PREFPNL_NO_COMBO_BOX   "--alp-no-combo-box"
 

#define ALP_PREFPNL_NO_TITLE_BAR   "--alp-no-title-bar"
 


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:42 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

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