mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: more cleanups for GIO
This commit is contained in:
parent
497b294510
commit
eff505ed3c
@ -34,6 +34,7 @@ IGNORE_HFILES = \
|
|||||||
gapplicationimpl.h \
|
gapplicationimpl.h \
|
||||||
gasynchelper.h \
|
gasynchelper.h \
|
||||||
gcontenttypeprivate.h \
|
gcontenttypeprivate.h \
|
||||||
|
gcontextspecificgroup.h \
|
||||||
gcredentialsprivate.h \
|
gcredentialsprivate.h \
|
||||||
gdbus-daemon-generated.h \
|
gdbus-daemon-generated.h \
|
||||||
gdbusactiongroup-private.h \
|
gdbusactiongroup-private.h \
|
||||||
@ -95,6 +96,12 @@ IGNORE_HFILES = \
|
|||||||
gwin32volumemonitor.h \
|
gwin32volumemonitor.h \
|
||||||
thumbnail-verify.h
|
thumbnail-verify.h
|
||||||
|
|
||||||
|
MKDB_IGNORE_FILES = \
|
||||||
|
gdbus-daemon-generated.c \
|
||||||
|
kqueue \
|
||||||
|
libasyncns \
|
||||||
|
tests \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||||
# if $(DOC_MODULE).types is non-empty.
|
# if $(DOC_MODULE).types is non-empty.
|
||||||
@ -111,7 +118,7 @@ GTKDOC_LIBS = \
|
|||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb
|
# Extra options to supply to gtkdoc-mkdb
|
||||||
MKDB_OPTIONS = --output-format=xml --name-space=g \
|
MKDB_OPTIONS = --output-format=xml --name-space=g \
|
||||||
--ignore-files='libasyncns tests'
|
--ignore-files='$(MKDB_IGNORE_FILES)'
|
||||||
|
|
||||||
# Images to copy into HTML directory
|
# Images to copy into HTML directory
|
||||||
HTML_IMAGES = \
|
HTML_IMAGES = \
|
||||||
|
@ -1451,7 +1451,6 @@ GAppLaunchContextPrivate
|
|||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gappinfomonitor</FILE>
|
<FILE>gappinfomonitor</FILE>
|
||||||
<TITLE>GAppInfoMonitor</TITLE>
|
<TITLE>GAppInfoMonitor</TITLE>
|
||||||
GAppInfoMonitor
|
|
||||||
g_app_info_monitor_get
|
g_app_info_monitor_get
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GAppInfoMonitor
|
GAppInfoMonitor
|
||||||
@ -3387,7 +3386,6 @@ g_action_map_add_action
|
|||||||
g_action_map_remove_action
|
g_action_map_remove_action
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GActionMapInterface
|
|
||||||
G_TYPE_ACTION_MAP
|
G_TYPE_ACTION_MAP
|
||||||
G_ACTION_MAP
|
G_ACTION_MAP
|
||||||
G_IS_ACTION_MAP
|
G_IS_ACTION_MAP
|
||||||
@ -4262,6 +4260,7 @@ CMSG_LEN
|
|||||||
CMSG_SPACE
|
CMSG_SPACE
|
||||||
GLIB_ALIGN_TO_SIZEOF
|
GLIB_ALIGN_TO_SIZEOF
|
||||||
T_SRV
|
T_SRV
|
||||||
|
ws2funcs
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -106,6 +106,7 @@ g_settings_schema_source_get_type
|
|||||||
g_simple_action_get_type
|
g_simple_action_get_type
|
||||||
g_simple_action_group_get_type
|
g_simple_action_group_get_type
|
||||||
g_simple_async_result_get_type
|
g_simple_async_result_get_type
|
||||||
|
g_simple_io_stream_get_type
|
||||||
g_simple_permission_get_type
|
g_simple_permission_get_type
|
||||||
g_simple_proxy_resolver_get_type
|
g_simple_proxy_resolver_get_type
|
||||||
g_socket_address_enumerator_get_type
|
g_socket_address_enumerator_get_type
|
||||||
|
@ -1564,7 +1564,7 @@ continue_writing_in_idle_cb (gpointer user_data)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @write_data: (transfer full) (allow-none):
|
* @write_data: (transfer full) (allow-none):
|
||||||
* @flush_data: (transfer full) (allow-none):
|
* @flush_data: (transfer full) (allow-none):
|
||||||
* @close_data: (transfer full) (allow-none):
|
* @close_data: (transfer full) (allow-none):
|
||||||
|
@ -234,7 +234,7 @@ dupfd_cloexec (int parent_fd)
|
|||||||
return fd;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Based on code derived from
|
* Based on code derived from
|
||||||
* gnome-terminal:src/terminal-screen.c:terminal_screen_child_setup(),
|
* gnome-terminal:src/terminal-screen.c:terminal_screen_child_setup(),
|
||||||
* used under the LGPLv2+ with permission from author.
|
* used under the LGPLv2+ with permission from author.
|
||||||
|
Loading…
Reference in New Issue
Block a user