[ekiga/gnome-2-26] Added small comments to the gmconf api
- From: Eugen Dedu <ededu src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga/gnome-2-26] Added small comments to the gmconf api
- Date: Mon, 27 Apr 2009 12:34:38 -0400 (EDT)
commit 6559748fe3797da3580ba45e7a9be5f437261507
Author: Julien Puydt <jpuydt noether localdomain>
Date: Sun Apr 19 09:41:09 2009 +0200
Added small comments to the gmconf api
---
lib/gmconf/gmconf.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/gmconf/gmconf.h b/lib/gmconf/gmconf.h
index 40a4f9c..f97d6e6 100644
--- a/lib/gmconf/gmconf.h
+++ b/lib/gmconf/gmconf.h
@@ -117,8 +117,10 @@ int gm_conf_get_int (const gchar *);
void gm_conf_set_float (const gchar *, const float);
gfloat gm_conf_get_float (const gchar *);
void gm_conf_set_string (const gchar *, const gchar *);
+/* Should be freed! */
gchar *gm_conf_get_string (const gchar *);
void gm_conf_set_string_list (const gchar *, GSList *);
+/* Should be freed! */
GSList *gm_conf_get_string_list (const gchar *);
/* to destroy a part of the config */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]