mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Exterminate 'the the'
This commit is contained in:
parent
96ed9e41f4
commit
e27367f341
@ -1731,7 +1731,7 @@ _g_dbus_worker_stop (GDBusWorker *worker)
|
||||
*/
|
||||
_g_dbus_worker_close (worker, NULL, NULL);
|
||||
|
||||
/* _g_dbus_worker_close holds a ref until after an idle in the the worker
|
||||
/* _g_dbus_worker_close holds a ref until after an idle in the worker
|
||||
* thread has run, so we no longer need to unref in an idle like in
|
||||
* commit 322e25b535
|
||||
*/
|
||||
|
@ -881,7 +881,7 @@ typedef enum
|
||||
/**
|
||||
* GBusNameOwnerFlags:
|
||||
* @G_BUS_NAME_OWNER_FLAGS_NONE: No flags set.
|
||||
* @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the the name.
|
||||
* @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the name.
|
||||
* @G_BUS_NAME_OWNER_FLAGS_REPLACE: If another message bus connection owns the name and have
|
||||
* specified #G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
|
||||
*
|
||||
|
@ -291,7 +291,7 @@ g_proxy_address_init (GProxyAddress *proxy)
|
||||
* @inetaddr: The proxy server #GInetAddress.
|
||||
* @port: The proxy server port.
|
||||
* @protocol: The proxy protocol to support, in lower case (e.g. socks, http).
|
||||
* @dest_hostname: The destination hostname the the proxy should tunnel to.
|
||||
* @dest_hostname: The destination hostname the proxy should tunnel to.
|
||||
* @dest_port: The destination port to tunnel to.
|
||||
* @username: (allow-none): The username to authenticate to the proxy server
|
||||
* (or %NULL).
|
||||
|
@ -253,7 +253,7 @@ g_zlib_compressor_class_init (GZlibCompressorClass *klass)
|
||||
*
|
||||
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
|
||||
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
|
||||
* and modification time from the file info to the the GZIP header.
|
||||
* and modification time from the file info to the GZIP header.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
|
14
glib/gmain.c
14
glib/gmain.c
@ -3315,20 +3315,20 @@ g_main_context_pending (GMainContext *context)
|
||||
* g_main_context_iteration:
|
||||
* @context: (allow-none): a #GMainContext (if %NULL, the default context will be used)
|
||||
* @may_block: whether the call may block.
|
||||
*
|
||||
*
|
||||
* Runs a single iteration for the given main loop. This involves
|
||||
* checking to see if any event sources are ready to be processed,
|
||||
* then if no events sources are ready and @may_block is %TRUE, waiting
|
||||
* for a source to become ready, then dispatching the highest priority
|
||||
* events sources that are ready. Otherwise, if @may_block is %FALSE
|
||||
* sources are not waited to become ready, only those highest priority
|
||||
* events sources will be dispatched (if any), that are ready at this
|
||||
* events sources that are ready. Otherwise, if @may_block is %FALSE
|
||||
* sources are not waited to become ready, only those highest priority
|
||||
* events sources will be dispatched (if any), that are ready at this
|
||||
* given moment without further waiting.
|
||||
*
|
||||
* Note that even when @may_block is %TRUE, it is still possible for
|
||||
* g_main_context_iteration() to return %FALSE, since the the wait may
|
||||
* Note that even when @may_block is %TRUE, it is still possible for
|
||||
* g_main_context_iteration() to return %FALSE, since the wait may
|
||||
* be interrupted for other reasons than an event source becoming ready.
|
||||
*
|
||||
*
|
||||
* Return value: %TRUE if events were dispatched.
|
||||
**/
|
||||
gboolean
|
||||
|
@ -2341,7 +2341,7 @@ g_markup_vprintf_escaped (const gchar *format,
|
||||
* then use the normal g_strdup_vprintf() to format the arguments
|
||||
* with the two new format strings. By comparing the results,
|
||||
* we can figure out what segments of the output come from
|
||||
* the the original format string, and what from the arguments,
|
||||
* the original format string, and what from the arguments,
|
||||
* and thus know what portions of the string to escape.
|
||||
*
|
||||
* For instance, for:
|
||||
|
@ -100,7 +100,7 @@ typedef enum
|
||||
* G_SPAWN_EXIT_ERROR:
|
||||
*
|
||||
* Error domain used by g_spawn_check_exit_status(). The code
|
||||
* will be the the program exit code.
|
||||
* will be the program exit code.
|
||||
*/
|
||||
#define G_SPAWN_EXIT_ERROR g_spawn_exit_error_quark ()
|
||||
|
||||
|
@ -53,7 +53,7 @@ G_BEGIN_DECLS
|
||||
/**
|
||||
* G_VALUE_TYPE:
|
||||
* @value: A #GValue structure.
|
||||
*
|
||||
*
|
||||
* Get the type identifier of @value.
|
||||
*
|
||||
* Returns: the #GType.
|
||||
@ -63,7 +63,7 @@ G_BEGIN_DECLS
|
||||
* G_VALUE_TYPE_NAME:
|
||||
* @value: A #GValue structure.
|
||||
*
|
||||
* Gets the the type name of @value.
|
||||
* Gets the type name of @value.
|
||||
*
|
||||
* Returns: the type name.
|
||||
*/
|
||||
@ -72,7 +72,7 @@ G_BEGIN_DECLS
|
||||
* G_VALUE_HOLDS:
|
||||
* @value: A #GValue structure.
|
||||
* @type: A #GType value.
|
||||
*
|
||||
*
|
||||
* Checks if @value holds (or contains) a value of @type.
|
||||
* This macro will also check for @value != %NULL and issue a
|
||||
* warning if the check fails.
|
||||
|
Loading…
Reference in New Issue
Block a user