Libgconf-bridge

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(catspec)
(catchg)
Line 21: Line 21:
 
(None)
 
(None)
  
[[Category:Software]]
+
[[Category:Openmoko]]

Revision as of 14:59, 6 July 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)