core: rename b_retain/b_release to b_object_ref/b_object_unref
This commit is contained in:
@@ -24,8 +24,8 @@ BLUE_API void *b_object_get_private(b_object *object, b_type type);
|
||||
BLUE_API void *b_object_get_protected(b_object *object, b_type type);
|
||||
BLUE_API void *b_object_get_interface(b_object *object, b_type type);
|
||||
|
||||
b_object *b_retain(b_object *p);
|
||||
BLUE_API void b_release(b_object *p);
|
||||
BLUE_API b_object *b_object_ref(b_object *p);
|
||||
BLUE_API void b_object_unref(b_object *p);
|
||||
|
||||
BLUE_API b_object *b_object_create(b_type type);
|
||||
BLUE_API void b_object_to_string(b_object *p, struct b_stream *out);
|
||||
|
||||
Reference in New Issue
Block a user