Top | ![]() |
![]() |
![]() |
![]() |
JcatItem * | jcat_item_new () |
gchar * | jcat_item_to_string () |
GPtrArray * | jcat_item_get_blobs () |
GPtrArray * | jcat_item_get_blobs_by_kind () |
void | jcat_item_add_blob () |
const gchar * | jcat_item_get_id () |
gchar *
jcat_item_to_string (JcatItem *self
);
Converts the JcatItem to a string.
Since: 0.1.0
GPtrArray *
jcat_item_get_blobs (JcatItem *self
);
Gets all the blobs for this item.
Since: 0.1.0
GPtrArray * jcat_item_get_blobs_by_kind (JcatItem *self
,JcatBlobKind kind
);
Gets the item blobs by a specific kind.
Since: 0.1.0
void jcat_item_add_blob (JcatItem *self
,JcatBlob *blob
);
Adds a new blob to the item.
Since: 0.1.0