unity-protocol.h   unity-protocol.h 
skipping to change at line 453 skipping to change at line 453
void unity_protocol_preview_action_raw_copy (const UnityProtocolPreviewActi onRaw* self, UnityProtocolPreviewActionRaw* dest); void unity_protocol_preview_action_raw_copy (const UnityProtocolPreviewActi onRaw* self, UnityProtocolPreviewActionRaw* dest);
void unity_protocol_preview_action_raw_destroy (UnityProtocolPreviewActionR aw* self); void unity_protocol_preview_action_raw_destroy (UnityProtocolPreviewActionR aw* self);
void unity_protocol_preview_action_raw_init (UnityProtocolPreviewActionRaw *self); void unity_protocol_preview_action_raw_init (UnityProtocolPreviewActionRaw *self);
UnityProtocolPreviewActionRaw* unity_protocol_preview_action_raw_from_varia nt (GVariant* v); UnityProtocolPreviewActionRaw* unity_protocol_preview_action_raw_from_varia nt (GVariant* v);
GVariant* unity_protocol_preview_action_raw_to_variant (UnityProtocolPrevie wActionRaw *self); GVariant* unity_protocol_preview_action_raw_to_variant (UnityProtocolPrevie wActionRaw *self);
GType unity_protocol_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_preview_get_type (void) G_GNUC_CONST;
void unity_protocol_preview_begin_updates (UnityProtocolPreview* self); void unity_protocol_preview_begin_updates (UnityProtocolPreview* self);
GHashTable* unity_protocol_preview_end_updates_as_hashtable (UnityProtocolP review* self); GHashTable* unity_protocol_preview_end_updates_as_hashtable (UnityProtocolP review* self);
GVariant* unity_protocol_preview_end_updates (UnityProtocolPreview* self); GVariant* unity_protocol_preview_end_updates (UnityProtocolPreview* self);
void unity_protocol_preview_add_action (UnityProtocolPreview* self, const g char* id, const gchar* display_name, GIcon* icon, guint layout_hint); void unity_protocol_preview_add_action (UnityProtocolPreview* self, const g char* id, const gchar* display_name, GIcon* icon, guint layout_hint);
void unity_protocol_preview_add_action_with_hints (UnityProtocolPreview* se lf, const gchar* id, const gchar* display_name, GIcon* icon, guint layout_h int, GHashTable* hints);
UnityProtocolPreviewActionRaw* unity_protocol_preview_get_actions (UnityPro tocolPreview* self, int* result_length1); UnityProtocolPreviewActionRaw* unity_protocol_preview_get_actions (UnityPro tocolPreview* self, int* result_length1);
void unity_protocol_preview_add_info_hint (UnityProtocolPreview* self, cons t gchar* id, const gchar* display_name, GIcon* icon_hint, GVariant* value); void unity_protocol_preview_add_info_hint (UnityProtocolPreview* self, cons t gchar* id, const gchar* display_name, GIcon* icon_hint, GVariant* value);
const gchar* unity_protocol_preview_get_renderer_name (UnityProtocolPreview * self); const gchar* unity_protocol_preview_get_renderer_name (UnityProtocolPreview * self);
UnityProtocolInfoHintRaw* unity_protocol_preview_get_info_hints (UnityProto colPreview* self, int* result_length1); UnityProtocolInfoHintRaw* unity_protocol_preview_get_info_hints (UnityProto colPreview* self, int* result_length1);
void unity_protocol_preview_set_no_details (UnityProtocolPreview* self, gbo
olean val);
gboolean unity_protocol_preview_get_no_details (UnityProtocolPreview* self)
;
void unity_protocol_preview_preview_closed (UnityProtocolPreview* self);
void unity_protocol_preview_update_property (UnityProtocolPreview* self, GH ashTable* properties); void unity_protocol_preview_update_property (UnityProtocolPreview* self, GH ashTable* properties);
UnityProtocolPreview* unity_protocol_preview_parse (GVariant* data); UnityProtocolPreview* unity_protocol_preview_parse (GVariant* data);
UnityProtocolPreview* unity_protocol_preview_construct (GType object_type); UnityProtocolPreview* unity_protocol_preview_construct (GType object_type);
const gchar* unity_protocol_preview_get_title (UnityProtocolPreview* self); const gchar* unity_protocol_preview_get_title (UnityProtocolPreview* self);
void unity_protocol_preview_set_title (UnityProtocolPreview* self, const gc har* value); void unity_protocol_preview_set_title (UnityProtocolPreview* self, const gc har* value);
const gchar* unity_protocol_preview_get_subtitle (UnityProtocolPreview* sel f); const gchar* unity_protocol_preview_get_subtitle (UnityProtocolPreview* sel f);
void unity_protocol_preview_set_subtitle (UnityProtocolPreview* self, const gchar* value); void unity_protocol_preview_set_subtitle (UnityProtocolPreview* self, const gchar* value);
const gchar* unity_protocol_preview_get_description (UnityProtocolPreview* self); const gchar* unity_protocol_preview_get_description (UnityProtocolPreview* self);
void unity_protocol_preview_set_description (UnityProtocolPreview* self, co nst gchar* value); void unity_protocol_preview_set_description (UnityProtocolPreview* self, co nst gchar* value);
const gchar* unity_protocol_preview_get_image_source_uri (UnityProtocolPrev iew* self); const gchar* unity_protocol_preview_get_image_source_uri (UnityProtocolPrev iew* self);
 End of changes. 2 change blocks. 
