unity-protocol.h   unity-protocol.h 
skipping to change at line 119 skipping to change at line 119
#define UNITY_PROTOCOL_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreview)) #define UNITY_PROTOCOL_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreview))
#define UNITY_PROTOCOL_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewClass )) #define UNITY_PROTOCOL_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewClass ))
#define UNITY_PROTOCOL_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW)) #define UNITY_PROTOCOL_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW))
#define UNITY_PROTOCOL_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW)) #define UNITY_PROTOCOL_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW))
#define UNITY_PROTOCOL_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewCla ss)) #define UNITY_PROTOCOL_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewCla ss))
typedef struct _UnityProtocolMusicPreview UnityProtocolMusicPreview; typedef struct _UnityProtocolMusicPreview UnityProtocolMusicPreview;
typedef struct _UnityProtocolMusicPreviewClass UnityProtocolMusicPreviewCla ss; typedef struct _UnityProtocolMusicPreviewClass UnityProtocolMusicPreviewCla ss;
typedef struct _UnityProtocolMusicPreviewPrivate UnityProtocolMusicPreviewP rivate; typedef struct _UnityProtocolMusicPreviewPrivate UnityProtocolMusicPreviewP rivate;
#define UNITY_PROTOCOL_TYPE_PREVIEW_PAYMENT_TYPE (unity_protocol_preview_pa
yment_type_get_type ())
#define UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW (unity_protocol_payment_preview
_get_type ())
#define UNITY_PROTOCOL_PAYMENT_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((o
bj), UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW, UnityProtocolPaymentPreview))
#define UNITY_PROTOCOL_PAYMENT_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAS
T ((klass), UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW, UnityProtocolPaymentPrevie
wClass))
#define UNITY_PROTOCOL_IS_PAYMENT_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE
((obj), UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW))
#define UNITY_PROTOCOL_IS_PAYMENT_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_
TYPE ((klass), UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW))
#define UNITY_PROTOCOL_PAYMENT_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_
CLASS ((obj), UNITY_PROTOCOL_TYPE_PAYMENT_PREVIEW, UnityProtocolPaymentPrev
iewClass))
typedef struct _UnityProtocolPaymentPreview UnityProtocolPaymentPreview;
typedef struct _UnityProtocolPaymentPreviewClass UnityProtocolPaymentPrevie
wClass;
typedef struct _UnityProtocolPaymentPreviewPrivate UnityProtocolPaymentPrev
iewPrivate;
#define UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW (unity_protocol_movie_preview_get _type ()) #define UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW (unity_protocol_movie_preview_get _type ())
#define UNITY_PROTOCOL_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreview)) #define UNITY_PROTOCOL_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreview))
#define UNITY_PROTOCOL_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreviewClass )) #define UNITY_PROTOCOL_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreviewClass ))
#define UNITY_PROTOCOL_IS_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW)) #define UNITY_PROTOCOL_IS_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW))
#define UNITY_PROTOCOL_IS_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW)) #define UNITY_PROTOCOL_IS_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW))
#define UNITY_PROTOCOL_MOVIE_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreviewCla ss)) #define UNITY_PROTOCOL_MOVIE_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MOVIE_PREVIEW, UnityProtocolMoviePreviewCla ss))
typedef struct _UnityProtocolMoviePreview UnityProtocolMoviePreview; typedef struct _UnityProtocolMoviePreview UnityProtocolMoviePreview;
typedef struct _UnityProtocolMoviePreviewClass UnityProtocolMoviePreviewCla ss; typedef struct _UnityProtocolMoviePreviewClass UnityProtocolMoviePreviewCla ss;
typedef struct _UnityProtocolMoviePreviewPrivate UnityProtocolMoviePreviewP rivate; typedef struct _UnityProtocolMoviePreviewPrivate UnityProtocolMoviePreviewP rivate;
skipping to change at line 367 skipping to change at line 380
struct _UnityProtocolMusicPreview { struct _UnityProtocolMusicPreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolMusicPreviewPrivate * priv; UnityProtocolMusicPreviewPrivate * priv;
}; };
struct _UnityProtocolMusicPreviewClass { struct _UnityProtocolMusicPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
typedef enum {
UNITY_PROTOCOL_PREVIEW_PAYMENT_TYPE_APPLICATION,
UNITY_PROTOCOL_PREVIEW_PAYMENT_TYPE_MUSIC,
UNITY_PROTOCOL_PREVIEW_PAYMENT_TYPE_ERROR
} UnityProtocolPreviewPaymentType;
struct _UnityProtocolPaymentPreview {
UnityProtocolPreview parent_instance;
UnityProtocolPaymentPreviewPrivate * priv;
};
struct _UnityProtocolPaymentPreviewClass {
UnityProtocolPreviewClass parent_class;
};
struct _UnityProtocolMoviePreview { struct _UnityProtocolMoviePreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolMoviePreviewPrivate * priv; UnityProtocolMoviePreviewPrivate * priv;
}; };
struct _UnityProtocolMoviePreviewClass { struct _UnityProtocolMoviePreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
struct _UnityProtocolSocialPreviewCommentRaw { struct _UnityProtocolSocialPreviewCommentRaw {
skipping to change at line 547 skipping to change at line 575
GType unity_protocol_play_state_get_type (void) G_GNUC_CONST; GType unity_protocol_play_state_get_type (void) G_GNUC_CONST;
GType unity_protocol_music_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_music_preview_get_type (void) G_GNUC_CONST;
UnityProtocolMusicPreview* unity_protocol_music_preview_new (void); UnityProtocolMusicPreview* unity_protocol_music_preview_new (void);
UnityProtocolMusicPreview* unity_protocol_music_preview_construct (GType ob ject_type); UnityProtocolMusicPreview* unity_protocol_music_preview_construct (GType ob ject_type);
void unity_protocol_music_preview_play_uri (UnityProtocolMusicPreview* self , const gchar* uri); void unity_protocol_music_preview_play_uri (UnityProtocolMusicPreview* self , const gchar* uri);
void unity_protocol_music_preview_pause_uri (UnityProtocolMusicPreview* sel f, const gchar* uri); void unity_protocol_music_preview_pause_uri (UnityProtocolMusicPreview* sel f, const gchar* uri);
const gchar* unity_protocol_music_preview_get_track_data_swarm_name (UnityP rotocolMusicPreview* self); const gchar* unity_protocol_music_preview_get_track_data_swarm_name (UnityP rotocolMusicPreview* self);
void unity_protocol_music_preview_set_track_data_swarm_name (UnityProtocolM usicPreview* self, const gchar* value); void unity_protocol_music_preview_set_track_data_swarm_name (UnityProtocolM usicPreview* self, const gchar* value);
const gchar* unity_protocol_music_preview_get_track_data_address (UnityProt ocolMusicPreview* self); const gchar* unity_protocol_music_preview_get_track_data_address (UnityProt ocolMusicPreview* self);
void unity_protocol_music_preview_set_track_data_address (UnityProtocolMusi cPreview* self, const gchar* value); void unity_protocol_music_preview_set_track_data_address (UnityProtocolMusi cPreview* self, const gchar* value);
GType unity_protocol_preview_payment_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_payment_preview_get_type (void) G_GNUC_CONST;
UnityProtocolPaymentPreview* unity_protocol_payment_preview_new (void);
UnityProtocolPaymentPreview* unity_protocol_payment_preview_construct (GTyp
e object_type);
const gchar* unity_protocol_payment_preview_get_header (UnityProtocolPaymen
tPreview* self);
void unity_protocol_payment_preview_set_header (UnityProtocolPaymentPreview
* self, const gchar* value);
const gchar* unity_protocol_payment_preview_get_email (UnityProtocolPayment
Preview* self);
void unity_protocol_payment_preview_set_email (UnityProtocolPaymentPreview*
self, const gchar* value);
const gchar* unity_protocol_payment_preview_get_payment_method (UnityProtoc
olPaymentPreview* self);
void unity_protocol_payment_preview_set_payment_method (UnityProtocolPaymen
tPreview* self, const gchar* value);
const gchar* unity_protocol_payment_preview_get_purchase_prize (UnityProtoc
olPaymentPreview* self);
void unity_protocol_payment_preview_set_purchase_prize (UnityProtocolPaymen
tPreview* self, const gchar* value);
const gchar* unity_protocol_payment_preview_get_purchase_type (UnityProtoco
lPaymentPreview* self);
void unity_protocol_payment_preview_set_purchase_type (UnityProtocolPayment
Preview* self, const gchar* value);
UnityProtocolPreviewPaymentType unity_protocol_payment_preview_get_preview_
type (UnityProtocolPaymentPreview* self);
void unity_protocol_payment_preview_set_preview_type (UnityProtocolPaymentP
review* self, UnityProtocolPreviewPaymentType value);
GType unity_protocol_movie_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_movie_preview_get_type (void) G_GNUC_CONST;
UnityProtocolMoviePreview* unity_protocol_movie_preview_new (void); UnityProtocolMoviePreview* unity_protocol_movie_preview_new (void);
UnityProtocolMoviePreview* unity_protocol_movie_preview_construct (GType ob ject_type); UnityProtocolMoviePreview* unity_protocol_movie_preview_construct (GType ob ject_type);
const gchar* unity_protocol_movie_preview_get_year (UnityProtocolMoviePrevi ew* self); const gchar* unity_protocol_movie_preview_get_year (UnityProtocolMoviePrevi ew* self);
void unity_protocol_movie_preview_set_year (UnityProtocolMoviePreview* self , const gchar* value); void unity_protocol_movie_preview_set_year (UnityProtocolMoviePreview* self , const gchar* value);
gfloat unity_protocol_movie_preview_get_rating (UnityProtocolMoviePreview* self); gfloat unity_protocol_movie_preview_get_rating (UnityProtocolMoviePreview* self);
void unity_protocol_movie_preview_set_rating (UnityProtocolMoviePreview* se lf, gfloat value); void unity_protocol_movie_preview_set_rating (UnityProtocolMoviePreview* se lf, gfloat value);
guint unity_protocol_movie_preview_get_num_ratings (UnityProtocolMoviePrevi ew* self); guint unity_protocol_movie_preview_get_num_ratings (UnityProtocolMoviePrevi ew* self);
void unity_protocol_movie_preview_set_num_ratings (UnityProtocolMoviePrevie w* self, guint value); void unity_protocol_movie_preview_set_num_ratings (UnityProtocolMoviePrevie w* self, guint value);
GType unity_protocol_social_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_social_preview_get_type (void) G_GNUC_CONST;
 End of changes. 3 change blocks. 
0 lines changed or deleted 68 lines changed or added


