diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2012-01-27 13:05:48 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2012-01-27 13:07:27 +0100 |
commit | 7e77b105e01e1d489fccedcac41c25905e73c253 (patch) | |
tree | f62ea0b8f11e396101a0d13d801f3d520acf7bef /libs/gst/controller/gsttriggercontrolsource.c | |
parent | 21455d35b13cb7e6ed225b81bdaf566158b14350 (diff) |
controller: no fancy utf8 chars in the gi annotations
Diffstat (limited to 'libs/gst/controller/gsttriggercontrolsource.c')
-rw-r--r-- | libs/gst/controller/gsttriggercontrolsource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/gsttriggercontrolsource.c b/libs/gst/controller/gsttriggercontrolsource.c index d6305a34b..44a257d4d 100644 --- a/libs/gst/controller/gsttriggercontrolsource.c +++ b/libs/gst/controller/gsttriggercontrolsource.c @@ -182,7 +182,7 @@ G_DEFINE_TYPE_WITH_CODE (GstTriggerControlSource, gst_trigger_control_source, * * This returns a new, unbound #GstTriggerControlSource. * - * Returns: (transfer·full): a new, unbound #GstTriggerControlSource. + * Returns: (transfer full): a new, unbound #GstTriggerControlSource. */ GstTriggerControlSource * gst_trigger_control_source_new (void) |