0 lines changed or deleted 6 lines changed or added


 unity.h   unity.h 
skipping to change at line 330 skipping to change at line 330
#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;
#define UNITY_TYPE_SERIES_ITEM (unity_series_item_get_type ()) #define UNITY_TYPE_ASYNC_PREVIEW (unity_async_preview_get_type ())
#define UNITY_SERIES_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY #define UNITY_ASYNC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_
PE_SERIES_ITEM, UnitySeriesItem)) TYPE_ASYNC_PREVIEW, UnityAsyncPreview))
#define UNITY_SERIES_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U #define UNITY_ASYNC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
NITY_TYPE_SERIES_ITEM, UnitySeriesItemClass)) UNITY_TYPE_ASYNC_PREVIEW, UnityAsyncPreviewClass))
#define UNITY_IS_SERIES_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY #define UNITY_IS_ASYNC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI
_TYPE_SERIES_ITEM)) TY_TYPE_ASYNC_PREVIEW))
#define UNITY_IS_SERIES_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) #define UNITY_IS_ASYNC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
, UNITY_TYPE_SERIES_ITEM)) s), UNITY_TYPE_ASYNC_PREVIEW))
#define UNITY_SERIES_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), #define UNITY_ASYNC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
UNITY_TYPE_SERIES_ITEM, UnitySeriesItemClass)) ), UNITY_TYPE_ASYNC_PREVIEW, UnityAsyncPreviewClass))
typedef struct _UnitySeriesItem UnitySeriesItem; typedef struct _UnityAsyncPreview UnityAsyncPreview;
typedef struct _UnitySeriesItemClass UnitySeriesItemClass; typedef struct _UnityAsyncPreviewClass UnityAsyncPreviewClass;
typedef struct _UnitySeriesItemPrivate UnitySeriesItemPrivate; typedef struct _UnityAsyncPreviewPrivate UnityAsyncPreviewPrivate;
#define UNITY_TYPE_SERIES_PREVIEW (unity_series_preview_get_type ())
#define UNITY_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
_TYPE_SERIES_PREVIEW, UnitySeriesPreview))
#define UNITY_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, UNITY_TYPE_SERIES_PREVIEW, UnitySeriesPreviewClass))
#define UNITY_IS_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
ITY_TYPE_SERIES_PREVIEW))
#define UNITY_IS_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), UNITY_TYPE_SERIES_PREVIEW))
#define UNITY_SERIES_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
j), UNITY_TYPE_SERIES_PREVIEW, UnitySeriesPreviewClass))
typedef struct _UnitySeriesPreview UnitySeriesPreview;
typedef struct _UnitySeriesPreviewClass UnitySeriesPreviewClass;
typedef struct _UnitySeriesPreviewPrivate UnitySeriesPreviewPrivate;
#define UNITY_TYPE_SEARCH_TYPE (unity_search_type_get_type ()) #define UNITY_TYPE_SEARCH_TYPE (unity_search_type_get_type ())
typedef struct _UnityScopePrivate UnityScopePrivate; typedef struct _UnityScopePrivate UnityScopePrivate;
typedef struct _UnityTrackMetadataPrivate UnityTrackMetadataPrivate; typedef struct _UnityTrackMetadataPrivate UnityTrackMetadataPrivate;
#define UNITY_TYPE_PLAYLIST (unity_playlist_get_type ()) #define UNITY_TYPE_PLAYLIST (unity_playlist_get_type ())
#define UNITY_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ PLAYLIST, UnityPlaylist)) #define UNITY_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ PLAYLIST, UnityPlaylist))
#define UNITY_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT Y_TYPE_PLAYLIST, UnityPlaylistClass)) #define UNITY_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT Y_TYPE_PLAYLIST, UnityPlaylistClass))
#define UNITY_IS_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY PE_PLAYLIST)) #define UNITY_IS_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY PE_PLAYLIST))
#define UNITY_IS_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U NITY_TYPE_PLAYLIST)) #define UNITY_IS_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U NITY_TYPE_PLAYLIST))
skipping to change at line 614 skipping to change at line 603
}; };
struct _UnityPreview { struct _UnityPreview {
GObject parent_instance; GObject parent_instance;
UnityPreviewPrivate * priv; UnityPreviewPrivate * priv;
}; };
struct _UnityPreviewClass { struct _UnityPreviewClass {
GObjectClass parent_class; GObjectClass parent_class;
GObject* (*create_raw) (UnityPreview* self); GObject* (*create_raw) (UnityPreview* self);
GHashTable* (*update_property) (UnityPreview* self, GHashTable* valu void (*update_property) (UnityPreview* self, GHashTable* values, GAs
es); yncReadyCallback _callback_, gpointer _user_data_);
GHashTable* (*update_property_finish) (UnityPreview* self, GAsyncRes
ult* _res_);
void (*dummy1) (UnityPreview* self); void (*dummy1) (UnityPreview* self);
void (*dummy2) (UnityPreview* self); void (*dummy2) (UnityPreview* self);
void (*dummy3) (UnityPreview* self); void (*dummy3) (UnityPreview* self);
void (*dummy4) (UnityPreview* self); void (*dummy4) (UnityPreview* self);
}; };
typedef enum { typedef enum {
UNITY_LAYOUT_HINT_NONE, UNITY_LAYOUT_HINT_NONE,
UNITY_LAYOUT_HINT_LEFT, UNITY_LAYOUT_HINT_LEFT,
UNITY_LAYOUT_HINT_RIGHT, UNITY_LAYOUT_HINT_RIGHT,
skipping to change at line 693 skipping to change at line 683
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 _UnitySeriesItem { struct _UnityAsyncPreview {
GObject parent_instance;
UnitySeriesItemPrivate * priv;
};
struct _UnitySeriesItemClass {
GObjectClass parent_class;
};
struct _UnitySeriesPreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnitySeriesPreviewPrivate * priv; UnityAsyncPreviewPrivate * priv;
}; };
struct _UnitySeriesPreviewClass { struct _UnityAsyncPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
typedef enum { typedef enum {
UNITY_SEARCH_TYPE_DEFAULT, UNITY_SEARCH_TYPE_DEFAULT,
UNITY_SEARCH_TYPE_GLOBAL, UNITY_SEARCH_TYPE_GLOBAL,
UNITY_SEARCH_TYPE_N_TYPES UNITY_SEARCH_TYPE_N_TYPES
} UnitySearchType; } UnitySearchType;
struct _UnityScope { struct _UnityScope {
skipping to change at line 950 skipping to change at line 931
void unity_preview_set_image_source_uri (UnityPreview* self, const gchar* v alue); void unity_preview_set_image_source_uri (UnityPreview* self, const gchar* v alue);
GIcon* unity_preview_get_image (UnityPreview* self); GIcon* unity_preview_get_image (UnityPreview* self);
void unity_preview_set_image (UnityPreview* self, GIcon* value); void unity_preview_set_image (UnityPreview* self, GIcon* value);
GType unity_layout_hint_get_type (void) G_GNUC_CONST; GType unity_layout_hint_get_type (void) G_GNUC_CONST;
UnityPreviewAction* unity_preview_action_new (const gchar* id, const gchar* display_name, GIcon* icon_hint); UnityPreviewAction* unity_preview_action_new (const gchar* id, const gchar* display_name, GIcon* icon_hint);
UnityPreviewAction* unity_preview_action_construct (GType object_type, cons t gchar* id, const gchar* display_name, GIcon* icon_hint); UnityPreviewAction* unity_preview_action_construct (GType object_type, cons t gchar* id, const gchar* display_name, GIcon* icon_hint);
UnityPreviewAction* unity_preview_action_new_with_layout_hint (const gchar* id, const gchar* display_name, GIcon* icon_hint, UnityLayoutHint layout); UnityPreviewAction* unity_preview_action_new_with_layout_hint (const gchar* id, const gchar* display_name, GIcon* icon_hint, UnityLayoutHint layout);
UnityPreviewAction* unity_preview_action_construct_with_layout_hint (GType object_type, const gchar* id, const gchar* display_name, GIcon* icon_hint, UnityLayoutHint layout); UnityPreviewAction* unity_preview_action_construct_with_layout_hint (GType object_type, const gchar* id, const gchar* display_name, GIcon* icon_hint, UnityLayoutHint layout);
const gchar* unity_preview_action_get_id (UnityPreviewAction* self); const gchar* unity_preview_action_get_id (UnityPreviewAction* self);
const gchar* unity_preview_action_get_display_name (UnityPreviewAction* sel f); const gchar* unity_preview_action_get_display_name (UnityPreviewAction* sel f);
const gchar* unity_preview_action_get_extra_text (UnityPreviewAction* self)
;
void unity_preview_action_set_extra_text (UnityPreviewAction* self, const g
char* value);
GIcon* unity_preview_action_get_icon_hint (UnityPreviewAction* self); GIcon* unity_preview_action_get_icon_hint (UnityPreviewAction* self);
UnityLayoutHint unity_preview_action_get_layout_hint (UnityPreviewAction* s elf); UnityLayoutHint unity_preview_action_get_layout_hint (UnityPreviewAction* s elf);
UnityInfoHint* unity_info_hint_new (const gchar* id, const gchar* display_n ame, GIcon* icon_hint, const gchar* data); UnityInfoHint* unity_info_hint_new (const gchar* id, const gchar* display_n ame, GIcon* icon_hint, const gchar* data);
UnityInfoHint* unity_info_hint_construct (GType object_type, const gchar* i d, const gchar* display_name, GIcon* icon_hint, const gchar* data); UnityInfoHint* unity_info_hint_construct (GType object_type, const gchar* i d, const gchar* display_name, GIcon* icon_hint, const gchar* data);
UnityInfoHint* unity_info_hint_new_with_variant (const gchar* id, const gch ar* display_name, GIcon* icon_hint, GVariant* data); UnityInfoHint* unity_info_hint_new_with_variant (const gchar* id, const gch ar* display_name, GIcon* icon_hint, GVariant* data);
UnityInfoHint* unity_info_hint_construct_with_variant (GType object_type, c onst gchar* id, const gchar* display_name, GIcon* icon_hint, GVariant* data ); UnityInfoHint* unity_info_hint_construct_with_variant (GType object_type, c onst gchar* id, const gchar* display_name, GIcon* icon_hint, GVariant* data );
const gchar* unity_info_hint_get_id (UnityInfoHint* self); const gchar* unity_info_hint_get_id (UnityInfoHint* self);
const gchar* unity_info_hint_get_display_name (UnityInfoHint* self); const gchar* unity_info_hint_get_display_name (UnityInfoHint* self);
GIcon* unity_info_hint_get_icon_hint (UnityInfoHint* self); GIcon* unity_info_hint_get_icon_hint (UnityInfoHint* self);
GVariant* unity_info_hint_get_data (UnityInfoHint* self); GVariant* unity_info_hint_get_data (UnityInfoHint* self);
skipping to change at line 993 skipping to change at line 976
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_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_series_item_get_type (void) G_GNUC_CONST; GType unity_async_preview_get_type (void) G_GNUC_CONST;
UnitySeriesItem* unity_series_item_new (const gchar* uri, const gchar* titl UnityAsyncPreview* unity_async_preview_new (void);
e, GIcon* icon_hint); UnityAsyncPreview* unity_async_preview_construct (GType object_type);
UnitySeriesItem* unity_series_item_construct (GType object_type, const gcha UnityAsyncPreview* unity_async_preview_new_with_cancellable (GCancellable*
r* uri, const gchar* title, GIcon* icon_hint); cancellable);
const gchar* unity_series_item_get_uri (UnitySeriesItem* self); UnityAsyncPreview* unity_async_preview_construct_with_cancellable (GType ob
const gchar* unity_series_item_get_title (UnitySeriesItem* self); ject_type, GCancellable* cancellable);
GIcon* unity_series_item_get_icon_hint (UnitySeriesItem* self); void unity_async_preview_emit_preview_ready (UnityAsyncPreview* self, Unity
GType unity_series_preview_get_type (void) G_GNUC_CONST; Preview* preview);
UnitySeriesPreview* unity_series_preview_new (UnitySeriesItem** items, int GCancellable* unity_async_preview_get_cancellable (UnityAsyncPreview* self)
items_length1, const gchar* selected_item_uri); ;
UnitySeriesPreview* unity_series_preview_construct (GType object_type, Unit void unity_async_preview_set_cancellable (UnityAsyncPreview* self, GCancell
ySeriesItem** items, int items_length1, const gchar* selected_item_uri); able* value);
const gchar* unity_series_preview_get_current_item_uri (UnitySeriesPreview*
self);
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);
void unity_scope_set_active (UnityScope* self, gboolean value); void unity_scope_set_active (UnityScope* self, gboolean value);
gboolean unity_scope_get_exported (UnityScope* self); gboolean unity_scope_get_exported (UnityScope* self);
 End of changes. 7 change blocks. 
60 lines changed or deleted 39 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/