[libpeas] Add 'Virtual:' annotation in peas_engine_(un)load_plugin().



commit 46083fde3480889750cfcbcfad21378ccd7a0a79
Author: Steve FrÃcinaux <code istique net>
Date:   Wed Mar 28 14:58:26 2012 +0200

    Add 'Virtual:' annotation in peas_engine_(un)load_plugin().
    
    This fixes the build of the Vala plugin, and fixes distcheck at the same
    time.

 libpeas/peas-engine.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index b92fe77..017f1a8 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -858,6 +858,7 @@ peas_engine_load_plugin_real (PeasEngine     *engine,
  * actually occurs in the default signal handler.
  *
  * Returns: whether the plugin has been successfully loaded.
+ * Virtual: load_plugin
  */
 gboolean
 peas_engine_load_plugin (PeasEngine     *engine,
@@ -929,6 +930,7 @@ peas_engine_unload_plugin_real (PeasEngine     *engine,
  * actually occurs in the default signal handler.
  *
  * Returns: whether the plugin has been successfully unloaded.
+ * Virtual: unload_plugin
  */
 gboolean
 peas_engine_unload_plugin (PeasEngine     *engine,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]