summaryrefslogtreecommitdiff
path: root/gst/gst.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gst.h')
-rw-r--r--gst/gst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gst.h b/gst/gst.h
index adadf0c913..d2bbe88cd8 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -79,8 +79,8 @@ void gst_init_with_popt_table (int *argc, char **argv[],
gboolean gst_init_check_with_popt_table (int *argc, char **argv[],
const struct poptOption
*popt_options);
-const struct
-poptOption* gst_init_get_popt_table (void);
+G_CONST_RETURN struct poptOption*
+ gst_init_get_popt_table (void);
void gst_use_threads (gboolean use_threads);
gboolean gst_has_threads (void);