unity-protocol.h   unity-protocol.h 
/* unity-protocol.h generated by valac 0.17.0, the Vala compiler, do not mo dify */ /* unity-protocol.h generated by valac 0.18.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 <glib-object.h> #include <glib-object.h>
#include <gio/gio.h> #include <gio/gio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <dee.h> #include <dee.h>
skipping to change at line 416 skipping to change at line 416
UnityProtocolAnnotatedIcon* unity_protocol_annotated_icon_new (GIcon* base_ icon); UnityProtocolAnnotatedIcon* unity_protocol_annotated_icon_new (GIcon* base_ icon);
UnityProtocolAnnotatedIcon* unity_protocol_annotated_icon_construct (GType object_type, 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); 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); GVariant* unity_protocol_annotated_icon_get_hint (UnityProtocolAnnotatedIco n* self, const gchar* name);
GIcon* unity_protocol_annotated_icon_get_icon (UnityProtocolAnnotatedIcon* self); GIcon* unity_protocol_annotated_icon_get_icon (UnityProtocolAnnotatedIcon* self);
void unity_protocol_annotated_icon_set_icon (UnityProtocolAnnotatedIcon* se lf, GIcon* value); void unity_protocol_annotated_icon_set_icon (UnityProtocolAnnotatedIcon* se lf, GIcon* value);
const gchar* unity_protocol_annotated_icon_get_ribbon (UnityProtocolAnnotat edIcon* self); const gchar* unity_protocol_annotated_icon_get_ribbon (UnityProtocolAnnotat edIcon* self);
void unity_protocol_annotated_icon_set_ribbon (UnityProtocolAnnotatedIcon* self, const gchar* value); void unity_protocol_annotated_icon_set_ribbon (UnityProtocolAnnotatedIcon* self, const gchar* value);
UnityProtocolCategoryType unity_protocol_annotated_icon_get_category (Unity ProtocolAnnotatedIcon* self); UnityProtocolCategoryType unity_protocol_annotated_icon_get_category (Unity ProtocolAnnotatedIcon* self);
void unity_protocol_annotated_icon_set_category (UnityProtocolAnnotatedIcon * self, UnityProtocolCategoryType value); void unity_protocol_annotated_icon_set_category (UnityProtocolAnnotatedIcon * self, UnityProtocolCategoryType value);
gboolean unity_protocol_annotated_icon_get_use_small_icon (UnityProtocolAnn
otatedIcon* self);
void unity_protocol_annotated_icon_set_use_small_icon (UnityProtocolAnnotat
edIcon* self, gboolean 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);
 End of changes. 2 change blocks. 
1 lines changed or deleted 5 lines changed or added


 unity.h   unity.h 
/* unity.h generated by valac 0.17.0, the Vala compiler, do not modify */ /* unity.h generated by valac 0.18.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 37 skipping to change at line 37
#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_CATEGORY_TYPE (unity_category_type_get_type ())
#define UNITY_TYPE_ICON_SIZE_HINT (unity_icon_size_hint_get_type ())
#define UNITY_TYPE_ANNOTATED_ICON (unity_annotated_icon_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(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_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(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_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)) #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 _UnityAnnotatedIcon UnityAnnotatedIcon;
typedef struct _UnityAnnotatedIconClass UnityAnnotatedIconClass; typedef struct _UnityAnnotatedIconClass UnityAnnotatedIconClass;
typedef struct _UnityAnnotatedIconPrivate UnityAnnotatedIconPrivate; typedef struct _UnityAnnotatedIconPrivate UnityAnnotatedIconPrivate;
skipping to change at line 238 skipping to change at line 240
#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_PREFERENCES_MANAGER (unity_preferences_manager_get_type
())
#define UNITY_PREFERENCES_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
UNITY_TYPE_PREFERENCES_MANAGER, UnityPreferencesManager))
#define UNITY_PREFERENCES_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k
lass), UNITY_TYPE_PREFERENCES_MANAGER, UnityPreferencesManagerClass))
#define UNITY_IS_PREFERENCES_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj
), UNITY_TYPE_PREFERENCES_MANAGER))
#define UNITY_IS_PREFERENCES_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE
((klass), UNITY_TYPE_PREFERENCES_MANAGER))
#define UNITY_PREFERENCES_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_PREFERENCES_MANAGER, UnityPreferencesManagerClass))
typedef struct _UnityPreferencesManager UnityPreferencesManager;
typedef struct _UnityPreferencesManagerClass UnityPreferencesManagerClass;
typedef struct _UnityPreferencesManagerPrivate UnityPreferencesManagerPriva
te;
#define UNITY_PREFERENCES_MANAGER_TYPE_REMOTE_CONTENT (unity_preferences_ma
nager_remote_content_get_type ())
#define UNITY_TYPE_LENS_SEARCH (unity_lens_search_get_type ()) #define UNITY_TYPE_LENS_SEARCH (unity_lens_search_get_type ())
#define UNITY_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY PE_LENS_SEARCH, UnityLensSearch)) #define UNITY_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TY PE_LENS_SEARCH, UnityLensSearch))
#define UNITY_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U NITY_TYPE_LENS_SEARCH, UnityLensSearchClass)) #define UNITY_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U NITY_TYPE_LENS_SEARCH, UnityLensSearchClass))
#define UNITY_IS_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY _TYPE_LENS_SEARCH)) #define UNITY_IS_LENS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY _TYPE_LENS_SEARCH))
#define UNITY_IS_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) , UNITY_TYPE_LENS_SEARCH)) #define UNITY_IS_LENS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) , UNITY_TYPE_LENS_SEARCH))
#define UNITY_LENS_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_LENS_SEARCH, UnityLensSearchClass)) #define UNITY_LENS_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_TYPE_LENS_SEARCH, UnityLensSearchClass))
typedef struct _UnityLensSearch UnityLensSearch; typedef struct _UnityLensSearch UnityLensSearch;
typedef struct _UnityLensSearchClass UnityLensSearchClass; typedef struct _UnityLensSearchClass UnityLensSearchClass;
typedef struct _UnityLensSearchPrivate UnityLensSearchPrivate; typedef struct _UnityLensSearchPrivate UnityLensSearchPrivate;
skipping to change at line 436 skipping to change at line 451
UNITY_CATEGORY_TYPE_OUTDOORS, UNITY_CATEGORY_TYPE_OUTDOORS,
UNITY_CATEGORY_TYPE_GROCERY, UNITY_CATEGORY_TYPE_GROCERY,
UNITY_CATEGORY_TYPE_HEALTH, UNITY_CATEGORY_TYPE_HEALTH,
UNITY_CATEGORY_TYPE_BEAUTY, UNITY_CATEGORY_TYPE_BEAUTY,
UNITY_CATEGORY_TYPE_DIY, UNITY_CATEGORY_TYPE_DIY,
UNITY_CATEGORY_TYPE_TOOLS, UNITY_CATEGORY_TYPE_TOOLS,
UNITY_CATEGORY_TYPE_CAR, UNITY_CATEGORY_TYPE_CAR,
UNITY_CATEGORY_TYPE_N_CATEGORIES UNITY_CATEGORY_TYPE_N_CATEGORIES
} UnityCategoryType; } UnityCategoryType;
typedef enum {
UNITY_ICON_SIZE_HINT_DEFAULT,
UNITY_ICON_SIZE_HINT_SMALL,
UNITY_ICON_SIZE_HINT_LARGE
} UnityIconSizeHint;
struct _UnityAnnotatedIcon { struct _UnityAnnotatedIcon {
GObject parent_instance; GObject parent_instance;
UnityAnnotatedIconPrivate * priv; UnityAnnotatedIconPrivate * priv;
}; };
struct _UnityAnnotatedIconClass { struct _UnityAnnotatedIconClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityInspector { struct _UnityInspector {
skipping to change at line 609 skipping to change at line 630
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 _UnityPreferencesManager {
GObject parent_instance;
UnityPreferencesManagerPrivate * priv;
};
struct _UnityPreferencesManagerClass {
GObjectClass parent_class;
};
typedef enum {
UNITY_PREFERENCES_MANAGER_REMOTE_CONTENT_ALL,
UNITY_PREFERENCES_MANAGER_REMOTE_CONTENT_NONE
} UnityPreferencesManagerRemoteContent;
struct _UnityLensSearch { struct _UnityLensSearch {
GInitiallyUnowned parent_instance; GInitiallyUnowned parent_instance;
UnityLensSearchPrivate * priv; UnityLensSearchPrivate * priv;
}; };
struct _UnityLensSearchClass { struct _UnityLensSearchClass {
GInitiallyUnownedClass parent_class; GInitiallyUnownedClass parent_class;
}; };
struct _UnityPreview { struct _UnityPreview {
skipping to change at line 803 skipping to change at line 838
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_category_type_get_type (void) G_GNUC_CONST;
GType unity_icon_size_hint_get_type (void) G_GNUC_CONST;
GType unity_annotated_icon_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_new (GIcon* base_icon);
UnityAnnotatedIcon* unity_annotated_icon_construct (GType object_type, GIco n* base_icon); UnityAnnotatedIcon* unity_annotated_icon_construct (GType object_type, GIco n* base_icon);
gchar* unity_annotated_icon_to_string (UnityAnnotatedIcon* self); gchar* unity_annotated_icon_to_string (UnityAnnotatedIcon* self);
GIcon* unity_annotated_icon_get_icon (UnityAnnotatedIcon* self); GIcon* unity_annotated_icon_get_icon (UnityAnnotatedIcon* self);
void unity_annotated_icon_set_icon (UnityAnnotatedIcon* self, GIcon* value) ; void unity_annotated_icon_set_icon (UnityAnnotatedIcon* self, GIcon* value) ;
const gchar* unity_annotated_icon_get_ribbon (UnityAnnotatedIcon* self); const gchar* unity_annotated_icon_get_ribbon (UnityAnnotatedIcon* self);
void unity_annotated_icon_set_ribbon (UnityAnnotatedIcon* self, const gchar * value); void unity_annotated_icon_set_ribbon (UnityAnnotatedIcon* self, const gchar * value);
UnityCategoryType unity_annotated_icon_get_category (UnityAnnotatedIcon* se lf); UnityCategoryType unity_annotated_icon_get_category (UnityAnnotatedIcon* se lf);
void unity_annotated_icon_set_category (UnityAnnotatedIcon* self, UnityCate goryType value); void unity_annotated_icon_set_category (UnityAnnotatedIcon* self, UnityCate goryType value);
UnityIconSizeHint unity_annotated_icon_get_size_hint (UnityAnnotatedIcon* s
elf);
void unity_annotated_icon_set_size_hint (UnityAnnotatedIcon* self, UnityIco
nSizeHint 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 943 skipping to change at line 981
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_preferences_manager_get_type (void) G_GNUC_CONST;
GType unity_preferences_manager_remote_content_get_type (void) G_GNUC_CONST
;
UnityPreferencesManager* unity_preferences_manager_get_default (void);
UnityPreferencesManagerRemoteContent unity_preferences_manager_get_remote_c
ontent_search (UnityPreferencesManager* self);
void unity_preferences_manager_set_remote_content_search (UnityPreferencesM
anager* self, UnityPreferencesManagerRemoteContent value);
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; GType unity_preview_action_get_type (void) G_GNUC_CONST;
skipping to change at line 1021 skipping to change at line 1064
void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value); void unity_music_preview_set_current_progress (UnityMusicPreview* self, gfl oat value);
UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self); UnityMusicPreviewTrackState unity_music_preview_get_current_track_state (Un ityMusicPreview* self);
void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value); void unity_music_preview_set_current_track_state (UnityMusicPreview* self, UnityMusicPreviewTrackState value);
GType unity_movie_preview_get_type (void) G_GNUC_CONST; GType unity_movie_preview_get_type (void) G_GNUC_CONST;
UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar * subtitle, const gchar* description, GIcon* image); UnityMoviePreview* unity_movie_preview_new (const gchar* title, const gchar * subtitle, const gchar* description, GIcon* image);
UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* image ); UnityMoviePreview* unity_movie_preview_construct (GType object_type, const gchar* title, const gchar* subtitle, const gchar* description, GIcon* image );
void unity_movie_preview_set_rating (UnityMoviePreview* self, gfloat rating , guint num_ratings); void unity_movie_preview_set_rating (UnityMoviePreview* self, gfloat rating , guint num_ratings);
const gchar* unity_movie_preview_get_year (UnityMoviePreview* self); const gchar* unity_movie_preview_get_year (UnityMoviePreview* self);
void unity_movie_preview_set_year (UnityMoviePreview* self, const gchar* va lue); void unity_movie_preview_set_year (UnityMoviePreview* self, const gchar* va lue);
GType unity_social_preview_get_type (void) G_GNUC_CONST; GType unity_social_preview_get_type (void) G_GNUC_CONST;
UnitySocialPreview* unity_social_preview_new (const gchar* sender, const gc UnitySocialPreview* unity_social_preview_new (const gchar* sender, const gc
har* title, const gchar* content, GIcon* avatar); har* subtitle, const gchar* content, GIcon* avatar);
UnitySocialPreview* unity_social_preview_construct (GType object_type, cons UnitySocialPreview* unity_social_preview_construct (GType object_type, cons
t gchar* sender, const gchar* title, const gchar* content, GIcon* avatar); t gchar* sender, const gchar* subtitle, const gchar* content, GIcon* avatar
);
GType unity_social_preview_comment_get_type (void) G_GNUC_CONST; GType unity_social_preview_comment_get_type (void) G_GNUC_CONST;
void unity_social_preview_add_comment (UnitySocialPreview* self, UnitySocia lPreviewComment* comment); void unity_social_preview_add_comment (UnitySocialPreview* self, UnitySocia lPreviewComment* comment);
GIcon* unity_social_preview_get_avatar (UnitySocialPreview* self); GIcon* unity_social_preview_get_avatar (UnitySocialPreview* self);
void unity_social_preview_set_avatar (UnitySocialPreview* self, GIcon* valu e); void unity_social_preview_set_avatar (UnitySocialPreview* self, GIcon* valu e);
const gchar* unity_social_preview_get_content (UnitySocialPreview* self); const gchar* unity_social_preview_get_content (UnitySocialPreview* self);
void unity_social_preview_set_content (UnitySocialPreview* self, const gcha r* value); void unity_social_preview_set_content (UnitySocialPreview* self, const gcha r* value);
const gchar* unity_social_preview_get_sender (UnitySocialPreview* self); const gchar* unity_social_preview_get_sender (UnitySocialPreview* self);
void unity_social_preview_set_sender (UnitySocialPreview* self, const gchar * value); void unity_social_preview_set_sender (UnitySocialPreview* self, const gchar * value);
UnitySocialPreviewComment* unity_social_preview_comment_new (const gchar* i d, const gchar* name, const gchar* text, const gchar* time); UnitySocialPreviewComment* unity_social_preview_comment_new (const gchar* i d, const gchar* name, const gchar* text, const gchar* time);
UnitySocialPreviewComment* unity_social_preview_comment_construct (GType ob ject_type, const gchar* id, const gchar* name, const gchar* text, const gch ar* time); UnitySocialPreviewComment* unity_social_preview_comment_construct (GType ob ject_type, const gchar* id, const gchar* name, const gchar* text, const gch ar* time);
 End of changes. 9 change blocks. 
5 lines changed or deleted 62 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/