Blame docs/reference/gio/html/ch34s04.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>Change notification: 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="ch34.html" title="Migrating from GConf to GSettings">
Packit ae235b
<link rel="prev" href="ch34s03.html" title="GConfClient (and GConfBridge) API conversion">
Packit ae235b
<link rel="next" href="ch34s05.html" title="Change sets">
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
Change notification
Packit ae235b

Packit ae235b
        GConf requires you to call gconf_client_add_dir() and
Packit ae235b
        gconf_client_notify_add() to get change notification. With
Packit ae235b
        GSettings, this is not necessary; signals get emitted automatically
Packit ae235b
        for every change.
Packit ae235b
      

Packit ae235b

Packit ae235b
        The “changed” signal is emitted for each changed key.
Packit ae235b
        There is also a “change-event” signal that you can handle
Packit ae235b
        if you need to see groups of keys that get changed at the same time.
Packit ae235b
      

Packit ae235b

Packit ae235b
        GSettings also notifies you about changes in writability of keys,
Packit ae235b
        with the “writable-changed” signal (and the
Packit ae235b
        “writable-change-event” signal).
Packit ae235b
      

Packit ae235b
Packit ae235b
Packit ae235b

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