mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-18 19:32:52 +02:00
Fix some glib docs warnings
Remove some symbols from glib-sections.txt that gtk-doc has no idea about. Add proper callback typedefs for GTester (gtk-doc dislikes inline function types). Fix some other minor issues.
This commit is contained in:
@@ -382,6 +382,12 @@ not be accessed directly.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GStatBuf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_stat ##### -->
|
||||
<para>
|
||||
|
||||
|
@@ -150,13 +150,29 @@ Returns %TRUE if tests are run in quiet mode.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GTestFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_test_add_func ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@testpath:
|
||||
@void:
|
||||
@test_func:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GTestDataFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_test_add_data_func ##### -->
|
||||
@@ -166,7 +182,7 @@ Returns %TRUE if tests are run in quiet mode.
|
||||
|
||||
@testpath:
|
||||
@test_data:
|
||||
@gconstpointer:
|
||||
@test_func:
|
||||
|
||||
|
||||
<!-- ##### MACRO g_test_add ##### -->
|
||||
@@ -597,6 +613,15 @@ An opaque structure representing a test suite.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GTestFixtureFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@fixture:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_test_create_case ##### -->
|
||||
<para>
|
||||
|
||||
@@ -605,9 +630,9 @@ An opaque structure representing a test suite.
|
||||
@test_name:
|
||||
@data_size:
|
||||
@test_data:
|
||||
@void:
|
||||
@void:
|
||||
@void:
|
||||
@data_setup:
|
||||
@data_test:
|
||||
@data_teardown:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user