comparison src/dbus-client.c @ 11067:2eca9ed49469

[gaim-migrate @ 13048] Modified configure.ac so that it rejects dbus builds with the dbus library older than 0.34 Added a simple object registration system to the dbus implementation so that it is possible to query object properties remotely (eg. give me property "name" of buddy with id = 5). committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Thu, 07 Jul 2005 15:43:48 +0000
parents df0241eb602c
children 4295083cf489
comparison
equal deleted inserted replaced
11066:2507d20c3d0b 11067:2eca9ed49469
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23
24 /* Do not use this program. Use gaim-send instead. */
23 25
24 #define DBUS_API_SUBJECT_TO_CHANGE 26 #define DBUS_API_SUBJECT_TO_CHANGE
25 27
26 #include <string.h> 28 #include <string.h>
27 #include <dbus/dbus-glib.h> 29 #include <dbus/dbus-glib.h>