unity-protocol.h   unity-protocol.h 
/* unity-protocol.h generated by valac 0.16.0, the Vala compiler, do not mo dify */ /* unity-protocol.h generated by valac 0.17.2, the Vala compiler, do not mo dify */
#ifndef __UNITY_PROTOCOL_H__ #ifndef __UNITY_PROTOCOL_H__
#define __UNITY_PROTOCOL_H__ #define __UNITY_PROTOCOL_H__
#include <glib.h> #include <glib.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <glib-object.h> #include <glib-object.h>
#include <gio/gio.h> #include <gio/gio.h>
#include <dee.h> #include <dee.h>
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
G_BEGIN_DECLS G_BEGIN_DECLS
#define UNITY_PROTOCOL_TYPE_LENS_INFO (unity_protocol_lens_info_get_type () ) #define UNITY_PROTOCOL_TYPE_LENS_INFO (unity_protocol_lens_info_get_type () )
typedef struct _UnityProtocolLensInfo UnityProtocolLensInfo; typedef struct _UnityProtocolLensInfo UnityProtocolLensInfo;
#define UNITY_PROTOCOL_TYPE_HANDLED_TYPE (unity_protocol_handled_type_get_t
ype ())
#define UNITY_PROTOCOL_TYPE_ACTION_TYPE (unity_protocol_action_type_get_typ e ()) #define UNITY_PROTOCOL_TYPE_ACTION_TYPE (unity_protocol_action_type_get_typ e ())
#define UNITY_PROTOCOL_TYPE_VIEW_TYPE (unity_protocol_view_type_get_type () ) #define UNITY_PROTOCOL_TYPE_VIEW_TYPE (unity_protocol_view_type_get_type () )
#define UNITY_PROTOCOL_TYPE_LENS_SERVICE (unity_protocol_lens_service_get_t ype ()) #define UNITY_PROTOCOL_TYPE_LENS_SERVICE (unity_protocol_lens_service_get_t ype ())
#define UNITY_PROTOCOL_LENS_SERVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj) , UNITY_PROTOCOL_TYPE_LENS_SERVICE, UnityProtocolLensService)) #define UNITY_PROTOCOL_LENS_SERVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj) , UNITY_PROTOCOL_TYPE_LENS_SERVICE, UnityProtocolLensService))
#define UNITY_PROTOCOL_IS_LENS_SERVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((o bj), UNITY_PROTOCOL_TYPE_LENS_SERVICE)) #define UNITY_PROTOCOL_IS_LENS_SERVICE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((o bj), UNITY_PROTOCOL_TYPE_LENS_SERVICE))
#define UNITY_PROTOCOL_LENS_SERVICE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET _INTERFACE ((obj), UNITY_PROTOCOL_TYPE_LENS_SERVICE, UnityProtocolLensServi ceIface)) #define UNITY_PROTOCOL_LENS_SERVICE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET _INTERFACE ((obj), UNITY_PROTOCOL_TYPE_LENS_SERVICE, UnityProtocolLensServi ceIface))
typedef struct _UnityProtocolLensService UnityProtocolLensService; typedef struct _UnityProtocolLensService UnityProtocolLensService;
skipping to change at line 141 skipping to change at line 143
gchar* search_hint; gchar* search_hint;
gchar* private_connection_name; gchar* private_connection_name;
gchar* results_model_name; gchar* results_model_name;
gchar* global_results_model_name; gchar* global_results_model_name;
gchar* categories_model_name; gchar* categories_model_name;
gchar* filters_model_name; gchar* filters_model_name;
GHashTable* hints; GHashTable* hints;
}; };
typedef enum { typedef enum {
UNITY_PROTOCOL_HANDLED_TYPE_NOT_HANDLED,
UNITY_PROTOCOL_HANDLED_TYPE_SHOW_DASH,
UNITY_PROTOCOL_HANDLED_TYPE_HIDE_DASH,
UNITY_PROTOCOL_HANDLED_TYPE_GOTO_DASH_URI,
UNITY_PROTOCOL_HANDLED_TYPE_SHOW_PREVIEW
} UnityProtocolHandledType;
typedef enum {
UNITY_PROTOCOL_ACTION_TYPE_ACTIVATE_RESULT, UNITY_PROTOCOL_ACTION_TYPE_ACTIVATE_RESULT,
UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_RESULT, UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_RESULT,
UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_ACTION, UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_ACTION,
UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_BUILTIN_ACTION UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_BUILTIN_ACTION
} UnityProtocolActionType; } UnityProtocolActionType;
typedef enum { typedef enum {
UNITY_PROTOCOL_VIEW_TYPE_HIDDEN, UNITY_PROTOCOL_VIEW_TYPE_HIDDEN,
UNITY_PROTOCOL_VIEW_TYPE_HOME_VIEW, UNITY_PROTOCOL_VIEW_TYPE_HOME_VIEW,
UNITY_PROTOCOL_VIEW_TYPE_LENS_VIEW UNITY_PROTOCOL_VIEW_TYPE_LENS_VIEW
skipping to change at line 165 skipping to change at line 175
guint handled; guint handled;
GHashTable* hints; GHashTable* hints;
}; };
struct _UnityProtocolLensServiceIface { struct _UnityProtocolLensServiceIface {
GTypeInterface parent_iface; GTypeInterface parent_iface;
void (*info_request) (UnityProtocolLensService* self, GAsyncReadyCal lback _callback_, gpointer _user_data_); void (*info_request) (UnityProtocolLensService* self, GAsyncReadyCal lback _callback_, gpointer _user_data_);
void (*info_request_finish) (UnityProtocolLensService* self, GAsyncR esult* _res_, GError** error); void (*info_request_finish) (UnityProtocolLensService* self, GAsyncR esult* _res_, GError** error);
void (*activate) (UnityProtocolLensService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*activate) (UnityProtocolLensService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpointer _user_data_);
void (*activate_finish) (UnityProtocolLensService* self, GAsyncResul t* _res_, UnityProtocolActivationReplyRaw* result, GError** error); void (*activate_finish) (UnityProtocolLensService* self, GAsyncResul t* _res_, UnityProtocolActivationReplyRaw* result, GError** error);
void (*update_preview_property) (UnityProtocolLensService* self, con
st gchar* uri, GHashTable* values, GAsyncReadyCallback _callback_, gpointer
_user_data_);
GHashTable* (*update_preview_property_finish) (UnityProtocolLensServ
ice* self, GAsyncResult* _res_, GError** error);
void (*search) (UnityProtocolLensService* self, const gchar* search_ string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_d ata_); void (*search) (UnityProtocolLensService* self, const gchar* search_ string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_d ata_);
GHashTable* (*search_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error); GHashTable* (*search_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error);
void (*global_search) (UnityProtocolLensService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*global_search) (UnityProtocolLensService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_data_);
GHashTable* (*global_search_finish) (UnityProtocolLensService* self, GAsyncResult* _res_, GError** error); GHashTable* (*global_search_finish) (UnityProtocolLensService* self, GAsyncResult* _res_, GError** error);
void (*update_filter) (UnityProtocolLensService* self, const gchar* filter_name, GHashTable* properties, GAsyncReadyCallback _callback_, gpoint er _user_data_); void (*update_filter) (UnityProtocolLensService* self, const gchar* filter_name, GHashTable* properties, GAsyncReadyCallback _callback_, gpoint er _user_data_);
void (*update_filter_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error); void (*update_filter_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error);
void (*set_view_type) (UnityProtocolLensService* self, guint view_ty pe, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*set_view_type) (UnityProtocolLensService* self, guint view_ty pe, GAsyncReadyCallback _callback_, gpointer _user_data_);
void (*set_view_type_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error); void (*set_view_type_finish) (UnityProtocolLensService* self, GAsync Result* _res_, GError** error);
}; };
skipping to change at line 197 skipping to change at line 209
UNITY_PROTOCOL_SCOPE_ERROR_SEARCH_CANCELLED, UNITY_PROTOCOL_SCOPE_ERROR_SEARCH_CANCELLED,
UNITY_PROTOCOL_SCOPE_ERROR_UNKNOWN UNITY_PROTOCOL_SCOPE_ERROR_UNKNOWN
} UnityProtocolScopeError; } UnityProtocolScopeError;
#define UNITY_PROTOCOL_SCOPE_ERROR unity_protocol_scope_error_quark () #define UNITY_PROTOCOL_SCOPE_ERROR unity_protocol_scope_error_quark ()
struct _UnityProtocolScopeServiceIface { struct _UnityProtocolScopeServiceIface {
GTypeInterface parent_iface; GTypeInterface parent_iface;
void (*info_request) (UnityProtocolScopeService* self, GAsyncReadyCa llback _callback_, gpointer _user_data_); void (*info_request) (UnityProtocolScopeService* self, GAsyncReadyCa llback _callback_, gpointer _user_data_);
void (*info_request_finish) (UnityProtocolScopeService* self, GAsync Result* _res_, GError** error); void (*info_request_finish) (UnityProtocolScopeService* self, GAsync Result* _res_, GError** error);
void (*activate) (UnityProtocolScopeService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*activate) (UnityProtocolScopeService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpointer _user_data_);
void (*activate_finish) (UnityProtocolScopeService* self, GAsyncResu lt* _res_, UnityProtocolActivationReplyRaw* result, GError** error); void (*activate_finish) (UnityProtocolScopeService* self, GAsyncResu lt* _res_, UnityProtocolActivationReplyRaw* result, GError** error);
void (*update_preview_property) (UnityProtocolScopeService* self, co
nst gchar* uri, GHashTable* values, GAsyncReadyCallback _callback_, gpointe
r _user_data_);
GHashTable* (*update_preview_property_finish) (UnityProtocolScopeSer
vice* self, GAsyncResult* _res_, GError** error);
void (*search) (UnityProtocolScopeService* self, const gchar* search _string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_ data_); void (*search) (UnityProtocolScopeService* self, const gchar* search _string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_ data_);
GHashTable* (*search_finish) (UnityProtocolScopeService* self, GAsyn cResult* _res_, GError** error); GHashTable* (*search_finish) (UnityProtocolScopeService* self, GAsyn cResult* _res_, GError** error);
void (*global_search) (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*global_search) (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_, gpointer _user_data_);
GHashTable* (*global_search_finish) (UnityProtocolScopeService* self , GAsyncResult* _res_, GError** error); GHashTable* (*global_search_finish) (UnityProtocolScopeService* self , GAsyncResult* _res_, GError** error);
void (*set_view_type) (UnityProtocolScopeService* self, guint view_t ype, GAsyncReadyCallback _callback_, gpointer _user_data_); void (*set_view_type) (UnityProtocolScopeService* self, guint view_t ype, GAsyncReadyCallback _callback_, gpointer _user_data_);
void (*set_view_type_finish) (UnityProtocolScopeService* self, GAsyn cResult* _res_, GError** error); void (*set_view_type_finish) (UnityProtocolScopeService* self, GAsyn cResult* _res_, GError** error);
void (*set_active_sources) (UnityProtocolScopeService* self, gchar** sources, int sources_length1, GAsyncReadyCallback _callback_, gpointer _us er_data_); void (*set_active_sources) (UnityProtocolScopeService* self, gchar** sources, int sources_length1, GAsyncReadyCallback _callback_, gpointer _us er_data_);
void (*set_active_sources_finish) (UnityProtocolScopeService* self, GAsyncResult* _res_, GError** error); void (*set_active_sources_finish) (UnityProtocolScopeService* self, GAsyncResult* _res_, GError** error);
}; };
skipping to change at line 237 skipping to change at line 251
GHashTable* hints; GHashTable* hints;
}; };
struct _UnityProtocolPreview { struct _UnityProtocolPreview {
GObject parent_instance; GObject parent_instance;
UnityProtocolPreviewPrivate * priv; UnityProtocolPreviewPrivate * priv;
}; };
struct _UnityProtocolPreviewClass { struct _UnityProtocolPreviewClass {
GObjectClass parent_class; GObjectClass parent_class;
void (*begin_updates) (UnityProtocolPreview* self);
GHashTable* (*end_updates_as_hashtable) (UnityProtocolPreview* self)
;
GVariant* (*end_updates) (UnityProtocolPreview* self);
const gchar* (*get_renderer_name) (UnityProtocolPreview* self); const gchar* (*get_renderer_name) (UnityProtocolPreview* self);
void (*update_property) (UnityProtocolPreview* self, GHashTable* pro perties);
void (*add_properties) (UnityProtocolPreview* self, GHashTable* prop erties); void (*add_properties) (UnityProtocolPreview* self, GHashTable* prop erties);
}; };
struct _UnityProtocolGenericPreview { struct _UnityProtocolGenericPreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolGenericPreviewPrivate * priv; UnityProtocolGenericPreviewPrivate * priv;
}; };
struct _UnityProtocolGenericPreviewClass { struct _UnityProtocolGenericPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
skipping to change at line 297 skipping to change at line 315
struct _UnityProtocolSeriesPreviewClass { struct _UnityProtocolSeriesPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
GType unity_protocol_lens_info_get_type (void) G_GNUC_CONST; GType unity_protocol_lens_info_get_type (void) G_GNUC_CONST;
UnityProtocolLensInfo* unity_protocol_lens_info_dup (const UnityProtocolLen sInfo* self); UnityProtocolLensInfo* unity_protocol_lens_info_dup (const UnityProtocolLen sInfo* self);
void unity_protocol_lens_info_free (UnityProtocolLensInfo* self); void unity_protocol_lens_info_free (UnityProtocolLensInfo* self);
void unity_protocol_lens_info_copy (const UnityProtocolLensInfo* self, Unit yProtocolLensInfo* dest); void unity_protocol_lens_info_copy (const UnityProtocolLensInfo* self, Unit yProtocolLensInfo* dest);
void unity_protocol_lens_info_destroy (UnityProtocolLensInfo* self); void unity_protocol_lens_info_destroy (UnityProtocolLensInfo* self);
GType unity_protocol_handled_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_action_type_get_type (void) G_GNUC_CONST; GType unity_protocol_action_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_view_type_get_type (void) G_GNUC_CONST; GType unity_protocol_view_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_lens_service_proxy_get_type (void) G_GNUC_CONST; GType unity_protocol_lens_service_proxy_get_type (void) G_GNUC_CONST;
guint unity_protocol_lens_service_register_object (void* object, GDBusConne ction* connection, const gchar* path, GError** error); guint unity_protocol_lens_service_register_object (void* object, GDBusConne ction* connection, const gchar* path, GError** error);
GType unity_protocol_activation_reply_raw_get_type (void) G_GNUC_CONST; GType unity_protocol_activation_reply_raw_get_type (void) G_GNUC_CONST;
UnityProtocolActivationReplyRaw* unity_protocol_activation_reply_raw_dup (c onst UnityProtocolActivationReplyRaw* self); UnityProtocolActivationReplyRaw* unity_protocol_activation_reply_raw_dup (c onst UnityProtocolActivationReplyRaw* self);
void unity_protocol_activation_reply_raw_free (UnityProtocolActivationReply Raw* self); void unity_protocol_activation_reply_raw_free (UnityProtocolActivationReply Raw* self);
void unity_protocol_activation_reply_raw_copy (const UnityProtocolActivatio nReplyRaw* self, UnityProtocolActivationReplyRaw* dest); void unity_protocol_activation_reply_raw_copy (const UnityProtocolActivatio nReplyRaw* self, UnityProtocolActivationReplyRaw* dest);
void unity_protocol_activation_reply_raw_destroy (UnityProtocolActivationRe plyRaw* self); void unity_protocol_activation_reply_raw_destroy (UnityProtocolActivationRe plyRaw* self);
GType unity_protocol_lens_service_get_type (void) G_GNUC_CONST; GType unity_protocol_lens_service_get_type (void) G_GNUC_CONST;
void unity_protocol_lens_service_info_request (UnityProtocolLensService* se lf, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_protocol_lens_service_info_request (UnityProtocolLensService* se lf, GAsyncReadyCallback _callback_, gpointer _user_data_);
void unity_protocol_lens_service_info_request_finish (UnityProtocolLensServ ice* self, GAsyncResult* _res_, GError** error); void unity_protocol_lens_service_info_request_finish (UnityProtocolLensServ ice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_lens_service_activate (UnityProtocolLensService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpoint er _user_data_); void unity_protocol_lens_service_activate (UnityProtocolLensService* self, const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpoint er _user_data_);
void unity_protocol_lens_service_activate_finish (UnityProtocolLensService* self, GAsyncResult* _res_, UnityProtocolActivationReplyRaw* result, GError ** error); void unity_protocol_lens_service_activate_finish (UnityProtocolLensService* self, GAsyncResult* _res_, UnityProtocolActivationReplyRaw* result, GError ** error);
void unity_protocol_lens_service_update_preview_property (UnityProtocolLens
Service* self, const gchar* uri, GHashTable* values, GAsyncReadyCallback _c
allback_, gpointer _user_data_);
GHashTable* unity_protocol_lens_service_update_preview_property_finish (Uni
tyProtocolLensService* self, GAsyncResult* _res_, GError** error);
void unity_protocol_lens_service_search (UnityProtocolLensService* self, co nst gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_ , gpointer _user_data_); void unity_protocol_lens_service_search (UnityProtocolLensService* self, co nst gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callback_ , gpointer _user_data_);
GHashTable* unity_protocol_lens_service_search_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error); GHashTable* unity_protocol_lens_service_search_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_lens_service_global_search (UnityProtocolLensService* s elf, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _ca llback_, gpointer _user_data_); void unity_protocol_lens_service_global_search (UnityProtocolLensService* s elf, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _ca llback_, gpointer _user_data_);
GHashTable* unity_protocol_lens_service_global_search_finish (UnityProtocol LensService* self, GAsyncResult* _res_, GError** error); GHashTable* unity_protocol_lens_service_global_search_finish (UnityProtocol LensService* self, GAsyncResult* _res_, GError** error);
void unity_protocol_lens_service_update_filter (UnityProtocolLensService* s elf, const gchar* filter_name, GHashTable* properties, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_protocol_lens_service_update_filter (UnityProtocolLensService* s elf, const gchar* filter_name, GHashTable* properties, GAsyncReadyCallback _callback_, gpointer _user_data_);
void unity_protocol_lens_service_update_filter_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error); void unity_protocol_lens_service_update_filter_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_lens_service_set_view_type (UnityProtocolLensService* s elf, guint view_type, GAsyncReadyCallback _callback_, gpointer _user_data_) ; void unity_protocol_lens_service_set_view_type (UnityProtocolLensService* s elf, guint view_type, GAsyncReadyCallback _callback_, gpointer _user_data_) ;
void unity_protocol_lens_service_set_view_type_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error); void unity_protocol_lens_service_set_view_type_finish (UnityProtocolLensSer vice* self, GAsyncResult* _res_, GError** error);
GType unity_protocol_scope_info_get_type (void) G_GNUC_CONST; GType unity_protocol_scope_info_get_type (void) G_GNUC_CONST;
UnityProtocolScopeInfo* unity_protocol_scope_info_dup (const UnityProtocolS copeInfo* self); UnityProtocolScopeInfo* unity_protocol_scope_info_dup (const UnityProtocolS copeInfo* self);
skipping to change at line 332 skipping to change at line 353
void unity_protocol_scope_info_copy (const UnityProtocolScopeInfo* self, Un ityProtocolScopeInfo* dest); void unity_protocol_scope_info_copy (const UnityProtocolScopeInfo* self, Un ityProtocolScopeInfo* dest);
void unity_protocol_scope_info_destroy (UnityProtocolScopeInfo* self); void unity_protocol_scope_info_destroy (UnityProtocolScopeInfo* self);
GQuark unity_protocol_scope_error_quark (void); GQuark unity_protocol_scope_error_quark (void);
GType unity_protocol_scope_service_proxy_get_type (void) G_GNUC_CONST; GType unity_protocol_scope_service_proxy_get_type (void) G_GNUC_CONST;
guint unity_protocol_scope_service_register_object (void* object, GDBusConn ection* connection, const gchar* path, GError** error); guint unity_protocol_scope_service_register_object (void* object, GDBusConn ection* connection, const gchar* path, GError** error);
GType unity_protocol_scope_service_get_type (void) G_GNUC_CONST; GType unity_protocol_scope_service_get_type (void) G_GNUC_CONST;
void unity_protocol_scope_service_info_request (UnityProtocolScopeService* self, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_protocol_scope_service_info_request (UnityProtocolScopeService* self, GAsyncReadyCallback _callback_, gpointer _user_data_);
void unity_protocol_scope_service_info_request_finish (UnityProtocolScopeSe rvice* self, GAsyncResult* _res_, GError** error); void unity_protocol_scope_service_info_request_finish (UnityProtocolScopeSe rvice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_scope_service_activate (UnityProtocolScopeService* self , const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpoi nter _user_data_); void unity_protocol_scope_service_activate (UnityProtocolScopeService* self , const gchar* uri, guint action_type, GAsyncReadyCallback _callback_, gpoi nter _user_data_);
void unity_protocol_scope_service_activate_finish (UnityProtocolScopeServic e* self, GAsyncResult* _res_, UnityProtocolActivationReplyRaw* result, GErr or** error); void unity_protocol_scope_service_activate_finish (UnityProtocolScopeServic e* self, GAsyncResult* _res_, UnityProtocolActivationReplyRaw* result, GErr or** error);
void unity_protocol_scope_service_update_preview_property (UnityProtocolSco
peService* self, const gchar* uri, GHashTable* values, GAsyncReadyCallback
_callback_, gpointer _user_data_);
GHashTable* unity_protocol_scope_service_update_preview_property_finish (Un
ityProtocolScopeService* self, GAsyncResult* _res_, GError** error);
void unity_protocol_scope_service_search (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callbac k_, gpointer _user_data_); void unity_protocol_scope_service_search (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _callbac k_, gpointer _user_data_);
GHashTable* unity_protocol_scope_service_search_finish (UnityProtocolScopeS ervice* self, GAsyncResult* _res_, GError** error); GHashTable* unity_protocol_scope_service_search_finish (UnityProtocolScopeS ervice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_scope_service_global_search (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _ callback_, gpointer _user_data_); void unity_protocol_scope_service_global_search (UnityProtocolScopeService* self, const gchar* search_string, GHashTable* hints, GAsyncReadyCallback _ callback_, gpointer _user_data_);
GHashTable* unity_protocol_scope_service_global_search_finish (UnityProtoco lScopeService* self, GAsyncResult* _res_, GError** error); GHashTable* unity_protocol_scope_service_global_search_finish (UnityProtoco lScopeService* self, GAsyncResult* _res_, GError** error);
void unity_protocol_scope_service_set_view_type (UnityProtocolScopeService* self, guint view_type, GAsyncReadyCallback _callback_, gpointer _user_data _); void unity_protocol_scope_service_set_view_type (UnityProtocolScopeService* self, guint view_type, GAsyncReadyCallback _callback_, gpointer _user_data _);
void unity_protocol_scope_service_set_view_type_finish (UnityProtocolScopeS ervice* self, GAsyncResult* _res_, GError** error); void unity_protocol_scope_service_set_view_type_finish (UnityProtocolScopeS ervice* self, GAsyncResult* _res_, GError** error);
void unity_protocol_scope_service_set_active_sources (UnityProtocolScopeSer vice* self, gchar** sources, int sources_length1, GAsyncReadyCallback _call back_, gpointer _user_data_); void unity_protocol_scope_service_set_active_sources (UnityProtocolScopeSer vice* self, gchar** sources, int sources_length1, GAsyncReadyCallback _call back_, gpointer _user_data_);
void unity_protocol_scope_service_set_active_sources_finish (UnityProtocolS copeService* self, GAsyncResult* _res_, GError** error); void unity_protocol_scope_service_set_active_sources_finish (UnityProtocolS copeService* self, GAsyncResult* _res_, GError** error);
GType unity_protocol_layout_hint_get_type (void) G_GNUC_CONST; GType unity_protocol_layout_hint_get_type (void) G_GNUC_CONST;
GType unity_protocol_info_hint_raw_get_type (void) G_GNUC_CONST; GType unity_protocol_info_hint_raw_get_type (void) G_GNUC_CONST;
skipping to change at line 355 skipping to change at line 378
void unity_protocol_info_hint_raw_destroy (UnityProtocolInfoHintRaw* self); void unity_protocol_info_hint_raw_destroy (UnityProtocolInfoHintRaw* self);
GType unity_protocol_preview_action_raw_get_type (void) G_GNUC_CONST; GType unity_protocol_preview_action_raw_get_type (void) G_GNUC_CONST;
UnityProtocolPreviewActionRaw* unity_protocol_preview_action_raw_dup (const UnityProtocolPreviewActionRaw* self); UnityProtocolPreviewActionRaw* unity_protocol_preview_action_raw_dup (const UnityProtocolPreviewActionRaw* self);
void unity_protocol_preview_action_raw_free (UnityProtocolPreviewActionRaw* self); void unity_protocol_preview_action_raw_free (UnityProtocolPreviewActionRaw* self);
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);
GHashTable* unity_protocol_preview_end_updates_as_hashtable (UnityProtocolP
review* 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);
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_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);
GIcon* unity_protocol_preview_get_thumbnail (UnityProtocolPreview* self); GIcon* unity_protocol_preview_get_thumbnail (UnityProtocolPreview* self);
void unity_protocol_preview_set_thumbnail (UnityProtocolPreview* self, GIco n* value); void unity_protocol_preview_set_thumbnail (UnityProtocolPreview* self, GIco n* value);
skipping to change at line 391 skipping to change at line 418
void unity_protocol_application_preview_set_copyright (UnityProtocolApplica tionPreview* self, const gchar* value); void unity_protocol_application_preview_set_copyright (UnityProtocolApplica tionPreview* self, const gchar* value);
const gchar* unity_protocol_application_preview_get_last_update (UnityProto colApplicationPreview* self); const gchar* unity_protocol_application_preview_get_last_update (UnityProto colApplicationPreview* self);
void unity_protocol_application_preview_set_last_update (UnityProtocolAppli cationPreview* self, const gchar* value); void unity_protocol_application_preview_set_last_update (UnityProtocolAppli cationPreview* self, const gchar* value);
gfloat unity_protocol_application_preview_get_rating (UnityProtocolApplicat ionPreview* self); gfloat unity_protocol_application_preview_get_rating (UnityProtocolApplicat ionPreview* self);
void unity_protocol_application_preview_set_rating (UnityProtocolApplicatio nPreview* self, gfloat value); void unity_protocol_application_preview_set_rating (UnityProtocolApplicatio nPreview* self, gfloat value);
guint unity_protocol_application_preview_get_num_ratings (UnityProtocolAppl icationPreview* self); guint unity_protocol_application_preview_get_num_ratings (UnityProtocolAppl icationPreview* self);
void unity_protocol_application_preview_set_num_ratings (UnityProtocolAppli cationPreview* self, guint value); void unity_protocol_application_preview_set_num_ratings (UnityProtocolAppli cationPreview* self, guint value);
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_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_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);
 End of changes. 13 change blocks. 
1 lines changed or deleted 47 lines changed or added


