X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Ftests%2Fgdbus-sessionbus.h;h=ca1027320705fe8e57f915cbf24f68cbd164c945;hb=94e13c71c5b722b4d236cc6b4c2a8d6a843aeadd;hp=e107e066422418401f26cf9c3ebb96e6525e92ea;hpb=73ca8b47540d005d5227c03aac143d6780da654c;p=platform%2Fupstream%2Fglib.git diff --git a/gio/tests/gdbus-sessionbus.h b/gio/tests/gdbus-sessionbus.h index e107e06..ca10273 100644 --- a/gio/tests/gdbus-sessionbus.h +++ b/gio/tests/gdbus-sessionbus.h @@ -1,6 +1,6 @@ /* GLib testing framework examples and tests * - * Copyright (C) 2008-2009 Red Hat, Inc. + * Copyright (C) 2012 Collabora Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -13,11 +13,9 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * - * Author: David Zeuthen + * Author: Xavier Claessens */ #ifndef __SESSION_BUS_H__ @@ -27,11 +25,10 @@ G_BEGIN_DECLS -const gchar *session_bus_up_with_address (const gchar *given_address); -void session_bus_down_with_address (const gchar *address); -const gchar *session_bus_get_temporary_address (void); -const gchar *session_bus_up (void); -void session_bus_down (void); +void session_bus_up (void); +void session_bus_stop (void); +void session_bus_down (void); +gint session_bus_run (void); G_END_DECLS