gstreamer/docs/gst/gstreamer.types.in
Matthew Waters 86abf49c23 gst: add a promise object
An object that can be waited on and asked for asynchronous values.
In much the same way as promise/futures in js/java/etc

A callback can be installed for when the promise changes state.

Original idea by
Jan Schmidt <jan@centricular.com>

With contributions from
Nirbheek Chauhan <nirbheek@centricular.com>
Mathieu Duponchelle <mathieu@centricular.com>

https://bugzilla.gnome.org/show_bug.cgi?id=789843
2017-11-23 00:48:30 +11:00

52 lines
1.2 KiB
Plaintext

% add a _get_type for every GObject whose properties and signals you want
% documented
% add the relevant includes to be able to call those _get_type functions
% adding a get_type here will:
% - change output file name from gstreamer-(whatever).html to (whatever).html
% - document properties and signals
#include <gst/gst.h>
#include <gst/gsttracer.h>
#include <gst/gsttracerrecord.h>
gst_bin_get_type
gst_buffer_pool_get_type
gst_bus_get_type
gst_child_proxy_get_type
gst_clock_get_type
gst_control_binding_get_type
gst_control_source_get_type
gst_element_factory_get_type
gst_element_get_type
gst_ghost_pad_get_type
gst_object_get_type
gst_pad_get_type
gst_pad_template_get_type
gst_pipeline_get_type
gst_plugin_feature_get_type
gst_preset_get_type
gst_promise_get_type
gst_registry_get_type
gst_system_clock_get_type
gst_tag_setter_get_type
gst_task_get_type
gst_tracer_get_type
gst_tracer_factory_get_type
gst_tracer_record_get_type
gst_type_find_factory_get_type
gst_uri_handler_get_type
gst_buffer_get_type
gst_buffer_list_get_type
gst_caps_get_type
gst_context_get_type
gst_event_get_type
gst_memory_get_type
gst_message_get_type
gst_query_get_type
gst_sample_get_type
gst_tag_list_get_type
gst_toc_get_type
gst_toc_entry_get_type