[perl-Glib/gio-support: 4/12] [gio] Hide the internal xsubs from the POD generator



commit 44468c9d3c804a3e5b45f1bf5bb8c320f521cd9e
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Wed Mar 3 00:02:43 2010 +0100

    [gio] Hide the internal xsubs from the POD generator

 GObjectIntrospection.xs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index ed8ee60..5c56da6 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -1132,6 +1132,8 @@ clone_autoload (const gchar *base_package, const gchar *package)
 
 MODULE = Glib::Object::_Introspection	PACKAGE = Glib::Object::_Introspection
 
+=for apidoc __hide__
+=cut
 void
 register_types (class, namespace, version, package)
 	const gchar *namespace
@@ -1216,6 +1218,8 @@ register_types (class, namespace, version, package)
 		g_base_info_unref ((GIBaseInfo *) info);
 	}
 
+=for apidoc __hide__
+=cut
 void
 invoke (class, basename, namespace, method, ...)
 	const gchar *basename
@@ -1223,17 +1227,14 @@ invoke (class, basename, namespace, method, ...)
 	const gchar *method
 PREINIT:
 	int stack_offset = 4;
-
 	GIRepository *repository;
 	GIFunctionInfo *info;
-
 	ffi_cif cif;
 	ffi_type **arg_types = NULL;
 	ffi_type *return_type_ffi = NULL;
 	gpointer *args = NULL;
 	gpointer func_pointer = NULL, instance = NULL;
 	const gchar *symbol = NULL;
-
 	int have_args;
 	int n_args, n_invoke_args;
 	int n_in_args;



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