[gnome-builder/gnome-builder-43] libide/threading: fix renamin type usage



commit 956733e4383a3af2387f3f0f2e6f4bee8f64022f
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 28 07:43:56 2022 -0700

    libide/threading: fix renamin type usage

 src/libide/threading/ide-unix-fd-map.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/threading/ide-unix-fd-map.c b/src/libide/threading/ide-unix-fd-map.c
index 7760045de..09ac2806f 100644
--- a/src/libide/threading/ide-unix-fd-map.c
+++ b/src/libide/threading/ide-unix-fd-map.c
@@ -445,7 +445,7 @@ pipe2 (int      fd_pair[2],
 
 /**
  * ide_unix_fd_map_create_stream:
- * @self: a #IdeUnixFdMap
+ * @self: a #IdeUnixFDMap
  * @dest_read_fd: the FD number in the destination process for the read side (stdin)
  * @dest_write_fd: the FD number in the destinatino process for the write side (stdout)
  *
@@ -525,7 +525,7 @@ failure:
 }
 
 gboolean
-ide_unix_fd_map_silence_fd (IdeUnixFdMap  *self,
+ide_unix_fd_map_silence_fd (IdeUnixFDMap  *self,
                             int            dest_fd,
                             GError       **error)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]