libpurple/dbus-define-api.h

Thu, 06 Feb 2014 21:03:03 +0530

author
Ankit Vani <a@nevitus.org>
date
Thu, 06 Feb 2014 21:03:03 +0530
branch
gtkdoc-conversion
changeset 35479
2d035922d0c0
parent 35096
5c2d69863fa0
child 36068
e9b9320a985a
child 36963
6cc39a95f75b
permissions
-rw-r--r--

Fix a broken link warning

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

mercurial