Main Page | Modules | Data Structures | Directories | File List | Data Fields | Related Pages

dbus-glib.c

00001 /* -*- mode: C; c-file-style: "gnu" -*- */
00002 /* dbus-glib.c General GLib binding stuff
00003  *
00004  * Copyright (C) 2004 Red Hat, Inc.
00005  *
00006  * Licensed under the Academic Free License version 2.1
00007  * 
00008  * This program is free software; you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License as published by
00010  * the Free Software Foundation; either version 2 of the License, or
00011  * (at your option) any later version.
00012  *
00013  * This program is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  * GNU General Public License for more details.
00017  * 
00018  * You should have received a copy of the GNU General Public License
00019  * along with this program; if not, write to the Free Software
00020  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00021  *
00022  */
00023 
00024 #include <config.h>
00025 #include <dbus/dbus-glib.h>
00026 #include <dbus/dbus-glib-lowlevel.h>
00027 #include "dbus-gtest.h"
00028 #include "dbus-gutils.h"
00029 
00030 #include <libintl.h>
00031 #define _(x) dgettext (GETTEXT_PACKAGE, x)
00032 #define N_(x) x
00033 
00044 void
00045 dbus_g_connection_flush (DBusGConnection *connection)
00046 {
00047   dbus_connection_flush (DBUS_CONNECTION_FROM_G_CONNECTION (connection));
00048 }
00049  /* end of public API */
00051 
00052 
00053 #ifdef DBUS_BUILD_TESTS
00054 
00060 gboolean
00061 _dbus_glib_test (const char *test_data_dir)
00062 {
00063   
00064   return TRUE;
00065 }
00066 
00067 #endif /* DBUS_BUILD_TESTS */

Generated on Mon Apr 4 04:40:46 2005 for D-BUS by  doxygen 1.4.0