From 36be8a5bfd74dfb6fa3e0c175dfbbaa1591c423d Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Wed, 29 Jun 2022 06:45:49 +0900 Subject: [PATCH] update README Signed-off-by: Takashi Sakamoto --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5a3a6e7..1959c3f 100644 --- a/README.rst +++ b/README.rst @@ -148,9 +148,6 @@ In GNOME convention, the throw function to report error at GError argument shoul value to report the overall operation finished successfully or not. At v0.3 release, the most of public API are rewritten according to it. -All of constructor in ``ALSASeq.RemoveFilter`` become non-throw function since they bring no -failure. - Using GObject Interface ----------------------- @@ -247,3 +244,9 @@ buffer: - ``ALSACtl.ElemValue.get_iec60958_user_data`` - ``ALSACtl.ElemValue.get_iec60958_channel_status`` - ``ALSACtl.ElemValue.get_int64`` + +Rewrite ALSASeq.RemoveFilter +---------------------------- + +ALSASeq.RemoveFilter is largely written so that it's GObject-derived object instead of boxed +structure for flexible configuration of filter condition. -- 2.47.3