[Vala] avoid "method never used" warning for methods linked to Glade files in private class
- From: rastersoft <raster rastersoft com>
- To: vala-list gnome org
- Subject: [Vala] avoid "method never used" warning for methods linked to Glade files in private class
- Date: Tue, 1 May 2018 18:48:51 +0200
Hi all:
I need to create a class with several methods that are used as callbacks
for buttons and other widgets, but they are defined in a Glade file.
When the class is public everything is fine, but when I declare it as
private (which I need for several reasons) I receive a "method 'XXXX'
never used" warning.
How can I avoid those warnings?
Thanks.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]