libpurple/dbus-define-api.h

Sat, 13 Jul 2013 22:31:27 +0530

author
Ankit Vani <a@nevitus.org>
date
Sat, 13 Jul 2013 22:31:27 +0530
branch
soc.2013.gobjectification
changeset 34766
33722e7cda18
parent 34760
062535fbe1e9
child 34989
348356cbc657
child 36832
e882bcc46c2b
permissions
-rw-r--r--

Added purple_connection_disable_reconnection() for protocols to handle user registration queries.

#error "This is file is not a valid C code"

/* 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);
gboolean PURPLE_CONNECTION_IS_VALID(PurpleConnection *connection);

mercurial