libpurple/protocols/gg/edisc.h

Fri, 31 Jan 2014 18:14:33 +0530

author
Ankit Vani <a@nevitus.org>
date
Fri, 31 Jan 2014 18:14:33 +0530
branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 34394
ed78b0fc180e
child 35358
7beae478c905
permissions
-rw-r--r--

Initial replacements for gtk-doc style comments

#ifndef _GGP_EDISC_H
#define _GGP_EDISC_H

#include <internal.h>

typedef struct _ggp_edisc_session_data ggp_edisc_session_data;

/* Setting up. */
void ggp_edisc_setup(PurpleConnection *gc);
void ggp_edisc_cleanup(PurpleConnection *gc);

/* General xfer functions. */
void ggp_edisc_xfer_ticket_changed(PurpleConnection *gc,
	const char *data);

/* Sending a file. */
gboolean ggp_edisc_xfer_can_receive_file(PurpleConnection *gc, const char *who);
void ggp_edisc_xfer_send_file(PurpleConnection *gc, const char *who,
	const char *filename);
PurpleXfer * ggp_edisc_xfer_send_new(PurpleConnection *gc, const char *who);

#endif /* _GGP_EDISC_H */

mercurial