mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Added the shims for int64. some small updates.
Original commit message from CVS: Added the shims for int64. some small updates. according to gtkdoc we now have: 1e+02% function docs coverage (444 functions documented, 0 not documented) :)
This commit is contained in:
parent
381f7b930f
commit
dd71e3fbd9
4 changed files with 21 additions and 8 deletions
|
@ -8,6 +8,7 @@ g_object_get_type
|
||||||
GObject
|
GObject
|
||||||
G_MAXUINT
|
G_MAXUINT
|
||||||
G_MAXULONG
|
G_MAXULONG
|
||||||
|
G_MAXINT64
|
||||||
g_object_ref
|
g_object_ref
|
||||||
g_object_unref
|
g_object_unref
|
||||||
G_TYPE_CHECK_INSTANCE_CAST
|
G_TYPE_CHECK_INSTANCE_CAST
|
||||||
|
@ -102,6 +103,7 @@ g_value_get_uchar
|
||||||
g_value_set_char
|
g_value_set_char
|
||||||
g_value_set_uchar
|
g_value_set_uchar
|
||||||
g_value_unset
|
g_value_unset
|
||||||
|
g_value_get_int64
|
||||||
g_object_get_property
|
g_object_get_property
|
||||||
g_object_set
|
g_object_set
|
||||||
GType
|
GType
|
||||||
|
@ -166,6 +168,8 @@ g_param_spec_pointer
|
||||||
g2g_param_spec_pointer
|
g2g_param_spec_pointer
|
||||||
g_param_spec_string
|
g_param_spec_string
|
||||||
g2g_param_spec_string
|
g2g_param_spec_string
|
||||||
|
g_param_spec_int64
|
||||||
|
g_value_set_int64
|
||||||
g_value_get_boolean
|
g_value_get_boolean
|
||||||
g_value_set_boolean
|
g_value_set_boolean
|
||||||
g_value_get_enum
|
g_value_get_enum
|
||||||
|
@ -186,6 +190,7 @@ g_value_get_string
|
||||||
g_value_set_string
|
g_value_set_string
|
||||||
g_value_get_pointer
|
g_value_get_pointer
|
||||||
g_value_set_pointer
|
g_value_set_pointer
|
||||||
|
g_string_append_printf
|
||||||
G_OBJECT
|
G_OBJECT
|
||||||
g_cclosure_marshal_VOID__OBJECT
|
g_cclosure_marshal_VOID__OBJECT
|
||||||
G_IS_OBJECT
|
G_IS_OBJECT
|
||||||
|
|
|
@ -275,6 +275,7 @@ used when data in a stream has been skipped
|
||||||
@pool:
|
@pool:
|
||||||
@pool_private:
|
@pool_private:
|
||||||
@free:
|
@free:
|
||||||
|
@copy:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_new ##### -->
|
<!-- ##### FUNCTION gst_buffer_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -338,6 +339,15 @@ used when data in a stream has been skipped
|
||||||
@buffer:
|
@buffer:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_buffer_ref_by_count ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@buffer:
|
||||||
|
@count:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_unref ##### -->
|
<!-- ##### FUNCTION gst_buffer_unref ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -3955,14 +3955,6 @@ must be defined to activate the tracing functionality.
|
||||||
@destroy:
|
@destroy:
|
||||||
@user_data:
|
@user_data:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_ref_by_count ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@buffer:
|
|
||||||
@count:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_remove_meta ##### -->
|
<!-- ##### FUNCTION gst_buffer_remove_meta ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,12 @@ used for efficient seeking.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@groupnum:
|
||||||
|
@entries:
|
||||||
|
@certainty:
|
||||||
|
@peergroup:
|
||||||
|
@mintimestamp:
|
||||||
|
@maxtimestamp:
|
||||||
@minlocation:
|
@minlocation:
|
||||||
@maxlocation:
|
@maxlocation:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue