X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bus%2Fdispatch.h;h=fb5ba7a5b1e3e07f09f732e72d74856716a92e20;hb=05902801b49789f37426754fc6b77f3665afe3b0;hp=c24170dccc4b1397402fa3850dafd2f397b0aa49;hpb=29560adcc79a259a0be3511c056ee7453aa26c04;p=platform%2Fupstream%2Fdbus.git diff --git a/bus/dispatch.h b/bus/dispatch.h index c24170d..fb5ba7a 100644 --- a/bus/dispatch.h +++ b/bus/dispatch.h @@ -1,9 +1,9 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* dispatch.h Message dispatcher * * Copyright (C) 2003 CodeFactory AB * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.1 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -29,7 +29,9 @@ dbus_bool_t bus_dispatch_add_connection (DBusConnection *connection); void bus_dispatch_remove_connection (DBusConnection *connection); -dbus_bool_t bus_dispatch_broadcast_message (BusTransaction *transaction, +dbus_bool_t bus_dispatch_matches (BusTransaction *transaction, + DBusConnection *sender, + DBusConnection *recipient, DBusMessage *message, DBusError *error);