summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-20 15:30:55 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commitb4d123f4c995170c55f1d24400f87a1fefe886fb (patch)
treeb8ae670880a0dda77083bc8c191c45ab7d2c6a12
parented2239dcec0d38929813bd6d3295a5ee30c89ebd (diff)
downloadlibpeas-b4d123f4c995170c55f1d24400f87a1fefe886fb.tar.gz
libpeas: add missing export macro for loader type
-rw-r--r--libpeas/peas-plugin-loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpeas/peas-plugin-loader.h b/libpeas/peas-plugin-loader.h
index e5f41a8..9b5706c 100644
--- a/libpeas/peas-plugin-loader.h
+++ b/libpeas/peas-plugin-loader.h
@@ -32,6 +32,7 @@ G_BEGIN_DECLS
#define PEAS_TYPE_PLUGIN_LOADER (peas_plugin_loader_get_type())
+PEAS_AVAILABLE_IN_ALL
G_DECLARE_DERIVABLE_TYPE (PeasPluginLoader, peas_plugin_loader, PEAS, PLUGIN_LOADER, GObject)
G_GNUC_BEGIN_IGNORE_DEPRECATIONS