pidgin/gtkxfer.h

changeset 39839
95c968a8ed72
parent 37129
edbea75bd68f
child 40186
d7e2aba4d9f4
equal deleted inserted replaced
39827:bd658a6cc1a7 39839:95c968a8ed72
28 * @title: File Transfer UI 28 * @title: File Transfer UI
29 */ 29 */
30 30
31 #include "xfer.h" 31 #include "xfer.h"
32 32
33 G_BEGIN_DECLS
34
33 /** 35 /**
34 * PidginXferDialog: 36 * PidginXferDialog:
35 * 37 *
36 * A file transfer dialog. 38 * A file transfer dialog.
37 * 39 *
38 * The structure is opaque, as nobody should be touching anything inside of 40 * The structure is opaque, as nobody should be touching anything inside of
39 * it. 41 * it.
40 */ 42 */
41 typedef struct _PidginXferDialog PidginXferDialog;
42
43 #define PIDGIN_TYPE_XFER_DIALOG (pidgin_xfer_dialog_get_type()) 43 #define PIDGIN_TYPE_XFER_DIALOG (pidgin_xfer_dialog_get_type())
44 44 G_DECLARE_FINAL_TYPE(PidginXferDialog, pidgin_xfer_dialog, PIDGIN, XFER_DIALOG,
45 G_BEGIN_DECLS 45 GtkDialog)
46 46
47 /**************************************************************************/ 47 /**************************************************************************/
48 /* GTK+ File Transfer Dialog API */ 48 /* GTK+ File Transfer Dialog API */
49 /**************************************************************************/ 49 /**************************************************************************/
50
51 /**
52 * pidgin_xfer_dialog_get_type:
53 *
54 * Returns: The #GType for the #PidginXferDialog boxed structure.
55 */
56 GType pidgin_xfer_dialog_get_type(void);
57 50
58 /** 51 /**
59 * pidgin_xfer_dialog_new: 52 * pidgin_xfer_dialog_new:
60 * 53 *
61 * Creates a new file transfer dialog. 54 * Creates a new file transfer dialog.

mercurial