glib r7424 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7424 - in trunk: . glib
- Date: Tue, 2 Sep 2008 16:48:40 +0000 (UTC)
Author: matthiasc
Date: Tue Sep 2 16:48:40 2008
New Revision: 7424
URL: http://svn.gnome.org/viewvc/glib?rev=7424&view=rev
Log:
Fix up docs
Modified:
trunk/ChangeLog
trunk/glib/gutils.c
Modified: trunk/glib/gutils.c
==============================================================================
--- trunk/glib/gutils.c (original)
+++ trunk/glib/gutils.c Tue Sep 2 16:48:40 2008
@@ -1811,13 +1811,13 @@
* </simplelist>
* Since applications are in general <emphasis>not</emphasis> written
* to deal with these situations it was considered better to make
- * g_get_homedir() not pay attention to <envar>HOME</envar> and to
+ * g_get_home_dir() not pay attention to <envar>HOME</envar> and to
* return the real home directory for the user. If applications
* want to pay attention to <envar>HOME</envar>, they can do:
* |[
* const char *homedir = g_getenv ("HOME");
* if (!homedir)
- * homedir = g_get_homedir (<!-- -->);
+ * homedir = g_get_home_dir (<!-- -->);
* ]|
*
* Returns: the current user's home directory
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]