Get to the point where we are fairly happy with our uncrustify config. Fixes #6.
This commit is contained in:
parent
d07d3dfe50
commit
62de9c2032
58 changed files with 4811 additions and 1946 deletions
|
@ -21,8 +21,17 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
gboolean koto_bplayback_engine_gst_caps_iter(GstCapsFeatures *features, GstStructure *structure, gpointer user_data);
|
||||
void koto_playback_engine_gst_pad_iter(gpointer list_data, gpointer user_data);
|
||||
void koto_playback_engine_get_supported_mimetypes(GList *mimes);
|
||||
gboolean koto_bplayback_engine_gst_caps_iter(
|
||||
GstCapsFeatures * features,
|
||||
GstStructure * structure,
|
||||
gpointer user_data
|
||||
);
|
||||
|
||||
void koto_playback_engine_gst_pad_iter(
|
||||
gpointer list_data,
|
||||
gpointer user_data
|
||||
);
|
||||
|
||||
void koto_playback_engine_get_supported_mimetypes(GList * mimes);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue