gnome-session r4876 - in branches/dbus_based: . doc/dbus gnome-session
- From: mccann svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-session r4876 - in branches/dbus_based: . doc/dbus gnome-session
- Date: Tue, 29 Jul 2008 16:50:58 +0000 (UTC)
Author: mccann
Date: Tue Jul 29 16:50:58 2008
New Revision: 4876
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4876&view=rev
Log:
2008-07-29 William Jon McCann <jmccann redhat com>
* doc/dbus/Makefile.am:
* gnome-session/gsm-dbus-client.xml:
Rename the DBusClient interface to ClientPrivate.
Cuz well that's what it is.
Modified:
branches/dbus_based/ChangeLog
branches/dbus_based/doc/dbus/Makefile.am
branches/dbus_based/gnome-session/gsm-dbus-client.xml
Modified: branches/dbus_based/doc/dbus/Makefile.am
==============================================================================
--- branches/dbus_based/doc/dbus/Makefile.am (original)
+++ branches/dbus_based/doc/dbus/Makefile.am Tue Jul 29 16:50:58 2008
@@ -4,7 +4,7 @@
gnome-session.xml \
org.gnome.SessionManager.ref.xml \
org.gnome.SessionManager.Client.ref.xml \
- org.gnome.SessionManager.DBusClient.ref.xml \
+ org.gnome.SessionManager.ClientPrivate.ref.xml \
org.gnome.SessionManager.Inhibitor.ref.xml \
$(NULL)
@@ -21,7 +21,7 @@
BUILT_SOURCES = \
org.gnome.SessionManager.ref.xml \
org.gnome.SessionManager.Client.ref.xml \
- org.gnome.SessionManager.DBusClient.ref.xml \
+ org.gnome.SessionManager.ClientPrivate.ref.xml \
org.gnome.SessionManager.Inhibitor.ref.xml \
$(NULL)
@@ -29,7 +29,7 @@
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
org.gnome.SessionManager.Client.ref.xml : $(top_srcdir)/gnome-session/gsm-client.xml spec-to-docbook.xsl
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
-org.gnome.SessionManager.DBusClient.ref.xml : $(top_srcdir)/gnome-session/gsm-dbus-client.xml spec-to-docbook.xsl
+org.gnome.SessionManager.ClientPrivate.ref.xml : $(top_srcdir)/gnome-session/gsm-dbus-client.xml spec-to-docbook.xsl
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
org.gnome.SessionManager.Inhibitor.ref.xml : $(top_srcdir)/gnome-session/gsm-inhibitor.xml spec-to-docbook.xsl
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
Modified: branches/dbus_based/gnome-session/gsm-dbus-client.xml
==============================================================================
--- branches/dbus_based/gnome-session/gsm-dbus-client.xml (original)
+++ branches/dbus_based/gnome-session/gsm-dbus-client.xml Tue Jul 29 16:50:58 2008
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
- <interface name="org.gnome.SessionManager.DBusClient">
-
+ <interface name="org.gnome.SessionManager.ClientPrivate">
<method name="EndSessionResponse">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg name="is_ok" type="b" direction="in">
@@ -18,8 +17,8 @@
<doc:doc>
<doc:description>
<doc:para>This method should be used by the client in response to
- the <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::QueryEndSession">QueryEndSession</doc:ref>
- and <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::EndSession">EndSession</doc:ref> signals.
+ the <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::QueryEndSession">QueryEndSession</doc:ref>
+ and <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::EndSession">EndSession</doc:ref> signals.
</doc:para>
</doc:description>
</doc:doc>
@@ -46,7 +45,7 @@
<doc:para>This signal is used to inform the client that the
session is about to end. The client must respond by
calling
- <doc:ref type="method" to="org.gnome.SessionManager.DBusClient.EndSessionResponse">EndSessionResponse</doc:ref>
+ <doc:ref type="method" to="org.gnome.SessionManager.ClientPrivate.EndSessionResponse">EndSessionResponse</doc:ref>
within one second of the signal emission.
</doc:para>
<doc:para>
@@ -55,7 +54,7 @@
<doc:item>
<doc:term>1</doc:term>
<doc:definition>Logout is forced.
- <doc:ref type="method" to="org.gnome.SessionManager.DBusClient.EndSessionResponse">EndSessionResponse</doc:ref>
+ <doc:ref type="method" to="org.gnome.SessionManager.ClientPrivate.EndSessionResponse">EndSessionResponse</doc:ref>
reason and any inhibit from client will be
ignored.</doc:definition>
</doc:item>
@@ -71,12 +70,12 @@
interact with the user in response to this signal. Any
actions required for a clean shutdown should take place in
response to the
- <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::EndSession">EndSession</doc:ref> signal.
+ <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::EndSession">EndSession</doc:ref> signal.
</doc:para>
<doc:para>
The client should limit operations until either a
- <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::EndSession">EndSession</doc:ref>
- <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::CancelEndSession">CancelEndSession</doc:ref>
+ <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::EndSession">EndSession</doc:ref>
+ <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::CancelEndSession">CancelEndSession</doc:ref>
signal is received.
</doc:para>
</doc:description>
@@ -94,7 +93,7 @@
<doc:para>This signal is used to inform the client that the
session is about to end. The client must respond by
calling
- <doc:ref type="method" to="org.gnome.SessionManager.DBusClient.EndSessionResponse">EndSessionResponse</doc:ref>
+ <doc:ref type="method" to="org.gnome.SessionManager.ClientPrivate.EndSessionResponse">EndSessionResponse</doc:ref>
within ten seconds of the signal emission.
</doc:para>
<doc:para>
@@ -111,7 +110,7 @@
<doc:doc>
<doc:description>
This signal indicates to the client that a previous emission of
- <doc:ref type="signal" to="org.gnome.SessionManager.DBusClient::QueryEndSession">QueryEndSession</doc:ref>
+ <doc:ref type="signal" to="org.gnome.SessionManager.ClientPrivate::QueryEndSession">QueryEndSession</doc:ref>
has been cancelled. The client should resume normal operations.
</doc:description>
</doc:doc>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]