Struct

CamelStoreInfo

Description

struct CamelStoreInfo {
  volatile gint refcount;
  CamelStoreSummary* summary;
  gchar* path;
  guint32 flags;
  guint32 unread;
  guint32 total;
}
No description available.
Structure members
refcount
No description available.
summary
No description available.
path
No description available.
flags
No description available.
unread
No description available.
total
No description available.

Functions

camel_store_info_name

Returns the last segment of the path string from info.

deprecated: 3.46 

camel_store_info_path

Returns the path string from info.

deprecated: 3.46 

camel_store_info_set_string

Set a specific string on the info.

deprecated: 3.46 

Instance methods

camel_store_info_get_name

Returns the last segment of the path string from info.

since: 3.46

camel_store_info_get_path

Returns the path string from info.

since: 3.46

camel_store_info_ref

Increase the reference count of info.

since: 3.46

camel_store_info_set_value

Set a specific string on the info.

since: 3.46

camel_store_info_unref

Unref and potentially free info, and all associated memory.

since: 3.46