Lines Matching full:error
46 void (*complete)(UserCreatable *uc, Error **errp);
53 * @errp: if an error occurs, a pointer to an area to store the error
61 bool user_creatable_complete(UserCreatable *uc, Error **errp);
78 * @errp: if an error occurs, a pointer to an area to store the error
84 * Returns: the newly created object or NULL on error
88 Visitor *v, Error **errp);
93 * @errp: if an error occurs, a pointer to an area to store the error
98 void user_creatable_add_qapi(ObjectOptions *options, Error **errp);
103 * @errp: if an error occurs, a pointer to an area to store the error
110 * Returns: ObjectOptions on success, NULL when an error occurred (*errp is set
113 ObjectOptions *user_creatable_parse_str(const char *str, Error **errp);
118 * @errp: if an error occurs, a pointer to an area to store the error
126 * Returns: true when an object was successfully created, false when an error
129 bool user_creatable_add_from_str(const char *str, Error **errp);
163 * @errp: if an error occurs, a pointer to an area to store the error
170 bool user_creatable_del(const char *id, Error **errp);