]> Pileus Git - ~andy/gtk/commitdiff
Remove lies
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 May 2012 21:42:47 +0000 (17:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 May 2012 21:44:14 +0000 (17:44 -0400)
We forgot the documentation when we simplified the GtkApplication
session api.

docs/reference/gtk/migrating-smclient-GtkApplication.xml

index 38bb417d5d3177d0629b21782684a8c272e0d1e0..eddb006899c268238e1e6b3f33a3d495b60e0184 100644 (file)
       </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>