| Top |
| Bonobo_Persist_ContentTypeList * | bonobo_persist_generate_content_types () |
| BonoboPersist * | bonobo_persist_construct () |
| void | bonobo_persist_set_dirty () |
GObject
╰── BonoboObject
╰── BonoboPersist
├── BonoboPersistStream
╰── BonoboPersistFile
Bonobo_Persist_ContentTypeList * bonobo_persist_generate_content_types (int num,...);
BonoboPersist * bonobo_persist_construct (BonoboPersist *persist,const gchar *iid);
Initializes the BonoboPersist object. You should only use this method in derived implementations, because a BonoboPersist instance doesn't make a lot of sense, but the iid private field has to be set at construction time.
void bonobo_persist_set_dirty (BonoboPersist *persist,gboolean dirty);
Sets the dirty status of the interface which is reported via the isDirty method.