| Top |
| gpointer | ags_local_registry_controller_entry_bulk () |
| AgsLocalRegistryController * | ags_local_registry_controller_new () |
| #define | AGS_IS_LOCAL_REGISTRY_CONTROLLER() |
| #define | AGS_LOCAL_REGISTRY_CONTROLLER() |
| #define | AGS_LOCAL_REGISTRY_CONTROLLER_CLASS() |
| #define | AGS_LOCAL_REGISTRY_CONTROLLER_GET_CLASS() |
| GType | ags_local_registry_controller_get_type () |
gpointer
ags_local_registry_controller_entry_bulk
(AgsLocalRegistryController *local_registry_controller);
Retrieve entry bulk of registry.
Since: 2.0.0
AgsLocalRegistryController * ags_local_registry_controller_new ();
Instantiate new AgsLocalRegistryController
Since: 2.0.0
#define AGS_IS_LOCAL_REGISTRY_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LOCAL_REGISTRY_CONTROLLER))
#define AGS_LOCAL_REGISTRY_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LOCAL_REGISTRY_CONTROLLER, AgsLocalRegistryController))
#define AGS_LOCAL_REGISTRY_CONTROLLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LOCAL_REGISTRY_CONTROLLER, AgsLocalRegistryControllerClass))
#define AGS_LOCAL_REGISTRY_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_LOCAL_REGISTRY_CONTROLLER, AgsLocalRegistryControllerClass))
#define AGS_LOCAL_REGISTRY_CONTROLLER_CONTEXT_PATH "/registry"
#define AGS_TYPE_LOCAL_REGISTRY_CONTROLLER (ags_local_registry_controller_get_type())
“entry-bulk” signalgpointer user_function (AgsLocalRegistryController *local_registry_controller, gpointer user_data)
The ::entry-bulk signal is used to retrieve all registry entries.
Flags: Run Last
Since: 2.0.0