summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-05-11 17:42:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-05-11 17:42:47 -0400
commitfd8306f340581b3f8901e17d76971f5224523aee (patch)
tree48bac9cc988c358ff70f2a90c3f22cc224923c65
parente12b785653a0d8ea1c4483ce99a49c61531ff788 (diff)
downloadgtk+-wip/list.tar.gz
Remove lieswip/list
We forgot the documentation when we simplified the GtkApplication session api.
-rw-r--r--docs/reference/gtk/migrating-smclient-GtkApplication.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/reference/gtk/migrating-smclient-GtkApplication.xml b/docs/reference/gtk/migrating-smclient-GtkApplication.xml
index 38bb417d5d..eddb006899 100644
--- a/docs/reference/gtk/migrating-smclient-GtkApplication.xml
+++ b/docs/reference/gtk/migrating-smclient-GtkApplication.xml
@@ -31,18 +31,18 @@
</thead>
<tbody>
<row><entry>EggSMClient::quit-requested</entry><entry>instead of calling will_quit (FALSE,...) in response to this signal, install an inhibitor</entry></row>
- <row><entry>EggSMClient::quit</entry><entry>the #GtkApplication::quit signal</entry></row>
- <row><entry>EggSMClient::quit-cancelled</entry><entry></entry></row>
+ <row><entry>EggSMClient::quit</entry><entry>the #GApplication::shutdown signal</entry></row>
+ <row><entry>EggSMClient::quit-cancelled</entry><entry>-</entry></row>
<row><entry>egg_sm_client_will_quit</entry><entry>instead of calling will_quit (FALSE,...), install an inhibitor</entry></row>
- <row><entry>egg_sm_client_end_session</entry><entry>gtk_application_end_session()</entry></row>
+ <row><entry>egg_sm_client_end_session</entry><entry>-</entry></row>
</tbody>
</tgroup>
</table>
<para>
- At this point, GtkApplication has no special support for state saving.
- Applications can use GSettings or GKeyFile and save as much state as
- they see fit in response to #GtkApplication::quit or whenever they
- consider appropriate.
+ At this point, GtkApplication has no special support for state saving
+ and restarting. Applications can use GSettings or GKeyFile and save as
+ much state as they see fit in response to #GApplication::shutdown or
+ whenever they consider appropriate.
</para>
</chapter>