Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
608ab0f6
Kaydet (Commit)
608ab0f6
authored
Eki 14, 2014
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document the fact utils_spawn_sync() accepts NULL for all output arguments
üst
c38f59bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
utils.c
src/utils.c
+3
-3
No files found.
src/utils.c
Dosyayı görüntüle @
608ab0f6
...
...
@@ -1629,9 +1629,9 @@ const gchar *utils_get_default_dir_utf8(void)
* @param flags Flags from GSpawnFlags.
* @param child_setup A function to run in the child just before exec().
* @param user_data The user data for child_setup.
* @param std_out The return location for child output.
* @param std_err The return location for child error messages.
* @param exit_status The child exit status, as returned by waitpid().
* @param std_out The return location for child output
, or @a NULL
.
* @param std_err The return location for child error messages
, or @a NULL
.
* @param exit_status The child exit status, as returned by waitpid()
, or @a NULL
.
* @param error The return location for error or @a NULL.
*
* @return @c TRUE on success, @c FALSE if an error was set.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment