[continued from previous message]
- g_signal_handlers_unblock_matched((instance), \
- (GSignalMatchType)(G_SIGNAL_MATCH_FUNC), \
- 0, \
- 0, \
- NULL, \
- (gpointer)(func), \
- NULL)
-
-#define g_signal_handlers_block_by_data(instance, data) \
- g_signal_handlers_block_matched((instance), \
- (GSignalMatchType)(G_SIGNAL_MATCH_DATA), \
- 0, \
- 0, \
- NULL, \
- NULL, \
- (data))
-
-#define g_signal_handlers_unblock_by_data(instance, data) \
- g_signal_handlers_unblock_matched((instance), \
- (GSignalMatchType)(G_SIGNAL_MATCH_DATA), \
- 0, \
- 0, \
- NULL, \
- NULL, \
- (data))
-
-#define g_signal_handlers_disconnect_by_func_only(instance, func) \
- g_signal_handlers_disconnect_matched((instance), \
- (GSignalMatchType)(G_SIGNAL_MATCH_FUNC), \
- 0, \
- 0, \
- NULL, \
- (gpointer)(func), \
- NULL)
-
-#endif // DEFINITIONS_H
diff -Nru -w vala-panel-appmenu-0.7.6+dfsg1/lib/dbusmenu-importer/importer.c vala-panel-appmenu-24.05+dfsg/lib/dbusmenu-importer/importer.c
--- vala-panel-appmenu-0.7.6+dfsg1/lib/dbusmenu-importer/importer.c 2020-10-28 22:08:48.000000000 +0100
+++ vala-panel-appmenu-24.05+dfsg/lib/dbusmenu-importer/importer.c 1970-01-01 01:00:00.000000000 +0100
@@ -1,255 +0,0 @@
-/*
- * vala-panel-appmenu
- * Copyright (C) 2018 Konstantin Pugin <
ria.freelander@gmail.com>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <
http://www.gnu.org/licenses/>.
- */
-
-