Blame docs/reference/gio/html/ch34.html

Packit ae235b
Packit ae235b
<html>
Packit ae235b
<head>
Packit ae235b
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit ae235b
<title>Migrating from GConf to GSettings: GIO Reference Manual</title>
Packit ae235b
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit ae235b
<link rel="home" href="index.html" title="GIO Reference Manual">
Packit ae235b
<link rel="up" href="migrating.html" title="Part III. Migrating to GIO">
Packit ae235b
<link rel="prev" href="ch33s03.html" title="Mime monitoring">
Packit ae235b
<link rel="next" href="ch34s02.html" title="Conceptual differences">
Packit ae235b
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
Packit ae235b
<link rel="stylesheet" href="style.css" type="text/css">
Packit ae235b
</head>
Packit ae235b
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit ae235b
Packit ae235b
Packit ae235b
Home
Packit ae235b
Up
Packit ae235b
Prev
Packit ae235b
Next
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
Migrating from GConf to GSettings
Packit ae235b
Packit ae235b
Before you start
Packit ae235b
Conceptual differences
Packit ae235b
GConfClient (and GConfBridge) API conversion
Packit ae235b
Change notification
Packit ae235b
Change sets
Packit ae235b
Schema conversion
Packit ae235b
Data conversion
Packit ae235b
Packit ae235b
Packit ae235b

Packit ae235b
Before you start
Packit ae235b

Packit ae235b
        Converting individual applications and their settings from GConf to
Packit ae235b
        GSettings can be done at will. But desktop-wide settings like font or
Packit ae235b
        theme settings often have consumers in multiple modules. Therefore,
Packit ae235b
        some consideration has to go into making sure that all users of a setting
Packit ae235b
        are converted to GSettings at the same time or that the program
Packit ae235b
        responsible for configuring that setting continues to update the value in
Packit ae235b
        both places.
Packit ae235b
      

Packit ae235b

Packit ae235b
        It is always a good idea to have a look at how others have handled
Packit ae235b
        similar problems before.
Packit ae235b
      

Packit ae235b
Packit ae235b
Packit ae235b
Packit ae235b

Generated by GTK-Doc V1.27
Packit ae235b
</body>
Packit ae235b
</html>