From f5fae6f339d6b33222618f7aea4eed76289634cb Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sat, 15 Feb 2014 22:34:33 +0100 Subject: [PATCH] docs: add the boxed types to the .types.in This makes them show up in the object hierarchy. --- docs/gst/gstreamer.types.in | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/gst/gstreamer.types.in b/docs/gst/gstreamer.types.in index f2f95f18cc..a79f38518a 100644 --- a/docs/gst/gstreamer.types.in +++ b/docs/gst/gstreamer.types.in @@ -31,10 +31,16 @@ gst_task_get_type gst_type_find_factory_get_type gst_uri_handler_get_type -% these are not GObject derived types -% this works with gtk-doc 1.10 at least -%gst_buffer_get_type -%gst_mini_object_get_type -%gst_message_get_type -%gst_query_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