mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
GESFormatter: Move comments out of the way
Avoids having them appear in gtk-doc
This commit is contained in:
parent
7cbb93e487
commit
f07daf3beb
1 changed files with 4 additions and 4 deletions
|
@ -114,16 +114,16 @@ typedef gboolean (*GESFormatterLoadMethod) (GESFormatter * formatter,
|
|||
struct _GESFormatterClass {
|
||||
GObjectClass parent_class;
|
||||
|
||||
/* FIXME : formatter name */
|
||||
/* FIXME : formatter description */
|
||||
/* FIXME : format name/mime-type */
|
||||
|
||||
GESFormatterCanLoadURIMethod can_load_uri;
|
||||
GESFormatterCanSaveURIMethod can_save_uri;
|
||||
GESFormatterLoadFromURIMethod load_from_uri;
|
||||
GESFormatterSaveToURIMethod save_to_uri;
|
||||
|
||||
/*< private >*/
|
||||
/* FIXME : formatter name */
|
||||
/* FIXME : formatter description */
|
||||
/* FIXME : format name/mime-type */
|
||||
|
||||
GESFormatterSaveMethod save;
|
||||
GESFormatterLoadMethod load;
|
||||
|
||||
|
|
Loading…
Reference in a new issue