Top | ![]() |
![]() |
![]() |
![]() |
CamelNNTPStream * | camel_nntp_stream_new () |
void | camel_nntp_stream_set_mode () |
gint | camel_nntp_stream_line () |
gint | camel_nntp_stream_gets () |
gint | camel_nntp_stream_getd () |
void | camel_nntp_stream_lock () |
void | camel_nntp_stream_unlock () |
void camel_nntp_stream_set_mode (CamelNNTPStream *is
,camel_nntp_stream_mode_t mode
);
gint camel_nntp_stream_line (CamelNNTPStream *is
,guchar **data
,guint *len
,GCancellable *cancellable
,GError **error
);
gint camel_nntp_stream_gets (CamelNNTPStream *is
,guchar **start
,guint *len
,GCancellable *cancellable
,GError **error
);
gint camel_nntp_stream_getd (CamelNNTPStream *is
,guchar **start
,guint *len
,GCancellable *cancellable
,GError **error
);