Data Structures | |
| struct | MidgardBlobClass |
Functions | |
| GType | midgard_blob_get_type (void) |
| MidgardBlob | midgard_blob_new (MidgardConection *mgd, MidgardObject *attachment) |
| GIOChannel | midgard_blob_read (MidgardBlob *self) |
| GIOChannel | midgard_blob_write (MidgardBlob *self, const gchar *content) |
| void | midgard_blob_destroy (MidgardBlob *self) |
Variables | |
| MidgardBlobClass | parent |
|
|
Destroy Midgard Blob instance.
|
|
|
Returns Midgard Blob Gtype value. Registers this type unless already registered. Definition at line 126 of file midgard_blob.c. |
|
||||||||||||
|
Instatiate new Midgard Blob.
|
|
|
Returns GIOChannel pointer for the given midgard_blob.
Definition at line 46 of file midgard_blob.c. References MGD_ERR_USER_DATA, and midgard_set_error(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Returns GIOChannel pointer for written blob file.
|
|
|
MidgardObject structure Referenced by midgard_object_get_by_path(), and midgard_object_is_in_parent_tree(). |
1.4.6