|
@@ -2017,17 +2017,6 @@ int object_child_foreach(Object *obj, int (*fn)(Object *child, void *opaque),
|
|
int object_child_foreach_recursive(Object *obj,
|
|
int object_child_foreach_recursive(Object *obj,
|
|
int (*fn)(Object *child, void *opaque),
|
|
int (*fn)(Object *child, void *opaque),
|
|
void *opaque);
|
|
void *opaque);
|
|
-/**
|
|
|
|
- * container_get:
|
|
|
|
- * @root: root of the #path, e.g., object_get_root()
|
|
|
|
- * @path: path to the container
|
|
|
|
- *
|
|
|
|
- * Return a container object whose path is @path. Create more containers
|
|
|
|
- * along the path if necessary.
|
|
|
|
- *
|
|
|
|
- * Returns: the container object.
|
|
|
|
- */
|
|
|
|
-Object *container_get(Object *root, const char *path);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* object_property_add_new_container:
|
|
* object_property_add_new_container:
|