[gnome-commander/gcmd-1-6] Fixes declaration of gcmd_tags_get_value_string()
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-6] Fixes declaration of gcmd_tags_get_value_string()
- Date: Sun, 6 Nov 2016 19:13:52 +0000 (UTC)
commit e14fac568c6482eea27b7595aaff6cbcaea31f32
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Nov 6 20:12:11 2016 +0100
Fixes declaration of gcmd_tags_get_value_string()
src/tags/gnome-cmd-tags.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/tags/gnome-cmd-tags.h b/src/tags/gnome-cmd-tags.h
index ec100a4..e1f93fc 100644
--- a/src/tags/gnome-cmd-tags.h
+++ b/src/tags/gnome-cmd-tags.h
@@ -490,6 +490,7 @@ const gchar *gcmd_tags_get_name(const GnomeCmdTag tag);
const GnomeCmdTagClass gcmd_tags_get_class(const GnomeCmdTag tag);
const gchar *gcmd_tags_get_class_name(const GnomeCmdTag tag);
const gchar *gcmd_tags_get_value(GnomeCmdFile *f, const GnomeCmdTag tag);
+const std::string gcmd_tags_get_value_string(GnomeCmdFile *f, const GnomeCmdTag tag);
const gchar *gcmd_tags_get_title(const GnomeCmdTag tag);
const gchar *gcmd_tags_get_description(const GnomeCmdTag tag);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]