Libgconf-bridge

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(catchg)
m (Cateogry changes: -Openmoko, +System Developers, +Application Developer)
Line 21: Line 21:
 
(None)
 
(None)
  
[[Category:Openmoko]]
+
[[Category:System Developers]]
 +
[[Category:Application Developer]]

Revision as of 13:28, 7 September 2008

Contents

Overview

libgconf-bridge is a utility library for binding GObject properties to GConf keys. It is intended to save the application programmer from having to implement property synchronisation manually.


Use

  • We want to save the state of a program and restore it at the next start

Constraints

(None)

Architectural Details

  • In case an application 'hangs' in a state we want to be able to reset the state of the application.
    This can be be done through the context menu in mainmenu.

Implementation Recommendations

(None)

Unresolved Issues

  • How robust is gconf in case of (disk) memory shortage or sudden power loss situations?

Questions and Answers

(None)

Personal tools

Overview

libgconf-bridge is a utility library for binding GObject properties to GConf keys. It is intended to save the application programmer from having to implement property synchronisation manually.


Use

  • We want to save the state of a program and restore it at the next start

Constraints

(None)

Architectural Details

  • In case an application 'hangs' in a state we want to be able to reset the state of the application.
    This can be be done through the context menu in mainmenu.

Implementation Recommendations

(None)

Unresolved Issues

  • How robust is gconf in case of (disk) memory shortage or sudden power loss situations?

Questions and Answers

(None)