summaryrefslogtreecommitdiff
path: root/common/panel-utils.h
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-01-24 18:58:08 +0100
committerSimon Steinbeiß <ochosi@xfce.org>2021-01-25 10:26:49 +0100
commit4c9c927cb54f5293a05df237e97c0c3dcd582788 (patch)
treed081589d5e46c890c11d431c9b917779c59fdf08 /common/panel-utils.h
parent4ea82596fc62dba488634a3f8bb3b5e5d26d09d9 (diff)
downloadxfce4-panel-4c9c927cb54f5293a05df237e97c0c3dcd582788.tar.gz
Fix compilation warnings
Diffstat (limited to 'common/panel-utils.h')
-rw-r--r--common/panel-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/panel-utils.h b/common/panel-utils.h
index 9a175c36..5bbc2606 100644
--- a/common/panel-utils.h
+++ b/common/panel-utils.h
@@ -27,6 +27,9 @@
if (xfce_titled_dialog_get_type () == 0) \
return;
+void _panel_utils_weak_notify (gpointer data,
+ GObject *where_the_object_was);
+
GtkBuilder *panel_utils_builder_new (XfcePanelPlugin *panel_plugin,
const gchar *buffer,
gsize length,