 unity.h   unity.h 
skipping to change at line 334 skipping to change at line 334
#define UNITY_TYPE_TRACK_METADATA (unity_track_metadata_get_type ()) #define UNITY_TYPE_TRACK_METADATA (unity_track_metadata_get_type ())
#define UNITY_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_TRACK_METADATA, UnityTrackMetadata)) #define UNITY_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_TRACK_METADATA, UnityTrackMetadata))
#define UNITY_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass)) #define UNITY_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
#define UNITY_IS_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_TRACK_METADATA)) #define UNITY_IS_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_TRACK_METADATA))
#define UNITY_IS_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_TRACK_METADATA)) #define UNITY_IS_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_TRACK_METADATA))
#define UNITY_TRACK_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass)) #define UNITY_TRACK_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
typedef struct _UnityTrackMetadata UnityTrackMetadata; typedef struct _UnityTrackMetadata UnityTrackMetadata;
typedef struct _UnityTrackMetadataClass UnityTrackMetadataClass; typedef struct _UnityTrackMetadataClass UnityTrackMetadataClass;
#define UNITY_TYPE_PAYMENT_PREVIEW (unity_payment_preview_get_type ())
#define UNITY_PAYMENT_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNIT
Y_TYPE_PAYMENT_PREVIEW, UnityPaymentPreview))
#define UNITY_PAYMENT_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass
), UNITY_TYPE_PAYMENT_PREVIEW, UnityPaymentPreviewClass))
#define UNITY_IS_PAYMENT_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), U
NITY_TYPE_PAYMENT_PREVIEW))
#define UNITY_IS_PAYMENT_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kl
ass), UNITY_TYPE_PAYMENT_PREVIEW))
#define UNITY_PAYMENT_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((o
bj), UNITY_TYPE_PAYMENT_PREVIEW, UnityPaymentPreviewClass))
typedef struct _UnityPaymentPreview UnityPaymentPreview;
typedef struct _UnityPaymentPreviewClass UnityPaymentPreviewClass;
typedef struct _UnityPaymentPreviewPrivate UnityPaymentPreviewPrivate;
#define UNITY_PAYMENT_PREVIEW_TYPE_TYPE (unity_payment_preview_type_get_typ
e ())
#define UNITY_TYPE_MOVIE_PREVIEW (unity_movie_preview_get_type ()) #define UNITY_TYPE_MOVIE_PREVIEW (unity_movie_preview_get_type ())
#define UNITY_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_MOVIE_PREVIEW, UnityMoviePreview)) #define UNITY_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_MOVIE_PREVIEW, UnityMoviePreview))
#define UNITY_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass)) #define UNITY_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass))
#define UNITY_IS_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_MOVIE_PREVIEW)) #define UNITY_IS_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_MOVIE_PREVIEW))
#define UNITY_IS_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_MOVIE_PREVIEW)) #define UNITY_IS_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_MOVIE_PREVIEW))
#define UNITY_MOVIE_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass)) #define UNITY_MOVIE_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass))
typedef struct _UnityMoviePreview UnityMoviePreview; typedef struct _UnityMoviePreview UnityMoviePreview;
typedef struct _UnityMoviePreviewClass UnityMoviePreviewClass; typedef struct _UnityMoviePreviewClass UnityMoviePreviewClass;
typedef struct _UnityMoviePreviewPrivate UnityMoviePreviewPrivate; typedef struct _UnityMoviePreviewPrivate UnityMoviePreviewPrivate;
skipping to change at line 529 skipping to change at line 542
}; };
struct _UnityActivationResponseClass { struct _UnityActivationResponseClass {
GInitiallyUnownedClass parent_class; GInitiallyUnownedClass parent_class;
}; };
typedef enum { typedef enum {
UNITY_CATEGORY_RENDERER_VERTICAL_TILE, UNITY_CATEGORY_RENDERER_VERTICAL_TILE,
UNITY_CATEGORY_RENDERER_HORIZONTAL_TILE, UNITY_CATEGORY_RENDERER_HORIZONTAL_TILE,
UNITY_CATEGORY_RENDERER_LIST_TILE, UNITY_CATEGORY_RENDERER_LIST_TILE,
UNITY_CATEGORY_RENDERER_FLOW UNITY_CATEGORY_RENDERER_FLOW,
UNITY_CATEGORY_RENDERER_TABULAR_TILE
} UnityCategoryRenderer; } UnityCategoryRenderer;
struct _UnityCategory { struct _UnityCategory {
GObject parent_instance; GObject parent_instance;
UnityCategoryPrivate * priv; UnityCategoryPrivate * priv;
}; };
struct _UnityCategoryClass { struct _UnityCategoryClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
skipping to change at line 732 skipping to change at line 746
struct _UnityMusicPreviewClass { struct _UnityMusicPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
typedef enum { typedef enum {
UNITY_MUSIC_PREVIEW_TRACK_STATE_STOPPED, UNITY_MUSIC_PREVIEW_TRACK_STATE_STOPPED,
UNITY_MUSIC_PREVIEW_TRACK_STATE_PLAYING, UNITY_MUSIC_PREVIEW_TRACK_STATE_PLAYING,
UNITY_MUSIC_PREVIEW_TRACK_STATE_PAUSED UNITY_MUSIC_PREVIEW_TRACK_STATE_PAUSED
} UnityMusicPreviewTrackState; } UnityMusicPreviewTrackState;
struct _UnityPaymentPreview {
UnityPreview parent_instance;
UnityPaymentPreviewPrivate * priv;
};
struct _UnityPaymentPreviewClass {
UnityPreviewClass parent_class;
};
typedef enum {
UNITY_PAYMENT_PREVIEW_TYPE_APPLICATION,
UNITY_PAYMENT_PREVIEW_TYPE_MUSIC,
UNITY_PAYMENT_PREVIEW_TYPE_ERROR
} UnityPaymentPreviewType;
struct _UnityMoviePreview { struct _UnityMoviePreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityMoviePreviewPrivate * priv; UnityMoviePreviewPrivate * priv;
}; };
struct _UnityMoviePreviewClass { struct _UnityMoviePreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
struct _UnitySocialPreview { struct _UnitySocialPreview {
skipping to change at line 1057 skipping to change at line 1086
UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar * subtitle, GIcon* image); UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar * subtitle, GIcon* image);
UnityMusicPreview* unity_music_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, GIcon* image); UnityMusicPreview* unity_music_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, GIcon* image);
GType unity_track_metadata_get_type (void) G_GNUC_CONST; GType unity_track_metadata_get_type (void) G_GNUC_CONST;
void unity_music_preview_add_track (UnityMusicPreview* self, UnityTrackMeta data* track); void unity_music_preview_add_track (UnityMusicPreview* self, UnityTrackMeta data* track);
const gchar* unity_music_preview_get_current_track_uri (UnityMusicPreview* self); const gchar* unity_music_preview_get_current_track_uri (UnityMusicPreview* self);
void unity_music_preview_set_current_track_uri (UnityMusicPreview* self, co nst gchar* value); void unity_music_preview_set_current_track_uri (UnityMusicPreview* self, co nst gchar* value);
gfloat unity_music_preview_get_current_progress (UnityMusicPreview* self); gfloat unity_music_preview_get_current_progress (UnityMusicPreview* self);
void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value); void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value);
UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self); UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self);
void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value); void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value);
GType unity_payment_preview_get_type (void) G_GNUC_CONST;
GType unity_payment_preview_type_get_type (void) G_GNUC_CONST;
UnityPaymentPreview* unity_payment_preview_new (const gchar* title, const g
char* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_construct (GType object_type, co
nst gchar* title, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_new_for_type (const gchar* title
, const gchar* subtitle, GIcon* image, UnityPaymentPreviewType type);
UnityPaymentPreview* unity_payment_preview_construct_for_type (GType object
_type, const gchar* title, const gchar* subtitle, GIcon* image, UnityPaymen
tPreviewType type);
UnityPaymentPreview* unity_payment_preview_new_for_application (const gchar
* title, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_construct_for_application (GType
object_type, const gchar* title, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_new_for_music (const gchar* titl
e, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_construct_for_music (GType objec
t_type, const gchar* title, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_new_for_error (const gchar* titl
e, const gchar* subtitle, GIcon* image);
UnityPaymentPreview* unity_payment_preview_construct_for_error (GType objec
t_type, const gchar* title, const gchar* subtitle, GIcon* image);
const gchar* unity_payment_preview_get_header (UnityPaymentPreview* self);
void unity_payment_preview_set_header (UnityPaymentPreview* self, const gch
ar* value);
const gchar* unity_payment_preview_get_email (UnityPaymentPreview* self);
void unity_payment_preview_set_email (UnityPaymentPreview* self, const gcha
r* value);
const gchar* unity_payment_preview_get_payment_method (UnityPaymentPreview*
self);
void unity_payment_preview_set_payment_method (UnityPaymentPreview* self, c
onst gchar* value);
const gchar* unity_payment_preview_get_purchase_prize (UnityPaymentPreview*
self);
void unity_payment_preview_set_purchase_prize (UnityPaymentPreview* self, c
onst gchar* value);
const gchar* unity_payment_preview_get_purchase_type (UnityPaymentPreview*
self);
void unity_payment_preview_set_purchase_type (UnityPaymentPreview* self, co
nst gchar* value);
UnityPaymentPreviewType unity_payment_preview_get_preview_type (UnityPaymen
tPreview* self);
void unity_payment_preview_set_preview_type (UnityPaymentPreview* self, Uni
tyPaymentPreviewType value);
GType unity_movie_preview_get_type (void) G_GNUC_CONST; GType unity_movie_preview_get_type (void) G_GNUC_CONST;
UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar * subtitle, const gchar* description, GIcon* image); UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar * subtitle, const gchar* description, GIcon* image);
UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* image ); UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* image );
void unity_movie_preview_set_rating (UnityMoviePreview* self, gfloat rating , guint num_ratings); void unity_movie_preview_set_rating (UnityMoviePreview* self, gfloat rating , guint num_ratings);
const gchar* unity_movie_preview_get_year (UnityMoviePreview* self); const gchar* unity_movie_preview_get_year (UnityMoviePreview* self);
void unity_movie_preview_set_year (UnityMoviePreview* self, const gchar* va lue); void unity_movie_preview_set_year (UnityMoviePreview* self, const gchar* va lue);
GType unity_social_preview_get_type (void) G_GNUC_CONST; GType unity_social_preview_get_type (void) G_GNUC_CONST;
UnitySocialPreview* unity_social_preview_new (const gchar* sender, const gc har* subtitle, const gchar* content, GIcon* avatar); UnitySocialPreview* unity_social_preview_new (const gchar* sender, const gc har* subtitle, const gchar* content, GIcon* avatar);
UnitySocialPreview* unity_social_preview_construct (GType object_type, cons t gchar* sender, const gchar* subtitle, const gchar* content, GIcon* avatar ); UnitySocialPreview* unity_social_preview_construct (GType object_type, cons t gchar* sender, const gchar* subtitle, const gchar* content, GIcon* avatar );
GType unity_social_preview_comment_get_type (void) G_GNUC_CONST; GType unity_social_preview_comment_get_type (void) G_GNUC_CONST;
skipping to change at line 1085 skipping to change at line 1138
UnitySocialPreviewComment* unity_social_preview_comment_construct (GType ob ject_type, const gchar* id, const gchar* name, const gchar* text, const gch ar* time); UnitySocialPreviewComment* unity_social_preview_comment_construct (GType ob ject_type, const gchar* id, const gchar* name, const gchar* text, const gch ar* time);
const gchar* unity_social_preview_comment_get_id (UnitySocialPreviewComment * self); const gchar* unity_social_preview_comment_get_id (UnitySocialPreviewComment * self);
const gchar* unity_social_preview_comment_get_name (UnitySocialPreviewComme nt* self); const gchar* unity_social_preview_comment_get_name (UnitySocialPreviewComme nt* self);
const gchar* unity_social_preview_comment_get_text (UnitySocialPreviewComme nt* self); const gchar* unity_social_preview_comment_get_text (UnitySocialPreviewComme nt* self);
const gchar* unity_social_preview_comment_get_time (UnitySocialPreviewComme nt* self); const gchar* unity_social_preview_comment_get_time (UnitySocialPreviewComme nt* self);
GType unity_async_preview_get_type (void) G_GNUC_CONST; GType unity_async_preview_get_type (void) G_GNUC_CONST;
UnityAsyncPreview* unity_async_preview_new (void); UnityAsyncPreview* unity_async_preview_new (void);
UnityAsyncPreview* unity_async_preview_construct (GType object_type); UnityAsyncPreview* unity_async_preview_construct (GType object_type);
UnityAsyncPreview* unity_async_preview_new_with_cancellable (GCancellable* cancellable); UnityAsyncPreview* unity_async_preview_new_with_cancellable (GCancellable* cancellable);
UnityAsyncPreview* unity_async_preview_construct_with_cancellable (GType ob ject_type, GCancellable* cancellable); UnityAsyncPreview* unity_async_preview_construct_with_cancellable (GType ob ject_type, GCancellable* cancellable);
void unity_async_preview_emit_preview_ready (UnityAsyncPreview* self, Unity Preview* preview); void unity_async_preview_preview_ready (UnityAsyncPreview* self, UnityPrevi ew* preview);
GCancellable* unity_async_preview_get_cancellable (UnityAsyncPreview* self) ; GCancellable* unity_async_preview_get_cancellable (UnityAsyncPreview* self) ;
void unity_async_preview_set_cancellable (UnityAsyncPreview* self, GCancell able* value); void unity_async_preview_set_cancellable (UnityAsyncPreview* self, GCancell able* value);
GType unity_search_type_get_type (void) G_GNUC_CONST; GType unity_search_type_get_type (void) G_GNUC_CONST;
UnityScope* unity_scope_new (const gchar* dbus_path_); UnityScope* unity_scope_new (const gchar* dbus_path_);
UnityScope* unity_scope_construct (GType object_type, const gchar* dbus_pat h_); UnityScope* unity_scope_construct (GType object_type, const gchar* dbus_pat h_);
void unity_scope_export (UnityScope* self, GError** error); void unity_scope_export (UnityScope* self, GError** error);
UnityFilter* unity_scope_get_filter (UnityScope* self, const gchar* id); UnityFilter* unity_scope_get_filter (UnityScope* self, const gchar* id);
void unity_scope_queue_search_changed (UnityScope* self, UnitySearchType se arch_type); void unity_scope_queue_search_changed (UnityScope* self, UnitySearchType se arch_type);
void unity_scope_invalidate_search (UnityScope* self, UnitySearchType searc h_type); void unity_scope_invalidate_search (UnityScope* self, UnitySearchType searc h_type);
gboolean unity_scope_get_active (UnityScope* self); gboolean unity_scope_get_active (UnityScope* self);
 End of changes. 5 change blocks. 
2 lines changed or deleted 82 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/