lib: object: add functions to test active and supported features
This commit is contained in:
@@ -89,9 +89,15 @@ WpCore * wp_object_get_core (WpObject * self);
|
||||
WP_API
|
||||
WpObjectFeatures wp_object_get_active_features (WpObject * self);
|
||||
|
||||
WP_API
|
||||
gboolean wp_object_test_active_features (WpObject * self, WpObjectFeatures features);
|
||||
|
||||
WP_API
|
||||
WpObjectFeatures wp_object_get_supported_features (WpObject * self);
|
||||
|
||||
WP_API
|
||||
gboolean wp_object_test_supported_features (WpObject * self, WpObjectFeatures features);
|
||||
|
||||
WP_API
|
||||
void wp_object_activate (WpObject * self,
|
||||
WpObjectFeatures features, GCancellable * cancellable,
|
||||
|
Reference in New Issue
Block a user