 unity.h   unity.h 
/* unity.h generated by valac 0.16.0, the Vala compiler, do not modify */ /* unity.h generated by valac 0.17.2, the Vala compiler, do not modify */
#ifndef __UNITY_H__ #ifndef __UNITY_H__
#define __UNITY_H__ #define __UNITY_H__
#include <glib.h> #include <glib.h>
#include <glib-object.h> #include <glib-object.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <gio/gio.h> #include <gio/gio.h>
#include <dee.h> #include <dee.h>
skipping to change at line 247 skipping to change at line 247
#define UNITY_TYPE_PREVIEW_ACTION (unity_preview_action_get_type ()) #define UNITY_TYPE_PREVIEW_ACTION (unity_preview_action_get_type ())
#define UNITY_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_PREVIEW_ACTION, UnityPreviewAction)) #define UNITY_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_PREVIEW_ACTION, UnityPreviewAction))
#define UNITY_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass)) #define UNITY_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass))
#define UNITY_IS_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_PREVIEW_ACTION)) #define UNITY_IS_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_PREVIEW_ACTION))
#define UNITY_IS_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_PREVIEW_ACTION)) #define UNITY_IS_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_PREVIEW_ACTION))
#define UNITY_PREVIEW_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass)) #define UNITY_PREVIEW_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass))
typedef struct _UnityPreviewAction UnityPreviewAction; typedef struct _UnityPreviewAction UnityPreviewAction;
typedef struct _UnityPreviewActionClass UnityPreviewActionClass; typedef struct _UnityPreviewActionClass UnityPreviewActionClass;
#define UNITY_TYPE_INFO_HINT (unity_info_hint_get_type ())
#define UNITY_INFO_HINT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE
_INFO_HINT, UnityInfoHint))
#define UNITY_INFO_HINT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNI
TY_TYPE_INFO_HINT, UnityInfoHintClass))
#define UNITY_IS_INFO_HINT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_T
YPE_INFO_HINT))
#define UNITY_IS_INFO_HINT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),
UNITY_TYPE_INFO_HINT))
#define UNITY_INFO_HINT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), U
NITY_TYPE_INFO_HINT, UnityInfoHintClass))
typedef struct _UnityInfoHint UnityInfoHint;
typedef struct _UnityInfoHintClass UnityInfoHintClass;
#define UNITY_TYPE_LAYOUT_HINT (unity_layout_hint_get_type ()) #define UNITY_TYPE_LAYOUT_HINT (unity_layout_hint_get_type ())
typedef struct _UnityPreviewActionPrivate UnityPreviewActionPrivate; typedef struct _UnityPreviewActionPrivate UnityPreviewActionPrivate;
typedef struct _UnityInfoHintPrivate UnityInfoHintPrivate;
#define UNITY_TYPE_GENERIC_PREVIEW (unity_generic_preview_get_type ()) #define UNITY_TYPE_GENERIC_PREVIEW (unity_generic_preview_get_type ())
#define UNITY_GENERIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNIT Y_TYPE_GENERIC_PREVIEW, UnityGenericPreview)) #define UNITY_GENERIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNIT Y_TYPE_GENERIC_PREVIEW, UnityGenericPreview))
#define UNITY_GENERIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass ), UNITY_TYPE_GENERIC_PREVIEW, UnityGenericPreviewClass)) #define UNITY_GENERIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass ), UNITY_TYPE_GENERIC_PREVIEW, UnityGenericPreviewClass))
#define UNITY_IS_GENERIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), U NITY_TYPE_GENERIC_PREVIEW)) #define UNITY_IS_GENERIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), U NITY_TYPE_GENERIC_PREVIEW))
#define UNITY_IS_GENERIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kl ass), UNITY_TYPE_GENERIC_PREVIEW)) #define UNITY_IS_GENERIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kl ass), UNITY_TYPE_GENERIC_PREVIEW))
#define UNITY_GENERIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((o bj), UNITY_TYPE_GENERIC_PREVIEW, UnityGenericPreviewClass)) #define UNITY_GENERIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((o bj), UNITY_TYPE_GENERIC_PREVIEW, UnityGenericPreviewClass))
typedef struct _UnityGenericPreview UnityGenericPreview; typedef struct _UnityGenericPreview UnityGenericPreview;
typedef struct _UnityGenericPreviewClass UnityGenericPreviewClass; typedef struct _UnityGenericPreviewClass UnityGenericPreviewClass;
skipping to change at line 283 skipping to change at line 294
#define UNITY_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_MUSIC_PREVIEW, UnityMusicPreview)) #define UNITY_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_MUSIC_PREVIEW, UnityMusicPreview))
#define UNITY_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass)) #define UNITY_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass))
#define UNITY_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_MUSIC_PREVIEW)) #define UNITY_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_MUSIC_PREVIEW))
#define UNITY_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_MUSIC_PREVIEW)) #define UNITY_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_MUSIC_PREVIEW))
#define UNITY_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass)) #define UNITY_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass))
typedef struct _UnityMusicPreview UnityMusicPreview; typedef struct _UnityMusicPreview UnityMusicPreview;
typedef struct _UnityMusicPreviewClass UnityMusicPreviewClass; typedef struct _UnityMusicPreviewClass UnityMusicPreviewClass;
typedef struct _UnityMusicPreviewPrivate UnityMusicPreviewPrivate; typedef struct _UnityMusicPreviewPrivate UnityMusicPreviewPrivate;
#define UNITY_MUSIC_PREVIEW_TYPE_TRACK_STATE (unity_music_preview_track_sta
te_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_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_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))
typedef struct _UnityTrackMetadata UnityTrackMetadata;
typedef struct _UnityTrackMetadataClass UnityTrackMetadataClass;
#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;
#define UNITY_TYPE_SERIES_ITEM (unity_series_item_get_type ())
#define UNITY_SERIES_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY
PE_SERIES_ITEM, UnitySeriesItem))
#define UNITY_SERIES_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U
NITY_TYPE_SERIES_ITEM, UnitySeriesItemClass))
#define UNITY_IS_SERIES_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY
_TYPE_SERIES_ITEM))
#define UNITY_IS_SERIES_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass)
, UNITY_TYPE_SERIES_ITEM))
#define UNITY_SERIES_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),
UNITY_TYPE_SERIES_ITEM, UnitySeriesItemClass))
typedef struct _UnitySeriesItem UnitySeriesItem;
typedef struct _UnitySeriesItemClass UnitySeriesItemClass;
typedef struct _UnitySeriesItemPrivate UnitySeriesItemPrivate;
#define UNITY_TYPE_SERIES_PREVIEW (unity_series_preview_get_type ()) #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(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_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(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_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)) #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 _UnitySeriesPreview UnitySeriesPreview;
typedef struct _UnitySeriesPreviewClass UnitySeriesPreviewClass; typedef struct _UnitySeriesPreviewClass UnitySeriesPreviewClass;
typedef struct _UnitySeriesPreviewPrivate UnitySeriesPreviewPrivate; 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;
#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_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_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))
typedef struct _UnityTrackMetadata UnityTrackMetadata;
typedef struct _UnityTrackMetadataClass UnityTrackMetadataClass;
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))
#define UNITY_PLAYLIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN ITY_TYPE_PLAYLIST, UnityPlaylistClass)) #define UNITY_PLAYLIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN ITY_TYPE_PLAYLIST, UnityPlaylistClass))
typedef struct _UnityPlaylist UnityPlaylist; typedef struct _UnityPlaylist UnityPlaylist;
skipping to change at line 539 skipping to change at line 563
}; };
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 es);
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 566 skipping to change at line 591
}; };
struct _UnityPreviewActionClass { struct _UnityPreviewActionClass {
GObjectClass parent_class; GObjectClass parent_class;
void (*dummy1) (UnityPreviewAction* self); void (*dummy1) (UnityPreviewAction* self);
void (*dummy2) (UnityPreviewAction* self); void (*dummy2) (UnityPreviewAction* self);
void (*dummy3) (UnityPreviewAction* self); void (*dummy3) (UnityPreviewAction* self);
void (*dummy4) (UnityPreviewAction* self); void (*dummy4) (UnityPreviewAction* self);
}; };
struct _UnityInfoHint {
GInitiallyUnowned parent_instance;
UnityInfoHintPrivate * priv;
};
struct _UnityInfoHintClass {
GInitiallyUnownedClass parent_class;
};
struct _UnityGenericPreview { struct _UnityGenericPreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityGenericPreviewPrivate * priv; UnityGenericPreviewPrivate * priv;
}; };
struct _UnityGenericPreviewClass { struct _UnityGenericPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
struct _UnityApplicationPreview { struct _UnityApplicationPreview {
skipping to change at line 593 skipping to change at line 627
struct _UnityMusicPreview { struct _UnityMusicPreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityMusicPreviewPrivate * priv; UnityMusicPreviewPrivate * priv;
}; };
struct _UnityMusicPreviewClass { struct _UnityMusicPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
typedef enum {
UNITY_MUSIC_PREVIEW_TRACK_STATE_STOPPED,
UNITY_MUSIC_PREVIEW_TRACK_STATE_PLAYING,
UNITY_MUSIC_PREVIEW_TRACK_STATE_PAUSED
} UnityMusicPreviewTrackState;
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 {
GObject parent_instance;
UnitySeriesItemPrivate * priv;
};
struct _UnitySeriesItemClass {
GObjectClass parent_class;
};
struct _UnitySeriesPreview { struct _UnitySeriesPreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnitySeriesPreviewPrivate * priv; UnitySeriesPreviewPrivate * priv;
}; };
struct _UnitySeriesPreviewClass { struct _UnitySeriesPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
typedef enum { typedef enum {
skipping to change at line 819 skipping to change at line 868
void unity_lens_search_finished (UnityLensSearch* self); void unity_lens_search_finished (UnityLensSearch* self);
UnityLensSearch* unity_lens_search_new (const gchar* search_string, GHashTa ble* hints, DeeSerializableModel* results_model); UnityLensSearch* unity_lens_search_new (const gchar* search_string, GHashTa ble* hints, DeeSerializableModel* results_model);
UnityLensSearch* unity_lens_search_construct (GType object_type, const gcha r* search_string, GHashTable* hints, DeeSerializableModel* results_model); UnityLensSearch* unity_lens_search_construct (GType object_type, const gcha r* search_string, GHashTable* hints, DeeSerializableModel* results_model);
gboolean unity_lens_search_equals (UnityLensSearch* self, UnityLensSearch* other); gboolean unity_lens_search_equals (UnityLensSearch* self, UnityLensSearch* other);
void unity_lens_search_set_reply_hint (UnityLensSearch* self, const gchar* key, GVariant* variant); void unity_lens_search_set_reply_hint (UnityLensSearch* self, const gchar* key, GVariant* variant);
const gchar* unity_lens_search_get_search_string (UnityLensSearch* self); const gchar* unity_lens_search_get_search_string (UnityLensSearch* self);
GHashTable* unity_lens_search_get_hints (UnityLensSearch* self); GHashTable* unity_lens_search_get_hints (UnityLensSearch* self);
DeeSerializableModel* unity_lens_search_get_results_model (UnityLensSearch* self); DeeSerializableModel* unity_lens_search_get_results_model (UnityLensSearch* self);
GType unity_preview_action_get_type (void) G_GNUC_CONST; GType unity_preview_action_get_type (void) G_GNUC_CONST;
void unity_preview_add_action (UnityPreview* self, UnityPreviewAction* acti on); void unity_preview_add_action (UnityPreview* self, UnityPreviewAction* acti on);
void unity_preview_add_info (UnityPreview* self, const gchar* id, const gch GType unity_info_hint_get_type (void) G_GNUC_CONST;
ar* display_name, GIcon* icon_hint, GVariant* value); void unity_preview_add_info (UnityPreview* self, UnityInfoHint* info_hint);
UnityPreview* unity_preview_construct (GType object_type); UnityPreview* unity_preview_construct (GType object_type);
const gchar* unity_preview_get_title (UnityPreview* self); const gchar* unity_preview_get_title (UnityPreview* self);
void unity_preview_set_title (UnityPreview* self, const gchar* value); void unity_preview_set_title (UnityPreview* self, const gchar* value);
const gchar* unity_preview_get_subtitle (UnityPreview* self); const gchar* unity_preview_get_subtitle (UnityPreview* self);
void unity_preview_set_subtitle (UnityPreview* self, const gchar* value); void unity_preview_set_subtitle (UnityPreview* self, const gchar* value);
const gchar* unity_preview_get_description_markup (UnityPreview* self); const gchar* unity_preview_get_description_markup (UnityPreview* self);
void unity_preview_set_description_markup (UnityPreview* self, const gchar* value); void unity_preview_set_description_markup (UnityPreview* self, const gchar* value);
GIcon* unity_preview_get_thumbnail (UnityPreview* self); GIcon* unity_preview_get_thumbnail (UnityPreview* self);
void unity_preview_set_thumbnail (UnityPreview* self, GIcon* value); void unity_preview_set_thumbnail (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);
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_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_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_display_name (UnityInfoHint* self);
GIcon* unity_info_hint_get_icon_hint (UnityInfoHint* self);
GVariant* unity_info_hint_get_data (UnityInfoHint* self);
GType unity_generic_preview_get_type (void) G_GNUC_CONST; GType unity_generic_preview_get_type (void) G_GNUC_CONST;
UnityGenericPreview* unity_generic_preview_new (const gchar* title, const g char* description, GIcon* thumbnail); UnityGenericPreview* unity_generic_preview_new (const gchar* title, const g char* description, GIcon* thumbnail);
UnityGenericPreview* unity_generic_preview_construct (GType object_type, co nst gchar* title, const gchar* description, GIcon* thumbnail); UnityGenericPreview* unity_generic_preview_construct (GType object_type, co nst gchar* title, const gchar* description, GIcon* thumbnail);
GType unity_application_preview_get_type (void) G_GNUC_CONST; GType unity_application_preview_get_type (void) G_GNUC_CONST;
UnityApplicationPreview* unity_application_preview_new (const gchar* title, const gchar* subtitle, const gchar* description, GIcon* icon, GIcon* scree nshot); UnityApplicationPreview* unity_application_preview_new (const gchar* title, const gchar* subtitle, const gchar* description, GIcon* icon, GIcon* scree nshot);
UnityApplicationPreview* unity_application_preview_construct (GType object_ type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* icon, GIcon* screenshot); UnityApplicationPreview* unity_application_preview_construct (GType object_ type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* icon, GIcon* screenshot);
void unity_application_preview_set_rating (UnityApplicationPreview* self, g float rating, guint num_ratings); void unity_application_preview_set_rating (UnityApplicationPreview* self, g float rating, guint num_ratings);
GIcon* unity_application_preview_get_app_icon (UnityApplicationPreview* sel f); GIcon* unity_application_preview_get_app_icon (UnityApplicationPreview* sel f);
void unity_application_preview_set_app_icon (UnityApplicationPreview* self, GIcon* value); void unity_application_preview_set_app_icon (UnityApplicationPreview* self, GIcon* value);
const gchar* unity_application_preview_get_license (UnityApplicationPreview * self); const gchar* unity_application_preview_get_license (UnityApplicationPreview * self);
void unity_application_preview_set_license (UnityApplicationPreview* self, const gchar* value); void unity_application_preview_set_license (UnityApplicationPreview* self, const gchar* value);
const gchar* unity_application_preview_get_copyright (UnityApplicationPrevi ew* self); const gchar* unity_application_preview_get_copyright (UnityApplicationPrevi ew* self);
void unity_application_preview_set_copyright (UnityApplicationPreview* self , const gchar* value); void unity_application_preview_set_copyright (UnityApplicationPreview* self , const gchar* value);
const gchar* unity_application_preview_get_last_update (UnityApplicationPre view* self); const gchar* unity_application_preview_get_last_update (UnityApplicationPre view* self);
void unity_application_preview_set_last_update (UnityApplicationPreview* se lf, const gchar* value); void unity_application_preview_set_last_update (UnityApplicationPreview* se lf, const gchar* value);
GType unity_music_preview_get_type (void) G_GNUC_CONST; GType unity_music_preview_get_type (void) G_GNUC_CONST;
GType unity_music_preview_track_state_get_type (void) G_GNUC_CONST;
UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar * subtitle, GIcon* thumbnail); UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar * subtitle, GIcon* thumbnail);
UnityMusicPreview* unity_music_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, GIcon* thumbnail); UnityMusicPreview* unity_music_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, GIcon* thumbnail);
void unity_music_preview_add_track (UnityMusicPreview* self, const gchar* u GType unity_track_metadata_get_type (void) G_GNUC_CONST;
ri, gint track_no, const gchar* title, guint length, gboolean is_playing, g void unity_music_preview_add_track (UnityMusicPreview* self, UnityTrackMeta
float progress); data* track);
void unity_music_preview_update_track_state (UnityMusicPreview* self, const const gchar* unity_music_preview_get_current_track_uri (UnityMusicPreview*
gchar* uri, gboolean is_playing, gfloat progress); self);
void unity_music_preview_set_current_track_uri (UnityMusicPreview* self, co
nst gchar* value);
gfloat unity_music_preview_get_current_progress (UnityMusicPreview* self);
void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl
oat value);
UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un
ityMusicPreview* self);
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* thumbnail); UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar * subtitle, const gchar* description, GIcon* thumbnail);
UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* thumb nail); UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* thumb nail);
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;
UnitySeriesItem* unity_series_item_new (const gchar* uri, const gchar* titl
e, GIcon* icon_hint);
UnitySeriesItem* unity_series_item_construct (GType object_type, const gcha
r* uri, const gchar* title, GIcon* icon_hint);
const gchar* unity_series_item_get_uri (UnitySeriesItem* self);
const gchar* unity_series_item_get_title (UnitySeriesItem* self);
GIcon* unity_series_item_get_icon_hint (UnitySeriesItem* self);
GType unity_series_preview_get_type (void) G_GNUC_CONST; GType unity_series_preview_get_type (void) G_GNUC_CONST;
UnitySeriesPreview* unity_series_preview_new (void); UnitySeriesPreview* unity_series_preview_new (UnitySeriesItem** items, int
UnitySeriesPreview* unity_series_preview_construct (GType object_type); items_length1, const gchar* selected_item_uri);
void unity_series_preview_add_item (UnitySeriesPreview* self, const gchar* UnitySeriesPreview* unity_series_preview_construct (GType object_type, Unit
title, const gchar* uri, GIcon* icon); ySeriesItem** items, int items_length1, const gchar* selected_item_uri);
void unity_series_preview_set_active_preview (UnitySeriesPreview* self, gin const gchar* unity_series_preview_get_current_item_uri (UnitySeriesPreview*
t item_index, UnityPreview* active_preview); self);
gint unity_series_preview_get_selected_item (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);
gboolean unity_scope_get_search_in_global (UnityScope* self); gboolean unity_scope_get_search_in_global (UnityScope* self);
void unity_scope_set_search_in_global (UnityScope* self, gboolean value); void unity_scope_set_search_in_global (UnityScope* self, gboolean value);
const gchar* unity_scope_get_dbus_path (UnityScope* self); const gchar* unity_scope_get_dbus_path (UnityScope* self);
UnityOptionsFilter* unity_scope_get_sources (UnityScope* self); UnityOptionsFilter* unity_scope_get_sources (UnityScope* self);
GList* unity_scope_get_filters (UnityScope* self); GList* unity_scope_get_filters (UnityScope* self);
DeeSerializableModel* unity_scope_get_results_model (UnityScope* self); DeeSerializableModel* unity_scope_get_results_model (UnityScope* self);
DeeSerializableModel* unity_scope_get_global_results_model (UnityScope* sel f); DeeSerializableModel* unity_scope_get_global_results_model (UnityScope* sel f);
GType unity_track_metadata_get_type (void) G_GNUC_CONST;
UnityTrackMetadata* unity_track_metadata_new (void); UnityTrackMetadata* unity_track_metadata_new (void);
UnityTrackMetadata* unity_track_metadata_construct (GType object_type); UnityTrackMetadata* unity_track_metadata_construct (GType object_type);
UnityTrackMetadata* unity_track_metadata_new_full (const gchar* uri, gint t
rack_no, const gchar* title, const gchar* artist, const gchar* album, guint
length);
UnityTrackMetadata* unity_track_metadata_construct_full (GType object_type,
const gchar* uri, gint track_no, const gchar* title, const gchar* artist,
const gchar* album, guint length);
const gchar* unity_track_metadata_get_uri (UnityTrackMetadata* self);
void unity_track_metadata_set_uri (UnityTrackMetadata* self, const gchar* v
alue);
gint unity_track_metadata_get_track_no (UnityTrackMetadata* self);
void unity_track_metadata_set_track_no (UnityTrackMetadata* self, gint valu
e);
const gchar* unity_track_metadata_get_artist (UnityTrackMetadata* self); const gchar* unity_track_metadata_get_artist (UnityTrackMetadata* self);
void unity_track_metadata_set_artist (UnityTrackMetadata* self, const gchar * value); void unity_track_metadata_set_artist (UnityTrackMetadata* self, const gchar * value);
const gchar* unity_track_metadata_get_title (UnityTrackMetadata* self); const gchar* unity_track_metadata_get_title (UnityTrackMetadata* self);
void unity_track_metadata_set_title (UnityTrackMetadata* self, const gchar* value); void unity_track_metadata_set_title (UnityTrackMetadata* self, const gchar* value);
const gchar* unity_track_metadata_get_album (UnityTrackMetadata* self); const gchar* unity_track_metadata_get_album (UnityTrackMetadata* self);
void unity_track_metadata_set_album (UnityTrackMetadata* self, const gchar* value); void unity_track_metadata_set_album (UnityTrackMetadata* self, const gchar* value);
guint unity_track_metadata_get_length (UnityTrackMetadata* self);
void unity_track_metadata_set_length (UnityTrackMetadata* self, guint value
);
GFile* unity_track_metadata_get_art_location (UnityTrackMetadata* self); GFile* unity_track_metadata_get_art_location (UnityTrackMetadata* self);
void unity_track_metadata_set_art_location (UnityTrackMetadata* self, GFile * value); void unity_track_metadata_set_art_location (UnityTrackMetadata* self, GFile * value);
GIcon* unity_track_metadata_get_art_icon (UnityTrackMetadata* self);
void unity_track_metadata_set_art_icon (UnityTrackMetadata* self, GIcon* va
lue);
GType unity_playlist_get_type (void) G_GNUC_CONST; GType unity_playlist_get_type (void) G_GNUC_CONST;
UnityPlaylist* unity_playlist_new (const gchar* id); UnityPlaylist* unity_playlist_new (const gchar* id);
UnityPlaylist* unity_playlist_construct (GType object_type, const gchar* id ); UnityPlaylist* unity_playlist_construct (GType object_type, const gchar* id );
const gchar* unity_playlist_get_id (UnityPlaylist* self); const gchar* unity_playlist_get_id (UnityPlaylist* self);
const gchar* unity_playlist_get_name (UnityPlaylist* self); const gchar* unity_playlist_get_name (UnityPlaylist* self);
void unity_playlist_set_name (UnityPlaylist* self, const gchar* value); void unity_playlist_set_name (UnityPlaylist* self, const gchar* value);
GIcon* unity_playlist_get_icon (UnityPlaylist* self); GIcon* unity_playlist_get_icon (UnityPlaylist* self);
void unity_playlist_set_icon (UnityPlaylist* self, GIcon* value); void unity_playlist_set_icon (UnityPlaylist* self, GIcon* value);
GDateTime* unity_playlist_get_creation_date (UnityPlaylist* self); GDateTime* unity_playlist_get_creation_date (UnityPlaylist* self);
void unity_playlist_set_creation_date (UnityPlaylist* self, GDateTime* valu e); void unity_playlist_set_creation_date (UnityPlaylist* self, GDateTime* valu e);
 End of changes. 20 change blocks. 
31 lines changed or deleted 138 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/