Libgconf-bridge

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Architectural Details: Layout issue)
(catchg)
 
(4 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
== Questions and Answers ==
 
== Questions and Answers ==
 
(None)
 
(None)
 +
 +
[[Category:Middleware]]

Latest revision as of 09:37, 19 July 2009

Contents

[edit] 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.


[edit] Use

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

[edit] Constraints

(None)

[edit] 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.

[edit] Implementation Recommendations

(None)

[edit] Unresolved Issues

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

[edit] 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)