[gnome-software] trivial: Export GsPluginEvent
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Export GsPluginEvent
- Date: Wed, 26 Oct 2016 13:34:12 +0000 (UTC)
commit def150eb5cd544e39c2f337cfc49d20a86fe3941
Author: Richard Hughes <richard hughsie com>
Date: Wed Oct 26 13:46:36 2016 +0100
trivial: Export GsPluginEvent
doc/api/Makefile.am | 1 +
doc/api/gnome-software-docs.xml | 1 +
doc/api/gnome-software.types | 1 +
src/Makefile.am | 1 +
src/gs-plugin-event.c | 4 ++--
5 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index c0241e4..d5c946b 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -86,6 +86,7 @@ GTKDOC_LIBS= \
$(top_builddir)/src/gnome_software-gs-category.o \
$(top_builddir)/src/gnome_software-gs-os-release.o \
$(top_builddir)/src/gnome_software-gs-plugin.o \
+ $(top_builddir)/src/gnome_software-gs-plugin-event.o \
$(top_builddir)/src/gnome_software-gs-utils.o
# This includes the standard gtk-doc make rules, copied by gtkdocize.
diff --git a/doc/api/gnome-software-docs.xml b/doc/api/gnome-software-docs.xml
index ed3a8ae..d3a171b 100644
--- a/doc/api/gnome-software-docs.xml
+++ b/doc/api/gnome-software-docs.xml
@@ -627,6 +627,7 @@ gs_plugin_adopt_app (GsPlugin *plugin, GsApp *app)
<xi:include href="xml/gs-auth.xml"/>
<xi:include href="xml/gs-os-release.xml"/>
<xi:include href="xml/gs-plugin.xml"/>
+ <xi:include href="xml/gs-plugin-event.xml"/>
<xi:include href="xml/gs-plugin-vfuncs.xml"/>
<xi:include href="xml/gs-utils.xml"/>
</reference>
diff --git a/doc/api/gnome-software.types b/doc/api/gnome-software.types
index c7c2514..5f0a7b0 100644
--- a/doc/api/gnome-software.types
+++ b/doc/api/gnome-software.types
@@ -2,4 +2,5 @@ gs_app_get_type
gs_app_list_get_type
gs_category_get_type
gs_os_release_get_type
+gs_plugin_event_get_type
gs_plugin_get_type
diff --git a/src/Makefile.am b/src/Makefile.am
index e0d5040..d0e8e13 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,7 @@ gnomesoftware_include_HEADERS = \
gs-category.h \
gs-os-release.h \
gs-plugin.h \
+ gs-plugin-event.h \
gs-plugin-vfuncs.h \
gs-utils.h
diff --git a/src/gs-plugin-event.c b/src/gs-plugin-event.c
index b9f933f..f3fb960 100644
--- a/src/gs-plugin-event.c
+++ b/src/gs-plugin-event.c
@@ -20,11 +20,11 @@
*/
/**
- * SECTION:gs-event
+ * SECTION:gs-plugin-event
* @title: GsPluginEvent
* @include: gnome-software.h
* @stability: Unstable
- * @short_description: Infomation about a plugin event
+ * @short_description: Information about a plugin event
*
* These functions provide a way for plugins to tell the UI layer about events
* that may require displaying to the user. Plugins should not assume that a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]