unity-protocol.h   unity-protocol.h 
/* unity-protocol.h generated by valac 0.17.2, the Vala compiler, do not mo dify */ /* unity-protocol.h generated by valac 0.17.0, 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 <string.h>
#include <glib-object.h> #include <glib-object.h>
#include <gio/gio.h> #include <gio/gio.h>
#include <stdlib.h>
#include <string.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_CATEGORY_TYPE (unity_protocol_category_type_get
_type ())
#define UNITY_PROTOCOL_TYPE_ANNOTATED_ICON (unity_protocol_annotated_icon_g
et_type ())
#define UNITY_PROTOCOL_ANNOTATED_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((ob
j), UNITY_PROTOCOL_TYPE_ANNOTATED_ICON, UnityProtocolAnnotatedIcon))
#define UNITY_PROTOCOL_ANNOTATED_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST
((klass), UNITY_PROTOCOL_TYPE_ANNOTATED_ICON, UnityProtocolAnnotatedIconCl
ass))
#define UNITY_PROTOCOL_IS_ANNOTATED_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE (
(obj), UNITY_PROTOCOL_TYPE_ANNOTATED_ICON))
#define UNITY_PROTOCOL_IS_ANNOTATED_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_T
YPE ((klass), UNITY_PROTOCOL_TYPE_ANNOTATED_ICON))
#define UNITY_PROTOCOL_ANNOTATED_ICON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_C
LASS ((obj), UNITY_PROTOCOL_TYPE_ANNOTATED_ICON, UnityProtocolAnnotatedIcon
Class))
typedef struct _UnityProtocolAnnotatedIcon UnityProtocolAnnotatedIcon;
typedef struct _UnityProtocolAnnotatedIconClass UnityProtocolAnnotatedIconC
lass;
typedef struct _UnityProtocolAnnotatedIconPrivate UnityProtocolAnnotatedIco
nPrivate;
#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_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 ())
skipping to change at line 93 skipping to change at line 106
#define UNITY_PROTOCOL_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolApplicationP review)) #define UNITY_PROTOCOL_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolApplicationP review))
#define UNITY_PROTOCOL_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS _CAST ((klass), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolAppli cationPreviewClass)) #define UNITY_PROTOCOL_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS _CAST ((klass), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolAppli cationPreviewClass))
#define UNITY_PROTOCOL_IS_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_T YPE ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW)) #define UNITY_PROTOCOL_IS_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_T YPE ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW))
#define UNITY_PROTOCOL_IS_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CL ASS_TYPE ((klass), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW)) #define UNITY_PROTOCOL_IS_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CL ASS_TYPE ((klass), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW))
#define UNITY_PROTOCOL_APPLICATION_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_ GET_CLASS ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolApp licationPreviewClass)) #define UNITY_PROTOCOL_APPLICATION_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_ GET_CLASS ((obj), UNITY_PROTOCOL_TYPE_APPLICATION_PREVIEW, UnityProtocolApp licationPreviewClass))
typedef struct _UnityProtocolApplicationPreview UnityProtocolApplicationPre view; typedef struct _UnityProtocolApplicationPreview UnityProtocolApplicationPre view;
typedef struct _UnityProtocolApplicationPreviewClass UnityProtocolApplicati onPreviewClass; typedef struct _UnityProtocolApplicationPreviewClass UnityProtocolApplicati onPreviewClass;
typedef struct _UnityProtocolApplicationPreviewPrivate UnityProtocolApplica tionPreviewPrivate; typedef struct _UnityProtocolApplicationPreviewPrivate UnityProtocolApplica tionPreviewPrivate;
#define UNITY_PROTOCOL_TYPE_PLAY_STATE (unity_protocol_play_state_get_type
())
#define UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW (unity_protocol_music_preview_get _type ()) #define UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW (unity_protocol_music_preview_get _type ())
#define UNITY_PROTOCOL_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreview)) #define UNITY_PROTOCOL_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj ), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreview))
#define UNITY_PROTOCOL_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewClass )) #define UNITY_PROTOCOL_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewClass ))
#define UNITY_PROTOCOL_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW)) #define UNITY_PROTOCOL_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE (( obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW))
#define UNITY_PROTOCOL_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW)) #define UNITY_PROTOCOL_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TY PE ((klass), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW))
#define UNITY_PROTOCOL_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewCla ss)) #define UNITY_PROTOCOL_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL ASS ((obj), UNITY_PROTOCOL_TYPE_MUSIC_PREVIEW, UnityProtocolMusicPreviewCla ss))
typedef struct _UnityProtocolMusicPreview UnityProtocolMusicPreview; typedef struct _UnityProtocolMusicPreview UnityProtocolMusicPreview;
typedef struct _UnityProtocolMusicPreviewClass UnityProtocolMusicPreviewCla ss; typedef struct _UnityProtocolMusicPreviewClass UnityProtocolMusicPreviewCla ss;
typedef struct _UnityProtocolMusicPreviewPrivate UnityProtocolMusicPreviewP rivate; typedef struct _UnityProtocolMusicPreviewPrivate UnityProtocolMusicPreviewP rivate;
skipping to change at line 129 skipping to change at line 144
#define UNITY_PROTOCOL_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((ob j), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreview)) #define UNITY_PROTOCOL_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((ob j), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreview))
#define UNITY_PROTOCOL_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreviewCl ass)) #define UNITY_PROTOCOL_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreviewCl ass))
#define UNITY_PROTOCOL_IS_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ( (obj), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW)) #define UNITY_PROTOCOL_IS_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ( (obj), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW))
#define UNITY_PROTOCOL_IS_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_T YPE ((klass), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW)) #define UNITY_PROTOCOL_IS_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_T YPE ((klass), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW))
#define UNITY_PROTOCOL_SERIES_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_C LASS ((obj), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreview Class)) #define UNITY_PROTOCOL_SERIES_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_C LASS ((obj), UNITY_PROTOCOL_TYPE_SERIES_PREVIEW, UnityProtocolSeriesPreview Class))
typedef struct _UnityProtocolSeriesPreview UnityProtocolSeriesPreview; typedef struct _UnityProtocolSeriesPreview UnityProtocolSeriesPreview;
typedef struct _UnityProtocolSeriesPreviewClass UnityProtocolSeriesPreviewC lass; typedef struct _UnityProtocolSeriesPreviewClass UnityProtocolSeriesPreviewC lass;
typedef struct _UnityProtocolSeriesPreviewPrivate UnityProtocolSeriesPrevie wPrivate; typedef struct _UnityProtocolSeriesPreviewPrivate UnityProtocolSeriesPrevie wPrivate;
typedef enum {
UNITY_PROTOCOL_CATEGORY_TYPE_NONE,
UNITY_PROTOCOL_CATEGORY_TYPE_BOOK,
UNITY_PROTOCOL_CATEGORY_TYPE_MUSIC,
UNITY_PROTOCOL_CATEGORY_TYPE_MOVIE,
UNITY_PROTOCOL_CATEGORY_TYPE_GAMES,
UNITY_PROTOCOL_CATEGORY_TYPE_ELECTRONICS,
UNITY_PROTOCOL_CATEGORY_TYPE_COMPUTERS,
UNITY_PROTOCOL_CATEGORY_TYPE_OFFICE,
UNITY_PROTOCOL_CATEGORY_TYPE_HOME,
UNITY_PROTOCOL_CATEGORY_TYPE_GARDEN,
UNITY_PROTOCOL_CATEGORY_TYPE_PETS,
UNITY_PROTOCOL_CATEGORY_TYPE_TOYS,
UNITY_PROTOCOL_CATEGORY_TYPE_CHILDREN,
UNITY_PROTOCOL_CATEGORY_TYPE_BABY,
UNITY_PROTOCOL_CATEGORY_TYPE_CLOTHES,
UNITY_PROTOCOL_CATEGORY_TYPE_SHOES,
UNITY_PROTOCOL_CATEGORY_TYPE_WATCHES,
UNITY_PROTOCOL_CATEGORY_TYPE_SPORTS,
UNITY_PROTOCOL_CATEGORY_TYPE_OUTDOORS,
UNITY_PROTOCOL_CATEGORY_TYPE_GROCERY,
UNITY_PROTOCOL_CATEGORY_TYPE_HEALTH,
UNITY_PROTOCOL_CATEGORY_TYPE_BEAUTY,
UNITY_PROTOCOL_CATEGORY_TYPE_DIY,
UNITY_PROTOCOL_CATEGORY_TYPE_TOOLS,
UNITY_PROTOCOL_CATEGORY_TYPE_CAR,
UNITY_PROTOCOL_CATEGORY_TYPE_N_CATEGORIES
} UnityProtocolCategoryType;
struct _UnityProtocolAnnotatedIcon {
GObject parent_instance;
UnityProtocolAnnotatedIconPrivate * priv;
};
struct _UnityProtocolAnnotatedIconClass {
GObjectClass parent_class;
};
struct _UnityProtocolLensInfo { struct _UnityProtocolLensInfo {
gchar* dbus_path; gchar* dbus_path;
gboolean search_in_global; gboolean search_in_global;
gboolean visible; gboolean visible;
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;
skipping to change at line 277 skipping to change at line 330
struct _UnityProtocolApplicationPreview { struct _UnityProtocolApplicationPreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolApplicationPreviewPrivate * priv; UnityProtocolApplicationPreviewPrivate * priv;
}; };
struct _UnityProtocolApplicationPreviewClass { struct _UnityProtocolApplicationPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
typedef enum {
UNITY_PROTOCOL_PLAY_STATE_STOPPED,
UNITY_PROTOCOL_PLAY_STATE_PLAYING,
UNITY_PROTOCOL_PLAY_STATE_PAUSED
} UnityProtocolPlayState;
struct _UnityProtocolMusicPreview { struct _UnityProtocolMusicPreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolMusicPreviewPrivate * priv; UnityProtocolMusicPreviewPrivate * priv;
}; };
struct _UnityProtocolMusicPreviewClass { struct _UnityProtocolMusicPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
struct _UnityProtocolMoviePreview { struct _UnityProtocolMoviePreview {
skipping to change at line 310 skipping to change at line 369
struct _UnityProtocolSeriesPreview { struct _UnityProtocolSeriesPreview {
UnityProtocolPreview parent_instance; UnityProtocolPreview parent_instance;
UnityProtocolSeriesPreviewPrivate * priv; UnityProtocolSeriesPreviewPrivate * priv;
}; };
struct _UnityProtocolSeriesPreviewClass { struct _UnityProtocolSeriesPreviewClass {
UnityProtocolPreviewClass parent_class; UnityProtocolPreviewClass parent_class;
}; };
GType unity_protocol_category_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_annotated_icon_get_type (void) G_GNUC_CONST;
UnityProtocolAnnotatedIcon* unity_protocol_annotated_icon_new (GIcon* base_
icon);
UnityProtocolAnnotatedIcon* unity_protocol_annotated_icon_construct (GType
object_type, GIcon* base_icon);
void unity_protocol_annotated_icon_add_hint (UnityProtocolAnnotatedIcon* se
lf, const gchar* name, GVariant* value);
GVariant* unity_protocol_annotated_icon_get_hint (UnityProtocolAnnotatedIco
n* self, const gchar* name);
GIcon* unity_protocol_annotated_icon_get_icon (UnityProtocolAnnotatedIcon*
self);
void unity_protocol_annotated_icon_set_icon (UnityProtocolAnnotatedIcon* se
lf, GIcon* value);
const gchar* unity_protocol_annotated_icon_get_ribbon (UnityProtocolAnnotat
edIcon* self);
void unity_protocol_annotated_icon_set_ribbon (UnityProtocolAnnotatedIcon*
self, const gchar* value);
UnityProtocolCategoryType unity_protocol_annotated_icon_get_category (Unity
ProtocolAnnotatedIcon* self);
void unity_protocol_annotated_icon_set_category (UnityProtocolAnnotatedIcon
* self, UnityProtocolCategoryType value);
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_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);
skipping to change at line 395 skipping to change at line 466
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); 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); const gchar* unity_protocol_preview_get_image_source_uri (UnityProtocolPrev
void unity_protocol_preview_set_thumbnail (UnityProtocolPreview* self, GIco iew* self);
n* value); void unity_protocol_preview_set_image_source_uri (UnityProtocolPreview* sel
f, const gchar* value);
GIcon* unity_protocol_preview_get_image (UnityProtocolPreview* self);
void unity_protocol_preview_set_image (UnityProtocolPreview* self, GIcon* v
alue);
GType unity_protocol_generic_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_generic_preview_get_type (void) G_GNUC_CONST;
UnityProtocolGenericPreview* unity_protocol_generic_preview_new (void); UnityProtocolGenericPreview* unity_protocol_generic_preview_new (void);
UnityProtocolGenericPreview* unity_protocol_generic_preview_construct (GTyp e object_type); UnityProtocolGenericPreview* unity_protocol_generic_preview_construct (GTyp e object_type);
GType unity_protocol_application_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_application_preview_get_type (void) G_GNUC_CONST;
UnityProtocolApplicationPreview* unity_protocol_application_preview_new (vo id); UnityProtocolApplicationPreview* unity_protocol_application_preview_new (vo id);
UnityProtocolApplicationPreview* unity_protocol_application_preview_constru ct (GType object_type); UnityProtocolApplicationPreview* unity_protocol_application_preview_constru ct (GType object_type);
GIcon* unity_protocol_application_preview_get_app_icon (UnityProtocolApplic ationPreview* self); GIcon* unity_protocol_application_preview_get_app_icon (UnityProtocolApplic ationPreview* self);
void unity_protocol_application_preview_set_app_icon (UnityProtocolApplicat ionPreview* self, GIcon* value); void unity_protocol_application_preview_set_app_icon (UnityProtocolApplicat ionPreview* self, GIcon* value);
const gchar* unity_protocol_application_preview_get_license (UnityProtocolA pplicationPreview* self); const gchar* unity_protocol_application_preview_get_license (UnityProtocolA pplicationPreview* self);
void unity_protocol_application_preview_set_license (UnityProtocolApplicati onPreview* self, const gchar* value); void unity_protocol_application_preview_set_license (UnityProtocolApplicati onPreview* self, const gchar* value);
const gchar* unity_protocol_application_preview_get_copyright (UnityProtoco lApplicationPreview* self); const gchar* unity_protocol_application_preview_get_copyright (UnityProtoco lApplicationPreview* self);
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_play_state_get_type (void) G_GNUC_CONST;
GType unity_protocol_music_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_music_preview_get_type (void) G_GNUC_CONST;
UnityProtocolMusicPreview* unity_protocol_music_preview_new (void); UnityProtocolMusicPreview* unity_protocol_music_preview_new (void);
UnityProtocolMusicPreview* unity_protocol_music_preview_construct (GType ob ject_type); UnityProtocolMusicPreview* unity_protocol_music_preview_construct (GType ob ject_type);
void unity_protocol_music_preview_play_uri (UnityProtocolMusicPreview* self , const gchar* uri); void unity_protocol_music_preview_play_uri (UnityProtocolMusicPreview* self , const gchar* uri);
void unity_protocol_music_preview_pause_uri (UnityProtocolMusicPreview* sel f, const gchar* uri); void unity_protocol_music_preview_pause_uri (UnityProtocolMusicPreview* sel f, const gchar* uri);
const gchar* unity_protocol_music_preview_get_track_data_swarm_name (UnityP rotocolMusicPreview* self); const gchar* unity_protocol_music_preview_get_track_data_swarm_name (UnityP rotocolMusicPreview* self);
void unity_protocol_music_preview_set_track_data_swarm_name (UnityProtocolM usicPreview* self, const gchar* value); void unity_protocol_music_preview_set_track_data_swarm_name (UnityProtocolM usicPreview* self, const gchar* value);
const gchar* unity_protocol_music_preview_get_track_data_address (UnityProt ocolMusicPreview* self); const gchar* unity_protocol_music_preview_get_track_data_address (UnityProt ocolMusicPreview* self);
void unity_protocol_music_preview_set_track_data_address (UnityProtocolMusi cPreview* self, const gchar* value); void unity_protocol_music_preview_set_track_data_address (UnityProtocolMusi cPreview* self, const gchar* value);
GType unity_protocol_movie_preview_get_type (void) G_GNUC_CONST; GType unity_protocol_movie_preview_get_type (void) G_GNUC_CONST;
 End of changes. 10 change blocks. 
6 lines changed or deleted 104 lines changed or added


 unity.h   unity.h 
/* unity.h generated by valac 0.17.2, the Vala compiler, do not modify */ /* unity.h generated by valac 0.17.0, 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 35 skipping to change at line 35
#define UNITY_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI TY_TYPE_APP_INFO_MANAGER, UnityAppInfoManager)) #define UNITY_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI TY_TYPE_APP_INFO_MANAGER, UnityAppInfoManager))
#define UNITY_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas s), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) #define UNITY_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas s), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass))
#define UNITY_IS_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_APP_INFO_MANAGER)) #define UNITY_IS_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_APP_INFO_MANAGER))
#define UNITY_IS_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k lass), UNITY_TYPE_APP_INFO_MANAGER)) #define UNITY_IS_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k lass), UNITY_TYPE_APP_INFO_MANAGER))
#define UNITY_APP_INFO_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( obj), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) #define UNITY_APP_INFO_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( obj), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass))
typedef struct _UnityAppInfoManager UnityAppInfoManager; typedef struct _UnityAppInfoManager UnityAppInfoManager;
typedef struct _UnityAppInfoManagerClass UnityAppInfoManagerClass; typedef struct _UnityAppInfoManagerClass UnityAppInfoManagerClass;
typedef struct _UnityAppInfoManagerPrivate UnityAppInfoManagerPrivate; typedef struct _UnityAppInfoManagerPrivate UnityAppInfoManagerPrivate;
#define UNITY_TYPE_CATEGORY_TYPE (unity_category_type_get_type ())
#define UNITY_TYPE_ANNOTATED_ICON (unity_annotated_icon_get_type ())
#define UNITY_ANNOTATED_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
_TYPE_ANNOTATED_ICON, UnityAnnotatedIcon))
#define UNITY_ANNOTATED_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, UNITY_TYPE_ANNOTATED_ICON, UnityAnnotatedIconClass))
#define UNITY_IS_ANNOTATED_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
ITY_TYPE_ANNOTATED_ICON))
#define UNITY_IS_ANNOTATED_ICON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), UNITY_TYPE_ANNOTATED_ICON))
#define UNITY_ANNOTATED_ICON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
j), UNITY_TYPE_ANNOTATED_ICON, UnityAnnotatedIconClass))
typedef struct _UnityAnnotatedIcon UnityAnnotatedIcon;
typedef struct _UnityAnnotatedIconClass UnityAnnotatedIconClass;
typedef struct _UnityAnnotatedIconPrivate UnityAnnotatedIconPrivate;
#define UNITY_TYPE_INSPECTOR (unity_inspector_get_type ()) #define UNITY_TYPE_INSPECTOR (unity_inspector_get_type ())
#define UNITY_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE _INSPECTOR, UnityInspector)) #define UNITY_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE _INSPECTOR, UnityInspector))
#define UNITY_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNI TY_TYPE_INSPECTOR, UnityInspectorClass)) #define UNITY_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNI TY_TYPE_INSPECTOR, UnityInspectorClass))
#define UNITY_IS_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_T YPE_INSPECTOR)) #define UNITY_IS_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_T YPE_INSPECTOR))
#define UNITY_IS_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_INSPECTOR)) #define UNITY_IS_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_INSPECTOR))
#define UNITY_INSPECTOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), U NITY_TYPE_INSPECTOR, UnityInspectorClass)) #define UNITY_INSPECTOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), U NITY_TYPE_INSPECTOR, UnityInspectorClass))
typedef struct _UnityInspector UnityInspector; typedef struct _UnityInspector UnityInspector;
typedef struct _UnityInspectorClass UnityInspectorClass; typedef struct _UnityInspectorClass UnityInspectorClass;
typedef struct _UnityInspectorPrivate UnityInspectorPrivate; typedef struct _UnityInspectorPrivate UnityInspectorPrivate;
skipping to change at line 382 skipping to change at line 395
struct _UnityAppInfoManager { struct _UnityAppInfoManager {
GObject parent_instance; GObject parent_instance;
UnityAppInfoManagerPrivate * priv; UnityAppInfoManagerPrivate * priv;
}; };
struct _UnityAppInfoManagerClass { struct _UnityAppInfoManagerClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
typedef enum {
UNITY_CATEGORY_TYPE_NONE,
UNITY_CATEGORY_TYPE_BOOK,
UNITY_CATEGORY_TYPE_MUSIC,
UNITY_CATEGORY_TYPE_MOVIE,
UNITY_CATEGORY_TYPE_GAMES,
UNITY_CATEGORY_TYPE_ELECTRONICS,
UNITY_CATEGORY_TYPE_COMPUTERS,
UNITY_CATEGORY_TYPE_OFFICE,
UNITY_CATEGORY_TYPE_HOME,
UNITY_CATEGORY_TYPE_GARDEN,
UNITY_CATEGORY_TYPE_PETS,
UNITY_CATEGORY_TYPE_TOYS,
UNITY_CATEGORY_TYPE_CHILDREN,
UNITY_CATEGORY_TYPE_BABY,
UNITY_CATEGORY_TYPE_CLOTHES,
UNITY_CATEGORY_TYPE_SHOES,
UNITY_CATEGORY_TYPE_WATCHES,
UNITY_CATEGORY_TYPE_SPORTS,
UNITY_CATEGORY_TYPE_OUTDOORS,
UNITY_CATEGORY_TYPE_GROCERY,
UNITY_CATEGORY_TYPE_HEALTH,
UNITY_CATEGORY_TYPE_BEAUTY,
UNITY_CATEGORY_TYPE_DIY,
UNITY_CATEGORY_TYPE_TOOLS,
UNITY_CATEGORY_TYPE_CAR,
UNITY_CATEGORY_TYPE_N_CATEGORIES
} UnityCategoryType;
struct _UnityAnnotatedIcon {
GObject parent_instance;
UnityAnnotatedIconPrivate * priv;
};
struct _UnityAnnotatedIconClass {
GObjectClass parent_class;
};
struct _UnityInspector { struct _UnityInspector {
GObject parent_instance; GObject parent_instance;
UnityInspectorPrivate * priv; UnityInspectorPrivate * priv;
}; };
struct _UnityInspectorClass { struct _UnityInspectorClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityLauncherEntry { struct _UnityLauncherEntry {
skipping to change at line 729 skipping to change at line 780
GType unity_app_info_manager_get_type (void) G_GNUC_CONST; GType unity_app_info_manager_get_type (void) G_GNUC_CONST;
UnityAppInfoManager* unity_app_info_manager_get_instance (void) G_GNUC_DEPR ECATED; UnityAppInfoManager* unity_app_info_manager_get_instance (void) G_GNUC_DEPR ECATED;
UnityAppInfoManager* unity_app_info_manager_get_default (void); UnityAppInfoManager* unity_app_info_manager_get_default (void);
GAppInfo* unity_app_info_manager_lookup (UnityAppInfoManager* self, const g char* id); GAppInfo* unity_app_info_manager_lookup (UnityAppInfoManager* self, const g char* id);
gchar** unity_app_info_manager_get_categories (UnityAppInfoManager* self, c onst gchar* id, int* result_length1); gchar** unity_app_info_manager_get_categories (UnityAppInfoManager* self, c onst gchar* id, int* result_length1);
gchar** unity_app_info_manager_get_keywords (UnityAppInfoManager* self, con st gchar* id, int* result_length1); gchar** unity_app_info_manager_get_keywords (UnityAppInfoManager* self, con st gchar* id, int* result_length1);
gchar* unity_app_info_manager_get_path (UnityAppInfoManager* self, const gc har* id); gchar* unity_app_info_manager_get_path (UnityAppInfoManager* self, const gc har* id);
void unity_app_info_manager_lookup_async (UnityAppInfoManager* self, const gchar* id, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_app_info_manager_lookup_async (UnityAppInfoManager* self, const gchar* id, GAsyncReadyCallback _callback_, gpointer _user_data_);
GAppInfo* unity_app_info_manager_lookup_finish (UnityAppInfoManager* self, GAsyncResult* _res_, GError** error); GAppInfo* unity_app_info_manager_lookup_finish (UnityAppInfoManager* self, GAsyncResult* _res_, GError** error);
void unity_app_info_manager_clear (UnityAppInfoManager* self); void unity_app_info_manager_clear (UnityAppInfoManager* self);
GType unity_category_type_get_type (void) G_GNUC_CONST;
GType unity_annotated_icon_get_type (void) G_GNUC_CONST;
UnityAnnotatedIcon* unity_annotated_icon_new (GIcon* base_icon);
UnityAnnotatedIcon* unity_annotated_icon_construct (GType object_type, GIco
n* base_icon);
gchar* unity_annotated_icon_to_string (UnityAnnotatedIcon* self);
GIcon* unity_annotated_icon_get_icon (UnityAnnotatedIcon* self);
void unity_annotated_icon_set_icon (UnityAnnotatedIcon* self, GIcon* value)
;
const gchar* unity_annotated_icon_get_ribbon (UnityAnnotatedIcon* self);
void unity_annotated_icon_set_ribbon (UnityAnnotatedIcon* self, const gchar
* value);
UnityCategoryType unity_annotated_icon_get_category (UnityAnnotatedIcon* se
lf);
void unity_annotated_icon_set_category (UnityAnnotatedIcon* self, UnityCate
goryType value);
GType unity_inspector_get_type (void) G_GNUC_CONST; GType unity_inspector_get_type (void) G_GNUC_CONST;
UnityInspector* unity_inspector_get_default (void); UnityInspector* unity_inspector_get_default (void);
gboolean unity_inspector_get_unity_running (UnityInspector* self); gboolean unity_inspector_get_unity_running (UnityInspector* self);
const gchar* unity_inspector_get_unity_bus_name (UnityInspector* self); const gchar* unity_inspector_get_unity_bus_name (UnityInspector* self);
void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _); void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _);
void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error); void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error);
void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_);
GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error); GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error);
void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_); void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_);
GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error); GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error);
skipping to change at line 877 skipping to change at line 939
void unity_preview_add_action (UnityPreview* self, UnityPreviewAction* acti on); void unity_preview_add_action (UnityPreview* self, UnityPreviewAction* acti on);
GType unity_info_hint_get_type (void) G_GNUC_CONST; GType unity_info_hint_get_type (void) G_GNUC_CONST;
void unity_preview_add_info (UnityPreview* self, UnityInfoHint* info_hint); 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); const gchar* unity_preview_get_image_source_uri (UnityPreview* self);
void unity_preview_set_thumbnail (UnityPreview* self, GIcon* value); void unity_preview_set_image_source_uri (UnityPreview* self, const gchar* v
alue);
GIcon* unity_preview_get_image (UnityPreview* self);
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);
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);
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 UnityGenericPreview* unity_generic_preview_new (const gchar* title, const g
char* description, GIcon* thumbnail); char* description, GIcon* image);
UnityGenericPreview* unity_generic_preview_construct (GType object_type, co UnityGenericPreview* unity_generic_preview_construct (GType object_type, co
nst gchar* title, const gchar* description, GIcon* thumbnail); nst gchar* title, const gchar* description, GIcon* image);
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; GType unity_music_preview_track_state_get_type (void) G_GNUC_CONST;
UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar UnityMusicPreview* unity_music_preview_new (const gchar* title, const gchar
* subtitle, GIcon* thumbnail); * subtitle, GIcon* image);
UnityMusicPreview* unity_music_preview_construct (GType object_type, const UnityMusicPreview* unity_music_preview_construct (GType object_type, const
gchar* title, const gchar* subtitle, GIcon* thumbnail); gchar* title, const gchar* subtitle, GIcon* image);
GType unity_track_metadata_get_type (void) G_GNUC_CONST; GType unity_track_metadata_get_type (void) G_GNUC_CONST;
void unity_music_preview_add_track (UnityMusicPreview* self, UnityTrackMeta data* track); void unity_music_preview_add_track (UnityMusicPreview* self, UnityTrackMeta data* track);
const gchar* unity_music_preview_get_current_track_uri (UnityMusicPreview* self); const gchar* unity_music_preview_get_current_track_uri (UnityMusicPreview* self);
void unity_music_preview_set_current_track_uri (UnityMusicPreview* self, co nst gchar* value); void unity_music_preview_set_current_track_uri (UnityMusicPreview* self, co nst gchar* value);
gfloat unity_music_preview_get_current_progress (UnityMusicPreview* self); gfloat unity_music_preview_get_current_progress (UnityMusicPreview* self);
void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value); void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value);
UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self); UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self);
void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value); void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value);
GType unity_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 UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar
* subtitle, const gchar* description, GIcon* thumbnail); * subtitle, const gchar* description, GIcon* image);
UnityMoviePreview* unity_movie_preview_construct (GType object_type, const UnityMoviePreview* unity_movie_preview_construct (GType object_type, const
gchar* title, const gchar* subtitle, const gchar* description, GIcon* thumb gchar* title, const gchar* subtitle, const gchar* description, GIcon* image
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; 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_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); 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_uri (UnitySeriesItem* self);
const gchar* unity_series_item_get_title (UnitySeriesItem* self); const gchar* unity_series_item_get_title (UnitySeriesItem* self);
GIcon* unity_series_item_get_icon_hint (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;
 End of changes. 8 change blocks. 
16 lines changed or deleted 91 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/