summaryrefslogtreecommitdiff
path: root/gdata/media/gdata-media-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/media/gdata-media-content.h')
-rw-r--r--gdata/media/gdata-media-content.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdata/media/gdata-media-content.h b/gdata/media/gdata-media-content.h
index adce38ac..c7c49544 100644
--- a/gdata/media/gdata-media-content.h
+++ b/gdata/media/gdata-media-content.h
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
* @GDATA_MEDIA_EXPRESSION_NONSTOP: the media is a continuous stream
*
* An enum representing the possible values of #GDataMediaContent:expression.
- **/
+ */
typedef enum {
GDATA_MEDIA_EXPRESSION_SAMPLE,
GDATA_MEDIA_EXPRESSION_FULL,
@@ -55,7 +55,7 @@ typedef enum {
* An enum representing the possible values of #GDataMediaContent:medium.
*
* Since: 0.4.0
- **/
+ */
typedef enum {
GDATA_MEDIA_UNKNOWN,
GDATA_MEDIA_IMAGE,
@@ -78,7 +78,7 @@ typedef struct _GDataMediaContentPrivate GDataMediaContentPrivate;
* GDataMediaContent:
*
* All the fields in the #GDataMediaContent structure are private and should never be accessed directly.
- **/
+ */
typedef struct {
GDataParsable parent;
GDataMediaContentPrivate *priv;
@@ -90,7 +90,7 @@ typedef struct {
* All the fields in the #GDataMediaContentClass structure are private and should never be accessed directly.
*
* Since: 0.4.0
- **/
+ */
typedef struct {
/*< private >*/
GDataParsableClass parent;