libpurple/dbus-define-api.h

Tue, 01 Oct 2013 03:24:42 +0530

author
Ankit Vani <a@nevitus.org>
date
Tue, 01 Oct 2013 03:24:42 +0530
branch
soc.2013.gobjectification.plugins
changeset 36843
a81a985c60f4
parent 36832
e882bcc46c2b
child 36848
7fafdda14844
permissions
-rw-r--r--

Merged soc.2013.gobjectification branch

#ifndef __GI_SCANNER__ /* hide this file from g-ir-scanner */
#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);

#endif /* __GI_SCANNER__ */

mercurial