unity.h   unity.h 
/* unity.h generated by valac 0.14.2, the Vala compiler, do not modify */ /* unity.h generated by valac 0.16.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 130 skipping to change at line 130
#define UNITY_ACTIVATION_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponse)) #define UNITY_ACTIVATION_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponse))
#define UNITY_ACTIVATION_RESPONSE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponseClass)) #define UNITY_ACTIVATION_RESPONSE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponseClass))
#define UNITY_IS_ACTIVATION_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_TYPE_ACTIVATION_RESPONSE)) #define UNITY_IS_ACTIVATION_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_TYPE_ACTIVATION_RESPONSE))
#define UNITY_IS_ACTIVATION_RESPONSE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_ACTIVATION_RESPONSE)) #define UNITY_IS_ACTIVATION_RESPONSE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_ACTIVATION_RESPONSE))
#define UNITY_ACTIVATION_RESPONSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponseClass)) #define UNITY_ACTIVATION_RESPONSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponseClass))
typedef struct _UnityActivationResponse UnityActivationResponse; typedef struct _UnityActivationResponse UnityActivationResponse;
typedef struct _UnityActivationResponseClass UnityActivationResponseClass; typedef struct _UnityActivationResponseClass UnityActivationResponseClass;
typedef struct _UnityActivationResponsePrivate UnityActivationResponsePriva te; typedef struct _UnityActivationResponsePrivate UnityActivationResponsePriva te;
#define UNITY_TYPE_PREVIEW (unity_preview_get_type ())
#define UNITY_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_P
REVIEW, UnityPreview))
#define UNITY_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY
_TYPE_PREVIEW, UnityPreviewClass))
#define UNITY_IS_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYP
E_PREVIEW))
#define UNITY_IS_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UN
ITY_TYPE_PREVIEW))
#define UNITY_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNI
TY_TYPE_PREVIEW, UnityPreviewClass))
typedef struct _UnityPreview UnityPreview;
typedef struct _UnityPreviewClass UnityPreviewClass;
#define UNITY_TYPE_CATEGORY_RENDERER (unity_category_renderer_get_type ()) #define UNITY_TYPE_CATEGORY_RENDERER (unity_category_renderer_get_type ())
typedef struct _UnityCategoryPrivate UnityCategoryPrivate; typedef struct _UnityCategoryPrivate UnityCategoryPrivate;
#define UNITY_TYPE_FILTER_RENDERER (unity_filter_renderer_get_type ()) #define UNITY_TYPE_FILTER_RENDERER (unity_filter_renderer_get_type ())
typedef struct _UnityFilterPrivate UnityFilterPrivate; typedef struct _UnityFilterPrivate UnityFilterPrivate;
#define UNITY_TYPE_FILTER_OPTION (unity_filter_option_get_type ()) #define UNITY_TYPE_FILTER_OPTION (unity_filter_option_get_type ())
#define UNITY_FILTER_OPTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_FILTER_OPTION, UnityFilterOption)) #define UNITY_FILTER_OPTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ TYPE_FILTER_OPTION, UnityFilterOption))
#define UNITY_FILTER_OPTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_FILTER_OPTION, UnityFilterOptionClass)) #define UNITY_FILTER_OPTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TYPE_FILTER_OPTION, UnityFilterOptionClass))
#define UNITY_IS_FILTER_OPTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_FILTER_OPTION)) #define UNITY_IS_FILTER_OPTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI TY_TYPE_FILTER_OPTION))
skipping to change at line 215 skipping to change at line 225
#define UNITY_MULTI_RANGE_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U NITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilter)) #define UNITY_MULTI_RANGE_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U NITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilter))
#define UNITY_MULTI_RANGE_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((kl ass), UNITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilterClass)) #define UNITY_MULTI_RANGE_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((kl ass), UNITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilterClass))
#define UNITY_IS_MULTI_RANGE_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj) , UNITY_TYPE_MULTI_RANGE_FILTER)) #define UNITY_IS_MULTI_RANGE_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj) , UNITY_TYPE_MULTI_RANGE_FILTER))
#define UNITY_IS_MULTI_RANGE_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ( (klass), UNITY_TYPE_MULTI_RANGE_FILTER)) #define UNITY_IS_MULTI_RANGE_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ( (klass), UNITY_TYPE_MULTI_RANGE_FILTER))
#define UNITY_MULTI_RANGE_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilterClass)) #define UNITY_MULTI_RANGE_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilterClass))
typedef struct _UnityMultiRangeFilter UnityMultiRangeFilter; typedef struct _UnityMultiRangeFilter UnityMultiRangeFilter;
typedef struct _UnityMultiRangeFilterClass UnityMultiRangeFilterClass; typedef struct _UnityMultiRangeFilterClass UnityMultiRangeFilterClass;
typedef struct _UnityMultiRangeFilterPrivate UnityMultiRangeFilterPrivate; typedef struct _UnityMultiRangeFilterPrivate UnityMultiRangeFilterPrivate;
#define UNITY_TYPE_PREVIEW (unity_preview_get_type ()) #define UNITY_TYPE_LENS_SEARCH (unity_lens_search_get_type ())
#define UNITY_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_P #define UNITY_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY
REVIEW, UnityPreview)) PE_LENS_SEARCH, UnityLensSearch))
#define UNITY_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY #define UNITY_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U
_TYPE_PREVIEW, UnityPreviewClass)) NITY_TYPE_LENS_SEARCH, UnityLensSearchClass))
#define UNITY_IS_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYP #define UNITY_IS_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY
E_PREVIEW)) _TYPE_LENS_SEARCH))
#define UNITY_IS_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UN #define UNITY_IS_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass)
ITY_TYPE_PREVIEW)) , UNITY_TYPE_LENS_SEARCH))
#define UNITY_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNI #define UNITY_LENS_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),
TY_TYPE_PREVIEW, UnityPreviewClass)) UNITY_TYPE_LENS_SEARCH, UnityLensSearchClass))
typedef struct _UnityPreview UnityPreview; typedef struct _UnityLensSearch UnityLensSearch;
typedef struct _UnityPreviewClass UnityPreviewClass; typedef struct _UnityLensSearchClass UnityLensSearchClass;
typedef struct _UnityLensSearchPrivate UnityLensSearchPrivate;
typedef struct _UnityPreviewPrivate UnityPreviewPrivate; typedef struct _UnityPreviewPrivate UnityPreviewPrivate;
#define UNITY_TYPE_NO_PREVIEW (unity_no_preview_get_type ()) #define UNITY_TYPE_PREVIEW_ACTION (unity_preview_action_get_type ())
#define UNITY_NO_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYP #define UNITY_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
E_NO_PREVIEW, UnityNoPreview)) _TYPE_PREVIEW_ACTION, UnityPreviewAction))
#define UNITY_NO_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UN #define UNITY_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
ITY_TYPE_NO_PREVIEW, UnityNoPreviewClass)) , UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass))
#define UNITY_IS_NO_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_ #define UNITY_IS_PREVIEW_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
TYPE_NO_PREVIEW)) ITY_TYPE_PREVIEW_ACTION))
#define UNITY_IS_NO_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), #define UNITY_IS_PREVIEW_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
UNITY_TYPE_NO_PREVIEW)) ss), UNITY_TYPE_PREVIEW_ACTION))
#define UNITY_NO_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), #define UNITY_PREVIEW_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
UNITY_TYPE_NO_PREVIEW, UnityNoPreviewClass)) j), UNITY_TYPE_PREVIEW_ACTION, UnityPreviewActionClass))
typedef struct _UnityNoPreview UnityNoPreview; typedef struct _UnityPreviewAction UnityPreviewAction;
typedef struct _UnityNoPreviewClass UnityNoPreviewClass; typedef struct _UnityPreviewActionClass UnityPreviewActionClass;
typedef struct _UnityNoPreviewPrivate UnityNoPreviewPrivate;
#define UNITY_TYPE_LAYOUT_HINT (unity_layout_hint_get_type ())
typedef struct _UnityPreviewActionPrivate UnityPreviewActionPrivate;
#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 259 skipping to change at line 272
#define UNITY_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreview)) #define UNITY_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreview))
#define UNITY_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreviewClass)) #define UNITY_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreviewClass))
#define UNITY_IS_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_TYPE_APPLICATION_PREVIEW)) #define UNITY_IS_APPLICATION_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_TYPE_APPLICATION_PREVIEW))
#define UNITY_IS_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_APPLICATION_PREVIEW)) #define UNITY_IS_APPLICATION_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_TYPE_APPLICATION_PREVIEW))
#define UNITY_APPLICATION_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreviewClass)) #define UNITY_APPLICATION_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreviewClass))
typedef struct _UnityApplicationPreview UnityApplicationPreview; typedef struct _UnityApplicationPreview UnityApplicationPreview;
typedef struct _UnityApplicationPreviewClass UnityApplicationPreviewClass; typedef struct _UnityApplicationPreviewClass UnityApplicationPreviewClass;
typedef struct _UnityApplicationPreviewPrivate UnityApplicationPreviewPriva te; typedef struct _UnityApplicationPreviewPrivate UnityApplicationPreviewPriva te;
#define UNITY_TYPE_TRACK_PREVIEW (unity_track_preview_get_type ()) #define UNITY_TYPE_MUSIC_PREVIEW (unity_music_preview_get_type ())
#define UNITY_TRACK_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ #define UNITY_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_
TYPE_TRACK_PREVIEW, UnityTrackPreview)) TYPE_MUSIC_PREVIEW, UnityMusicPreview))
#define UNITY_TRACK_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), #define UNITY_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_TYPE_TRACK_PREVIEW, UnityTrackPreviewClass)) UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass))
#define UNITY_IS_TRACK_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI #define UNITY_IS_MUSIC_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI
TY_TYPE_TRACK_PREVIEW)) TY_TYPE_MUSIC_PREVIEW))
#define UNITY_IS_TRACK_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas #define UNITY_IS_MUSIC_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), UNITY_TYPE_TRACK_PREVIEW)) s), UNITY_TYPE_MUSIC_PREVIEW))
#define UNITY_TRACK_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj #define UNITY_MUSIC_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), UNITY_TYPE_TRACK_PREVIEW, UnityTrackPreviewClass)) ), UNITY_TYPE_MUSIC_PREVIEW, UnityMusicPreviewClass))
typedef struct _UnityTrackPreview UnityTrackPreview; typedef struct _UnityMusicPreview UnityMusicPreview;
typedef struct _UnityTrackPreviewClass UnityTrackPreviewClass; typedef struct _UnityMusicPreviewClass UnityMusicPreviewClass;
typedef struct _UnityTrackPreviewPrivate UnityTrackPreviewPrivate; typedef struct _UnityMusicPreviewPrivate UnityMusicPreviewPrivate;
#define UNITY_TYPE_ALBUM_PREVIEW (unity_album_preview_get_type ()) #define UNITY_TYPE_MOVIE_PREVIEW (unity_movie_preview_get_type ())
#define UNITY_ALBUM_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ #define UNITY_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_
TYPE_ALBUM_PREVIEW, UnityAlbumPreview)) TYPE_MOVIE_PREVIEW, UnityMoviePreview))
#define UNITY_ALBUM_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), #define UNITY_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_TYPE_ALBUM_PREVIEW, UnityAlbumPreviewClass)) UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass))
#define UNITY_IS_ALBUM_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI #define UNITY_IS_MOVIE_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI
TY_TYPE_ALBUM_PREVIEW)) TY_TYPE_MOVIE_PREVIEW))
#define UNITY_IS_ALBUM_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas #define UNITY_IS_MOVIE_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), UNITY_TYPE_ALBUM_PREVIEW)) s), UNITY_TYPE_MOVIE_PREVIEW))
#define UNITY_ALBUM_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj #define UNITY_MOVIE_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), UNITY_TYPE_ALBUM_PREVIEW, UnityAlbumPreviewClass)) ), UNITY_TYPE_MOVIE_PREVIEW, UnityMoviePreviewClass))
typedef struct _UnityAlbumPreview UnityAlbumPreview; typedef struct _UnityMoviePreview UnityMoviePreview;
typedef struct _UnityAlbumPreviewClass UnityAlbumPreviewClass; typedef struct _UnityMoviePreviewClass UnityMoviePreviewClass;
typedef struct _UnityAlbumPreviewPrivate UnityAlbumPreviewPrivate; typedef struct _UnityMoviePreviewPrivate UnityMoviePreviewPrivate;
#define UNITY_TYPE_LENS_SEARCH (unity_lens_search_get_type ()) #define UNITY_TYPE_SERIES_PREVIEW (unity_series_preview_get_type ())
#define UNITY_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY #define UNITY_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
PE_LENS_SEARCH, UnityLensSearch)) _TYPE_SERIES_PREVIEW, UnitySeriesPreview))
#define UNITY_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U #define UNITY_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
NITY_TYPE_LENS_SEARCH, UnityLensSearchClass)) , UNITY_TYPE_SERIES_PREVIEW, UnitySeriesPreviewClass))
#define UNITY_IS_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY #define UNITY_IS_SERIES_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
_TYPE_LENS_SEARCH)) ITY_TYPE_SERIES_PREVIEW))
#define UNITY_IS_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) #define UNITY_IS_SERIES_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
, UNITY_TYPE_LENS_SEARCH)) ss), UNITY_TYPE_SERIES_PREVIEW))
#define UNITY_LENS_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), #define UNITY_SERIES_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
UNITY_TYPE_LENS_SEARCH, UnityLensSearchClass)) j), UNITY_TYPE_SERIES_PREVIEW, UnitySeriesPreviewClass))
typedef struct _UnityLensSearch UnityLensSearch; typedef struct _UnitySeriesPreview UnitySeriesPreview;
typedef struct _UnityLensSearchClass UnityLensSearchClass; typedef struct _UnitySeriesPreviewClass UnitySeriesPreviewClass;
typedef struct _UnityLensSearchPrivate UnityLensSearchPrivate; 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_TYPE_TRACK_METADATA (unity_track_metadata_get_type ())
#define UNITY_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_TRACK_METADATA, UnityTrackMetadata)) #define UNITY_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_TRACK_METADATA, UnityTrackMetadata))
#define UNITY_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass)) #define UNITY_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
#define UNITY_IS_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_TRACK_METADATA)) #define UNITY_IS_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_TRACK_METADATA))
#define UNITY_IS_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_TRACK_METADATA)) #define UNITY_IS_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_TRACK_METADATA))
#define UNITY_TRACK_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass)) #define UNITY_TRACK_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
skipping to change at line 391 skipping to change at line 404
struct _UnityMergeStrategyIface { struct _UnityMergeStrategyIface {
GTypeInterface parent_iface; GTypeInterface parent_iface;
DeeModelIter* (*merge_result) (UnityMergeStrategy* self, DeeModel* t arget, GVariant** row, int row_length1); DeeModelIter* (*merge_result) (UnityMergeStrategy* self, DeeModel* t arget, GVariant** row, int row_length1);
}; };
typedef enum { typedef enum {
UNITY_HANDLED_TYPE_NOT_HANDLED, UNITY_HANDLED_TYPE_NOT_HANDLED,
UNITY_HANDLED_TYPE_SHOW_DASH, UNITY_HANDLED_TYPE_SHOW_DASH,
UNITY_HANDLED_TYPE_HIDE_DASH, UNITY_HANDLED_TYPE_HIDE_DASH,
UNITY_HANDLED_TYPE_GOTO_DASH_URI UNITY_HANDLED_TYPE_GOTO_DASH_URI,
UNITY_HANDLED_TYPE_SHOW_PREVIEW
} UnityHandledType; } UnityHandledType;
struct _UnityActivationResponse { struct _UnityActivationResponse {
GInitiallyUnowned parent_instance; GInitiallyUnowned parent_instance;
UnityActivationResponsePrivate * priv; UnityActivationResponsePrivate * priv;
}; };
struct _UnityActivationResponseClass { struct _UnityActivationResponseClass {
GInitiallyUnownedClass parent_class; GInitiallyUnownedClass parent_class;
}; };
skipping to change at line 508 skipping to change at line 522
struct _UnityMultiRangeFilter { struct _UnityMultiRangeFilter {
UnityOptionsFilter parent_instance; UnityOptionsFilter parent_instance;
UnityMultiRangeFilterPrivate * priv; UnityMultiRangeFilterPrivate * priv;
}; };
struct _UnityMultiRangeFilterClass { struct _UnityMultiRangeFilterClass {
UnityOptionsFilterClass parent_class; UnityOptionsFilterClass parent_class;
}; };
struct _UnityPreview { struct _UnityLensSearch {
GInitiallyUnowned parent_instance; GInitiallyUnowned parent_instance;
UnityLensSearchPrivate * priv;
};
struct _UnityLensSearchClass {
GInitiallyUnownedClass parent_class;
};
struct _UnityPreview {
GObject parent_instance;
UnityPreviewPrivate * priv; UnityPreviewPrivate * priv;
}; };
struct _UnityPreviewClass { struct _UnityPreviewClass {
GInitiallyUnownedClass parent_class; GObjectClass parent_class;
gchar* (*get_renderer_name) (UnityPreview* self); GObject* (*create_raw) (UnityPreview* self);
GHashTable* (*get_properties) (UnityPreview* self); void (*dummy1) (UnityPreview* self);
void (*dummy2) (UnityPreview* self);
void (*dummy3) (UnityPreview* self);
void (*dummy4) (UnityPreview* self);
}; };
struct _UnityNoPreview { typedef enum {
UnityPreview parent_instance; UNITY_LAYOUT_HINT_NONE,
UnityNoPreviewPrivate * priv; UNITY_LAYOUT_HINT_LEFT,
UNITY_LAYOUT_HINT_RIGHT,
UNITY_LAYOUT_HINT_TOP,
UNITY_LAYOUT_HINT_BOTTOM
} UnityLayoutHint;
struct _UnityPreviewAction {
GObject parent_instance;
UnityPreviewActionPrivate * priv;
}; };
struct _UnityNoPreviewClass { struct _UnityPreviewActionClass {
UnityPreviewClass parent_class; GObjectClass parent_class;
void (*dummy1) (UnityPreviewAction* self);
void (*dummy2) (UnityPreviewAction* self);
void (*dummy3) (UnityPreviewAction* self);
void (*dummy4) (UnityPreviewAction* self);
}; };
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 {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityApplicationPreviewPrivate * priv; UnityApplicationPreviewPrivate * priv;
}; };
struct _UnityApplicationPreviewClass { struct _UnityApplicationPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
struct _UnityTrackPreview { struct _UnityMusicPreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityTrackPreviewPrivate * priv; UnityMusicPreviewPrivate * priv;
}; };
struct _UnityTrackPreviewClass { struct _UnityMusicPreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
struct _UnityAlbumPreview { struct _UnityMoviePreview {
UnityPreview parent_instance; UnityPreview parent_instance;
UnityAlbumPreviewPrivate * priv; UnityMoviePreviewPrivate * priv;
}; };
struct _UnityAlbumPreviewClass { struct _UnityMoviePreviewClass {
UnityPreviewClass parent_class; UnityPreviewClass parent_class;
}; };
struct _UnityLensSearch { struct _UnitySeriesPreview {
GInitiallyUnowned parent_instance; UnityPreview parent_instance;
UnityLensSearchPrivate * priv; UnitySeriesPreviewPrivate * priv;
}; };
struct _UnityLensSearchClass { struct _UnitySeriesPreviewClass {
GInitiallyUnownedClass parent_class; UnityPreviewClass parent_class;
}; };
typedef enum { typedef enum {
UNITY_SEARCH_TYPE_DEFAULT, UNITY_SEARCH_TYPE_DEFAULT,
UNITY_SEARCH_TYPE_GLOBAL, UNITY_SEARCH_TYPE_GLOBAL,
UNITY_SEARCH_TYPE_N_TYPES UNITY_SEARCH_TYPE_N_TYPES
} UnitySearchType; } UnitySearchType;
struct _UnityScope { struct _UnityScope {
GObject parent_instance; GObject parent_instance;
UnityScopePrivate * priv; UnityScopePrivate * priv;
GList* _filters; GList* _filters;
}; };
struct _UnityScopeClass { struct _UnityScopeClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
typedef enum {
UNITY_SCOPE_ERROR_SEARCH_CANCELLED,
UNITY_SCOPE_ERROR_UNKNOWN
} UnityScopeError;
#define UNITY_SCOPE_ERROR unity_scope_error_quark ()
struct _UnityTrackMetadata { struct _UnityTrackMetadata {
GObject parent_instance; GObject parent_instance;
UnityTrackMetadataPrivate * priv; UnityTrackMetadataPrivate * priv;
}; };
struct _UnityTrackMetadataClass { struct _UnityTrackMetadataClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityPlaylist { struct _UnityPlaylist {
skipping to change at line 717 skipping to change at line 750
UnityMergeStrategy* unity_lens_get_merge_strategy (UnityLens* self); UnityMergeStrategy* unity_lens_get_merge_strategy (UnityLens* self);
void unity_lens_set_merge_strategy (UnityLens* self, UnityMergeStrategy* va lue); void unity_lens_set_merge_strategy (UnityLens* self, UnityMergeStrategy* va lue);
UnityMergeStrategy* unity_lens_get_global_merge_strategy (UnityLens* self); UnityMergeStrategy* unity_lens_get_global_merge_strategy (UnityLens* self);
void unity_lens_set_global_merge_strategy (UnityLens* self, UnityMergeStrat egy* value); void unity_lens_set_global_merge_strategy (UnityLens* self, UnityMergeStrat egy* value);
const gchar* unity_lens_get_sources_display_name (UnityLens* self); const gchar* unity_lens_get_sources_display_name (UnityLens* self);
void unity_lens_set_sources_display_name (UnityLens* self, const gchar* val ue); void unity_lens_set_sources_display_name (UnityLens* self, const gchar* val ue);
GType unity_handled_type_get_type (void) G_GNUC_CONST; GType unity_handled_type_get_type (void) G_GNUC_CONST;
GType unity_activation_response_get_type (void) G_GNUC_CONST; GType unity_activation_response_get_type (void) G_GNUC_CONST;
UnityActivationResponse* unity_activation_response_new (UnityHandledType ha ndled, const gchar* goto_uri); UnityActivationResponse* unity_activation_response_new (UnityHandledType ha ndled, const gchar* goto_uri);
UnityActivationResponse* unity_activation_response_construct (GType object_ type, UnityHandledType handled, const gchar* goto_uri); UnityActivationResponse* unity_activation_response_construct (GType object_ type, UnityHandledType handled, const gchar* goto_uri);
GType unity_preview_get_type (void) G_GNUC_CONST;
UnityActivationResponse* unity_activation_response_new_with_preview (UnityP
review* preview);
UnityActivationResponse* unity_activation_response_construct_with_preview (
GType object_type, UnityPreview* preview);
UnityHandledType unity_activation_response_get_handled (UnityActivationResp onse* self); UnityHandledType unity_activation_response_get_handled (UnityActivationResp onse* self);
const gchar* unity_activation_response_get_goto_uri (UnityActivationRespons e* self); const gchar* unity_activation_response_get_goto_uri (UnityActivationRespons e* self);
void unity_activation_response_set_goto_uri (UnityActivationResponse* self, const gchar* value); void unity_activation_response_set_goto_uri (UnityActivationResponse* self, const gchar* value);
GType unity_category_renderer_get_type (void) G_GNUC_CONST; GType unity_category_renderer_get_type (void) G_GNUC_CONST;
UnityCategory* unity_category_new (const gchar* name, GIcon* icon_hint, Uni tyCategoryRenderer renderer); UnityCategory* unity_category_new (const gchar* name, GIcon* icon_hint, Uni tyCategoryRenderer renderer);
UnityCategory* unity_category_construct (GType object_type, const gchar* na me, GIcon* icon_hint, UnityCategoryRenderer renderer); UnityCategory* unity_category_construct (GType object_type, const gchar* na me, GIcon* icon_hint, UnityCategoryRenderer renderer);
const gchar* unity_category_get_name (UnityCategory* self); const gchar* unity_category_get_name (UnityCategory* self);
GIcon* unity_category_get_icon_hint (UnityCategory* self); GIcon* unity_category_get_icon_hint (UnityCategory* self);
UnityCategoryRenderer unity_category_get_default_renderer (UnityCategory* s elf); UnityCategoryRenderer unity_category_get_default_renderer (UnityCategory* s elf);
GType unity_filter_renderer_get_type (void) G_GNUC_CONST; GType unity_filter_renderer_get_type (void) G_GNUC_CONST;
skipping to change at line 772 skipping to change at line 808
GType unity_ratings_filter_get_type (void) G_GNUC_CONST; GType unity_ratings_filter_get_type (void) G_GNUC_CONST;
UnityRatingsFilter* unity_ratings_filter_new (const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); UnityRatingsFilter* unity_ratings_filter_new (const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed);
UnityRatingsFilter* unity_ratings_filter_construct (GType object_type, cons t gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapse d); UnityRatingsFilter* unity_ratings_filter_construct (GType object_type, cons t gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapse d);
gfloat unity_ratings_filter_get_rating (UnityRatingsFilter* self); gfloat unity_ratings_filter_get_rating (UnityRatingsFilter* self);
GType unity_multi_range_filter_get_type (void) G_GNUC_CONST; GType unity_multi_range_filter_get_type (void) G_GNUC_CONST;
UnityMultiRangeFilter* unity_multi_range_filter_new (const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); UnityMultiRangeFilter* unity_multi_range_filter_new (const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed);
UnityMultiRangeFilter* unity_multi_range_filter_construct (GType object_typ e, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean c ollapsed); UnityMultiRangeFilter* unity_multi_range_filter_construct (GType object_typ e, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean c ollapsed);
UnityFilterOption* unity_multi_range_filter_get_first_active (UnityMultiRan geFilter* self); UnityFilterOption* unity_multi_range_filter_get_first_active (UnityMultiRan geFilter* self);
UnityFilterOption* unity_multi_range_filter_get_last_active (UnityMultiRang eFilter* self); UnityFilterOption* unity_multi_range_filter_get_last_active (UnityMultiRang eFilter* self);
DeeModelIter* unity_merge_strategy_merge_result (UnityMergeStrategy* self, DeeModel* target, GVariant** row, int row_length1); DeeModelIter* unity_merge_strategy_merge_result (UnityMergeStrategy* self, DeeModel* target, GVariant** row, int row_length1);
GType unity_preview_get_type (void) G_GNUC_CONST;
UnityPreview* unity_preview_construct (GType object_type);
GType unity_no_preview_get_type (void) G_GNUC_CONST;
UnityNoPreview* unity_no_preview_new (void);
UnityNoPreview* unity_no_preview_construct (GType object_type);
GType unity_generic_preview_get_type (void) G_GNUC_CONST;
UnityGenericPreview* unity_generic_preview_new (const gchar* name, guint da
te_modified, guint size, const gchar* type, const gchar* description, const
gchar* large_icon_hint, const gchar* primary_action_name, const gchar* pri
mary_action_icon_hint, const gchar* primary_action_uri, const gchar* second
ary_action_name, const gchar* secondary_action_icon_hint, const gchar* seco
ndary_action_uri, const gchar* tertiary_action_name, const gchar* tertiary_
action_icon_hint, const gchar* tertiary_action_uri);
UnityGenericPreview* unity_generic_preview_construct (GType object_type, co
nst gchar* name, guint date_modified, guint size, const gchar* type, const
gchar* description, const gchar* large_icon_hint, const gchar* primary_acti
on_name, const gchar* primary_action_icon_hint, const gchar* primary_action
_uri, const gchar* secondary_action_name, const gchar* secondary_action_ico
n_hint, const gchar* secondary_action_uri, const gchar* tertiary_action_nam
e, const gchar* tertiary_action_icon_hint, const gchar* tertiary_action_uri
);
GType unity_application_preview_get_type (void) G_GNUC_CONST;
UnityApplicationPreview* unity_application_preview_new (const gchar* name,
const gchar* version, const gchar* size, const gchar* license, const gchar*
last_updated, gfloat rating, guint n_ratings, const gchar* description, co
nst gchar* icon_hint, const gchar* screenshot_icon_hint, const gchar* prima
ry_action_name, const gchar* primary_action_icon_hint, const gchar* primary
_action_uri);
UnityApplicationPreview* unity_application_preview_construct (GType object_
type, const gchar* name, const gchar* version, const gchar* size, const gch
ar* license, const gchar* last_updated, gfloat rating, guint n_ratings, con
st gchar* description, const gchar* icon_hint, const gchar* screenshot_icon
_hint, const gchar* primary_action_name, const gchar* primary_action_icon_h
int, const gchar* primary_action_uri);
GType unity_track_preview_get_type (void) G_GNUC_CONST;
UnityTrackPreview* unity_track_preview_new (guint number, const gchar* titl
e, const gchar* artist, const gchar* album, guint length, gchar** genres, i
nt genres_length1, const gchar* album_cover, const gchar* primary_action_na
me, const gchar* primary_action_icon_hint, const gchar* primary_action_uri,
const gchar* play_action_uri, const gchar* pause_action_uri);
UnityTrackPreview* unity_track_preview_construct (GType object_type, guint
number, const gchar* title, const gchar* artist, const gchar* album, guint
length, gchar** genres, int genres_length1, const gchar* album_cover, const
gchar* primary_action_name, const gchar* primary_action_icon_hint, const g
char* primary_action_uri, const gchar* play_action_uri, const gchar* pause_
action_uri);
GType unity_album_preview_get_type (void) G_GNUC_CONST;
UnityAlbumPreview* unity_album_preview_new (const gchar* name, const gchar*
artist, const gchar* year, gchar** genres, int genres_length1, const gchar
* album_cover, const gchar* primary_action_name, const gchar* primary_actio
n_icon_hint, const gchar* primary_action_uri);
UnityAlbumPreview* unity_album_preview_construct (GType object_type, const
gchar* name, const gchar* artist, const gchar* year, gchar** genres, int ge
nres_length1, const gchar* album_cover, const gchar* primary_action_name, c
onst gchar* primary_action_icon_hint, const gchar* primary_action_uri);
GType unity_lens_search_get_type (void) G_GNUC_CONST; GType unity_lens_search_get_type (void) G_GNUC_CONST;
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;
void unity_preview_add_action (UnityPreview* self, UnityPreviewAction* acti
on);
void unity_preview_add_info (UnityPreview* self, const gchar* id, const gch
ar* display_name, GIcon* icon_hint, GVariant* value);
UnityPreview* unity_preview_construct (GType object_type);
const gchar* unity_preview_get_title (UnityPreview* self);
void unity_preview_set_title (UnityPreview* self, const gchar* value);
const gchar* unity_preview_get_subtitle (UnityPreview* self);
void unity_preview_set_subtitle (UnityPreview* self, const gchar* value);
const gchar* unity_preview_get_description_markup (UnityPreview* self);
void unity_preview_set_description_markup (UnityPreview* self, const gchar*
value);
GIcon* unity_preview_get_thumbnail (UnityPreview* self);
void unity_preview_set_thumbnail (UnityPreview* self, GIcon* value);
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_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_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_display_name (UnityPreviewAction* sel
f);
GIcon* unity_preview_action_get_icon_hint (UnityPreviewAction* self);
UnityLayoutHint unity_preview_action_get_layout_hint (UnityPreviewAction* s
elf);
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_construct (GType object_type, co
nst gchar* title, const gchar* description, GIcon* thumbnail);
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_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);
GIcon* unity_application_preview_get_app_icon (UnityApplicationPreview* sel
f);
void unity_application_preview_set_app_icon (UnityApplicationPreview* self,
GIcon* value);
const gchar* unity_application_preview_get_license (UnityApplicationPreview
* self);
void unity_application_preview_set_license (UnityApplicationPreview* self,
const gchar* value);
const gchar* unity_application_preview_get_copyright (UnityApplicationPrevi
ew* self);
void unity_application_preview_set_copyright (UnityApplicationPreview* self
, const gchar* value);
const gchar* unity_application_preview_get_last_update (UnityApplicationPre
view* self);
void unity_application_preview_set_last_update (UnityApplicationPreview* se
lf, const gchar* value);
GType unity_music_preview_get_type (void) G_GNUC_CONST;
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);
void unity_music_preview_add_track (UnityMusicPreview* self, const gchar* u
ri, gint track_no, const gchar* title, guint length, gboolean is_playing, g
float progress);
void unity_music_preview_update_track_state (UnityMusicPreview* self, const
gchar* uri, gboolean is_playing, gfloat progress);
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_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);
const gchar* unity_movie_preview_get_year (UnityMoviePreview* self);
void unity_movie_preview_set_year (UnityMoviePreview* self, const gchar* va
lue);
GType unity_series_preview_get_type (void) G_GNUC_CONST;
UnitySeriesPreview* unity_series_preview_new (void);
UnitySeriesPreview* unity_series_preview_construct (GType object_type);
void unity_series_preview_add_item (UnitySeriesPreview* self, const gchar*
title, const gchar* uri, GIcon* icon);
void unity_series_preview_set_active_preview (UnitySeriesPreview* self, gin
t item_index, UnityPreview* active_preview);
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);
GQuark unity_scope_error_quark (void);
GType unity_track_metadata_get_type (void) G_GNUC_CONST; 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);
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);
GFile* unity_track_metadata_get_art_location (UnityTrackMetadata* self); GFile* unity_track_metadata_get_art_location (UnityTrackMetadata* self);
 End of changes. 25 change blocks. 
158 lines changed or deleted 235 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/