gnome-session r4888 - in branches/dbus_based: . gnome-session



Author: matthiasc
Date: Wed Jul 30 00:03:48 2008
New Revision: 4888
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4888&view=rev

Log:
Fix some cosmetic things


Modified:
   branches/dbus_based/ChangeLog
   branches/dbus_based/gnome-session/gsm-manager.c
   branches/dbus_based/gnome-session/gsm-xsmp-client.c

Modified: branches/dbus_based/gnome-session/gsm-manager.c
==============================================================================
--- branches/dbus_based/gnome-session/gsm-manager.c	(original)
+++ branches/dbus_based/gnome-session/gsm-manager.c	Wed Jul 30 00:03:48 2008
@@ -830,7 +830,7 @@
 }
 
 static gboolean
-on_query_end_session_timeout (GsmManager *manager)
+_on_query_end_session_timeout (GsmManager *manager)
 {
         GSList *l;
 
@@ -907,7 +907,7 @@
                            (GsmStoreFunc)_client_query_end_session,
                            &data);
 
-        manager->priv->query_timeout_id = g_timeout_add_seconds (1, (GSourceFunc)on_query_end_session_timeout, manager);
+        manager->priv->query_timeout_id = g_timeout_add_seconds (1, (GSourceFunc)_on_query_end_session_timeout, manager);
 }
 
 static void

Modified: branches/dbus_based/gnome-session/gsm-xsmp-client.c
==============================================================================
--- branches/dbus_based/gnome-session/gsm-xsmp-client.c	(original)
+++ branches/dbus_based/gnome-session/gsm-xsmp-client.c	Wed Jul 30 00:03:48 2008
@@ -100,7 +100,7 @@
  * the XSMP protocol setup.
  */
 static gboolean
-client_protocol_timeout (GsmXSMPClient *client)
+_client_protocol_timeout (GsmXSMPClient *client)
 {
         g_debug ("GsmXSMPClient: client_protocol_timeout for client '%s' in ICE status %d",
                  client->priv->description,
@@ -174,7 +174,7 @@
         g_io_channel_unref (channel);
 
         client->priv->protocol_timeout = g_timeout_add_seconds (5,
-                                                                (GSourceFunc)client_protocol_timeout,
+                                                                (GSourceFunc)_client_protocol_timeout,
                                                                 client);
 
         set_description (client);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]