libpurple/dbus-define-api.h

Sun, 15 May 2016 15:32:05 -0300

author
Florian Quèze <florian@instantbird.org>
date
Sun, 15 May 2016 15:32:05 -0300
changeset 37679
6ff708c38c04
parent 37148
50f361d39a1e
child 38057
41f47eb1aa19
permissions
-rw-r--r--

Add "account-status-changing" signal from instantbird

It's like "account-status-changed", but emitted before the status change
instead of after.

Instantbird ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=954403

#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