[glib] gbacktrace: g_get_prgname () isn't called for a NULL argument
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gbacktrace: g_get_prgname () isn't called for a NULL argument
- Date: Fri, 6 Jan 2012 19:41:14 +0000 (UTC)
commit 021e116f0525ce99cea97fb7039d6be804d4145f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Sep 12 23:14:32 2011 -0400
gbacktrace: g_get_prgname () isn't called for a NULL argument
https://bugzilla.gnome.org/show_bug.cgi?id=658871
glib/gbacktrace.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/gbacktrace.c b/glib/gbacktrace.c
index c1c8da5..957c482 100644
--- a/glib/gbacktrace.c
+++ b/glib/gbacktrace.c
@@ -214,13 +214,13 @@ g_on_error_query (const gchar *prg_name)
/**
* g_on_error_stack_trace:
* @prg_name: the program name, needed by <command>gdb</command>
- * for the [S]tack trace option. If @prg_name is %NULL, g_get_prgname()
- * is called to get the program name (which will work correctly if
- * gdk_init() or gtk_init() has been called)
+ * for the [S]tack trace option.
*
* Invokes <command>gdb</command>, which attaches to the current
* process and shows a stack trace. Called by g_on_error_query()
- * when the [S]tack trace option is selected.
+ * when the [S]tack trace option is selected. You can get the current
+ * process's "program name" with g_get_prgname(), assuming that you
+ * have called gtk_init() or gdk_init().
*
* This function may cause different actions on non-UNIX platforms.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]