| Top |
Functions
Functions
camel_nntp_store_summary_new ()
CamelNNTPStoreSummary *
camel_nntp_store_summary_new (void);
Create a new CamelNNTPStoreSummary object.
camel_nntp_store_summary_full_to_path ()
gchar * camel_nntp_store_summary_full_to_path (CamelNNTPStoreSummary *s,const gchar *full_name,gchar dir_sep);
camel_nntp_store_summary_path_to_full ()
gchar * camel_nntp_store_summary_path_to_full (CamelNNTPStoreSummary *s,const gchar *path,gchar dir_sep);
camel_nntp_store_summary_dotted_to_full ()
gchar * camel_nntp_store_summary_dotted_to_full (CamelNNTPStoreSummary *s,const gchar *dotted,gchar dir_sep);
camel_nntp_store_summary_full_name ()
CamelNNTPStoreInfo * camel_nntp_store_summary_full_name (CamelNNTPStoreSummary *s,const gchar *full_name);
Retrieve a summary item by full name.
The returned CamelNNTPStoreInfo is referenced for thread-safety and should
be unreferenced with camel_store_summary_info_unref() when finished with it.
camel_nntp_store_summary_add_from_full ()
CamelNNTPStoreInfo * camel_nntp_store_summary_add_from_full (CamelNNTPStoreSummary *s,const gchar *full_name,gchar dir_sep);
camel_nntp_store_summary_full_from_path ()
gchar * camel_nntp_store_summary_full_from_path (CamelNNTPStoreSummary *s,const gchar *path);
