libpurple/connection.h

branch
soc.2013.gobjectification.plugins
changeset 37058
04ebc4a2fac7
parent 37054
79721d976ad0
parent 35436
a69d2e5604c5
child 37070
774b0a0593f0
equal deleted inserted replaced
37057:190c4bf5285a 37058:04ebc4a2fac7
1 /**
2 * @file connection.h Connection API
3 * @ingroup core
4 * @see @ref connection-signals
5 */
6
7 /* purple 1 /* purple
8 * 2 *
9 * Purple is the legal property of its developers, whose names are too numerous 3 * Purple is the legal property of its developers, whose names are too numerous
10 * to list here. Please refer to the COPYRIGHT file distributed with this 4 * to list here. Please refer to the COPYRIGHT file distributed with this
11 * source distribution. 5 * source distribution.
22 * 16 *
23 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
26 */ 20 */
21 /**
22 * SECTION:connection
23 * @section_id: libpurple-connection
24 * @short_description: <filename>connection.h</filename>
25 * @title: Connection API
26 * @see_also: <link linkend="chapter-signals-connection">Connection signals</link>
27 */
28
27 #ifndef _PURPLE_CONNECTION_H_ 29 #ifndef _PURPLE_CONNECTION_H_
28 #define _PURPLE_CONNECTION_H_ 30 #define _PURPLE_CONNECTION_H_
29 31
30 #define PURPLE_TYPE_CONNECTION (purple_connection_get_type()) 32 #define PURPLE_TYPE_CONNECTION (purple_connection_get_type())
31 #define PURPLE_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_CONNECTION, PurpleConnection)) 33 #define PURPLE_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_CONNECTION, PurpleConnection))

mercurial