Top | ![]() |
![]() |
![]() |
![]() |
|
camel_nntp_store_ref_cache () |
|
camel_nntp_store_ref_stream () |
|
camel_nntp_store_ref_summary () |
const |
camel_nntp_store_get_current_group () |
|
camel_nntp_store_dup_current_group () |
|
camel_nntp_store_set_current_group () |
|
camel_nntp_store_add_capabilities () |
|
camel_nntp_store_has_capabilities () |
|
camel_nntp_store_remove_capabilities () |
|
camel_nntp_raw_commandv () |
|
camel_nntp_raw_command () |
|
camel_nntp_raw_command_auth () |
|
camel_nntp_command () |
CamelDataCache * camel_nntp_store_ref_cache ();
CamelNNTPStore *nntp_store
Returns the nntp_store
.
The returned g_object_unref()
CamelNNTPStream * camel_nntp_store_ref_stream ();
CamelNNTPStore *nntp_store
Returns the nntp_store
.
The returned g_object_unref()
CamelNNTPStoreSummary * camel_nntp_store_ref_summary ();
CamelNNTPStore *nntp_store
Returns the nntp_store
.
The returned g_object_unref()
constgchar * camel_nntp_store_get_current_group ();
CamelNNTPStore *nntp_store
Returns the currently selected newsgroup name, or NULL
gchar * camel_nntp_store_dup_current_group ();
CamelNNTPStore *nntp_store
Thread-safe variation of camel_nntp_store_get_current_group()
.
Use this function when accessing nntp_store
from multiple threads.
The returned string should be freed with g_free()
void camel_nntp_store_set_current_group (,
CamelNNTPStore *nntp_storeconst
);gchar *current_group
Sets the name of the currently selected newsgroup.
void camel_nntp_store_add_capabilities (,
CamelNNTPStore *nntp_storeCamelNNTPCapabilities caps
);
Adds caps
to the set of known capabilities for nntp_store
.
gboolean camel_nntp_store_has_capabilities (,
CamelNNTPStore *nntp_storeCamelNNTPCapabilities caps
);
Returns whether the set of known capabilities for nntp_store
includes
ALL the capabilities specified by caps
.
void camel_nntp_store_remove_capabilities (,
CamelNNTPStore *nntp_storeCamelNNTPCapabilities caps
);
Removes caps
from the set of known capablities for nntp_store
.
gint camel_nntp_raw_commandv (,
CamelNNTPStore *nntp_store,
GCancellable *cancellable,
GError **error,
gchar **lineconst
,gchar *fmt);
va_list ap
gint camel_nntp_raw_command (,
CamelNNTPStore *nntp_store,
GCancellable *cancellable,
GError **error,
gchar **lineconst
,gchar *fmt...
);
gint camel_nntp_raw_command_auth (,
CamelNNTPStore *nntp_store,
GCancellable *cancellable,
GError **error,
gchar **lineconst
,gchar *fmt...
);