summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 01:16:44 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 01:16:44 +0000
commit00df069cdf55e115ea734119c0ba97b78192cfcc (patch)
tree6a44412744eca684f675d4d8e963bd1a763fdbe8 /src/port.c
parent3b9f400868fc382a5f61db4eb7105be999049c7b (diff)
downloadganv-00df069cdf55e115ea734119c0ba97b78192cfcc.tar.gz
ganv-00df069cdf55e115ea734119c0ba97b78192cfcc.tar.bz2
ganv-00df069cdf55e115ea734119c0ba97b78192cfcc.zip
Improve documentation and GIR bindings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3841 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port.c b/src/port.c
index 63efd2e..7a80e54 100644
--- a/src/port.c
+++ b/src/port.c
@@ -229,8 +229,8 @@ ganv_port_class_init(GanvPortClass* class)
g_object_class_install_property(
gobject_class, PROP_IS_INPUT, g_param_spec_boolean(
"is-input",
- _("is input"),
- _("whether this port is an input (or an output, if false)"),
+ _("Is input"),
+ _("Whether this port is an input, rather than an output."),
0,
G_PARAM_READWRITE));