From 52c07daf1fa3a5d17957cc3e3d0d75c65b268b57 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 21 Feb 2012 16:17:59 +0100 Subject: g-ir-doc-tool: Create a GIR file specific for testing doc generation This will also serve as a reference of the syntax that is currently supported by g-ir-doc-tool. --- ...IRepository.object_info_get_unref_function.page | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_unref_function.page (limited to 'tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_unref_function.page') diff --git a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_unref_function.page b/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_unref_function.page deleted file mode 100644 index 63b00c72..00000000 --- a/tests/doctool/GIRepository-2.0-Python-expected/GIRepository.object_info_get_unref_function.page +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - utf8 - - g_object_info_get_unref_function - - GIRepository.ObjectInfo - info - - - - object_info_get_unref_function - -@accepts(GIRepository.ObjectInfo) -@returns(utf8) -def object_info_get_unref_function(info) - -

Obtain the symbol name of the function that should be called to unref this -object type. It's mainly used fundamental types. The type signature for -the symbol is %GIObjectInfoUnrefFunction, to fetch the function pointer -see g_object_info_get_unref_function().

- - - - - - - - - - -

info :

a GIRepository.ObjectInfo

Returns :

the symbol or None

-
-- cgit v1.2.1