[ekiga] Added small comments to the gmconf api
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga] Added small comments to the gmconf api
- Date: Sun, 19 Apr 2009 04:12:54 -0400 (EDT)
commit 4bb1de8593155a4641c2ad0b07469ca380579216
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]