Struct

CamelStoreInfo

Description

struct CamelStoreInfo {
  volatile gint refcount;
  CamelStoreSummary* summary;
  gchar* path;
  guint32 flags;
  guint32 unread;
  guint32 total;
}

No description available.

Structure members
refcount: volatile gint

No description available.

summary: CamelStoreSummary

No description available.

path: gchar*

No description available.

flags: guint32

No description available.

unread: guint32

No description available.

total: guint32

No description available.

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