libpurple/dbus-define-api.h

Tue, 02 Oct 2018 16:23:35 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 02 Oct 2018 16:23:35 -0500
changeset 39347
46b9615d1b08
parent 38057
41f47eb1aa19
permissions
-rw-r--r--

libpurple: Drop Purple DBus client code in preparation for DBus drop

/*
 * purple
 *
 * Purple is the legal property of its developers, whose names are too numerous
 * to list here.  Please refer to the COPYRIGHT file distributed with this
 * source distribution.
 *
 * 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
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
 *
 */
#ifndef __GI_SCANNER__ /* hide this file from g-ir-scanner */
#error "This file is not a valid C code and is not intended to be compiled."

/* This file contains some of the macros from other header files as
   function declarations.  This does not make sense in C, but it
   provides type information for the dbus-analyze-functions.py
   program, which makes these macros callable by DBUS.  */

/* buddylist.h */
gboolean PURPLE_BUDDY_IS_ONLINE(PurpleBuddy *buddy);

/* connection.h */
gboolean PURPLE_CONNECTION_IS_CONNECTED(PurpleConnection *connection);

#endif /* __GI_SCANNER__ */

mercurial