docs: Don't reference Unix-only method GLib.Source.add_unix_fd

gi-docgen won't find the method on Windows
This commit is contained in:
Luca Bacci 2024-08-23 15:44:13 +02:00
parent 1265b456d1
commit 84c2d64436

View File

@ -1435,7 +1435,7 @@ g_source_get_context (GSource *source)
* *
* Using this API forces the linear scanning of event sources on each * Using this API forces the linear scanning of event sources on each
* main loop iteration. Newly-written event sources should try to use * main loop iteration. Newly-written event sources should try to use
* [method@GLib.Source.add_unix_fd] instead of this API. * `g_source_add_unix_fd` instead of this API.
**/ **/
void void
g_source_add_poll (GSource *source, g_source_add_poll (GSource *source,
@ -4668,7 +4668,7 @@ g_main_context_poll_unlocked (GMainContext *context,
* *
* Adds a file descriptor to the set of file descriptors polled for * Adds a file descriptor to the set of file descriptors polled for
* this context. This will very seldom be used directly. Instead * this context. This will very seldom be used directly. Instead
* a typical event source will use [method@GLib.Source.add_unix_fd] instead. * a typical event source will use `g_source_add_unix_fd` instead.
**/ **/
void void
g_main_context_add_poll (GMainContext *context, g_main_context_add_poll (GMainContext *context,