unity.h | unity.h | |||
---|---|---|---|---|
/* unity.h generated by valac 0.12.1, the Vala compiler, do not modify */ | /* unity.h generated by valac 0.15.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 57 | skipping to change at line 57 | |||
#define UNITY_LAUNCHER_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_LAUNCHER_ENTRY, UnityLauncherEntry)) | #define UNITY_LAUNCHER_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY _TYPE_LAUNCHER_ENTRY, UnityLauncherEntry)) | |||
#define UNITY_LAUNCHER_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_LAUNCHER_ENTRY, UnityLauncherEntryClass)) | #define UNITY_LAUNCHER_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass) , UNITY_TYPE_LAUNCHER_ENTRY, UnityLauncherEntryClass)) | |||
#define UNITY_IS_LAUNCHER_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_LAUNCHER_ENTRY)) | #define UNITY_IS_LAUNCHER_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN ITY_TYPE_LAUNCHER_ENTRY)) | |||
#define UNITY_IS_LAUNCHER_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_LAUNCHER_ENTRY)) | #define UNITY_IS_LAUNCHER_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla ss), UNITY_TYPE_LAUNCHER_ENTRY)) | |||
#define UNITY_LAUNCHER_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_LAUNCHER_ENTRY, UnityLauncherEntryClass)) | #define UNITY_LAUNCHER_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob j), UNITY_TYPE_LAUNCHER_ENTRY, UnityLauncherEntryClass)) | |||
typedef struct _UnityLauncherEntry UnityLauncherEntry; | typedef struct _UnityLauncherEntry UnityLauncherEntry; | |||
typedef struct _UnityLauncherEntryClass UnityLauncherEntryClass; | typedef struct _UnityLauncherEntryClass UnityLauncherEntryClass; | |||
typedef struct _UnityLauncherEntryPrivate UnityLauncherEntryPrivate; | typedef struct _UnityLauncherEntryPrivate UnityLauncherEntryPrivate; | |||
#define UNITY_TYPE_LAUNCHER_FAVORITES (unity_launcher_favorites_get_type () | ||||
) | ||||
#define UNITY_LAUNCHER_FAVORITES(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), U | ||||
NITY_TYPE_LAUNCHER_FAVORITES, UnityLauncherFavorites)) | ||||
#define UNITY_LAUNCHER_FAVORITES_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((kl | ||||
ass), UNITY_TYPE_LAUNCHER_FAVORITES, UnityLauncherFavoritesClass)) | ||||
#define UNITY_IS_LAUNCHER_FAVORITES(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj) | ||||
, UNITY_TYPE_LAUNCHER_FAVORITES)) | ||||
#define UNITY_IS_LAUNCHER_FAVORITES_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ( | ||||
(klass), UNITY_TYPE_LAUNCHER_FAVORITES)) | ||||
#define UNITY_LAUNCHER_FAVORITES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS | ||||
((obj), UNITY_TYPE_LAUNCHER_FAVORITES, UnityLauncherFavoritesClass)) | ||||
typedef struct _UnityLauncherFavorites UnityLauncherFavorites; | ||||
typedef struct _UnityLauncherFavoritesClass UnityLauncherFavoritesClass; | ||||
typedef struct _UnityLauncherFavoritesPrivate UnityLauncherFavoritesPrivate | ||||
; | ||||
#define UNITY_TYPE_LENS (unity_lens_get_type ()) | #define UNITY_TYPE_LENS (unity_lens_get_type ()) | |||
#define UNITY_LENS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_LENS , UnityLens)) | #define UNITY_LENS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_LENS , UnityLens)) | |||
#define UNITY_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TY PE_LENS, UnityLensClass)) | #define UNITY_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TY PE_LENS, UnityLensClass)) | |||
#define UNITY_IS_LENS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_L ENS)) | #define UNITY_IS_LENS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_L ENS)) | |||
#define UNITY_IS_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY _TYPE_LENS)) | #define UNITY_IS_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY _TYPE_LENS)) | |||
#define UNITY_LENS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_ TYPE_LENS, UnityLensClass)) | #define UNITY_LENS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_ TYPE_LENS, UnityLensClass)) | |||
typedef struct _UnityLens UnityLens; | typedef struct _UnityLens UnityLens; | |||
typedef struct _UnityLensClass UnityLensClass; | typedef struct _UnityLensClass UnityLensClass; | |||
typedef struct _UnityLensPrivate UnityLensPrivate; | typedef struct _UnityLensPrivate UnityLensPrivate; | |||
skipping to change at line 98 | skipping to change at line 109 | |||
#define UNITY_TYPE_CATEGORY (unity_category_get_type ()) | #define UNITY_TYPE_CATEGORY (unity_category_get_type ()) | |||
#define UNITY_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ CATEGORY, UnityCategory)) | #define UNITY_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_ CATEGORY, UnityCategory)) | |||
#define UNITY_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT Y_TYPE_CATEGORY, UnityCategoryClass)) | #define UNITY_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT Y_TYPE_CATEGORY, UnityCategoryClass)) | |||
#define UNITY_IS_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY PE_CATEGORY)) | #define UNITY_IS_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY PE_CATEGORY)) | |||
#define UNITY_IS_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U NITY_TYPE_CATEGORY)) | #define UNITY_IS_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U NITY_TYPE_CATEGORY)) | |||
#define UNITY_CATEGORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN ITY_TYPE_CATEGORY, UnityCategoryClass)) | #define UNITY_CATEGORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN ITY_TYPE_CATEGORY, UnityCategoryClass)) | |||
typedef struct _UnityCategory UnityCategory; | typedef struct _UnityCategory UnityCategory; | |||
typedef struct _UnityCategoryClass UnityCategoryClass; | typedef struct _UnityCategoryClass UnityCategoryClass; | |||
#define UNITY_TYPE_MERGE_STRATEGY (unity_merge_strategy_get_type ()) | ||||
#define UNITY_MERGE_STRATEGY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY | ||||
_TYPE_MERGE_STRATEGY, UnityMergeStrategy)) | ||||
#define UNITY_IS_MERGE_STRATEGY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN | ||||
ITY_TYPE_MERGE_STRATEGY)) | ||||
#define UNITY_MERGE_STRATEGY_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERF | ||||
ACE ((obj), UNITY_TYPE_MERGE_STRATEGY, UnityMergeStrategyIface)) | ||||
typedef struct _UnityMergeStrategy UnityMergeStrategy; | ||||
typedef struct _UnityMergeStrategyIface UnityMergeStrategyIface; | ||||
#define UNITY_TYPE_HANDLED_TYPE (unity_handled_type_get_type ()) | #define UNITY_TYPE_HANDLED_TYPE (unity_handled_type_get_type ()) | |||
#define UNITY_TYPE_ACTIVATION_RESPONSE (unity_activation_response_get_type ()) | #define UNITY_TYPE_ACTIVATION_RESPONSE (unity_activation_response_get_type ()) | |||
#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_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 ()) | ||||
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)) | |||
#define UNITY_IS_FILTER_OPTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_FILTER_OPTION)) | #define UNITY_IS_FILTER_OPTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas s), UNITY_TYPE_FILTER_OPTION)) | |||
#define UNITY_FILTER_OPTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_FILTER_OPTION, UnityFilterOptionClass)) | #define UNITY_FILTER_OPTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj ), UNITY_TYPE_FILTER_OPTION, UnityFilterOptionClass)) | |||
typedef struct _UnityFilterOption UnityFilterOption; | typedef struct _UnityFilterOption UnityFilterOption; | |||
skipping to change at line 259 | skipping to change at line 280 | |||
#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; | |||
#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)) | |||
typedef struct _UnityTrackMetadata UnityTrackMetadata; | typedef struct _UnityTrackMetadata UnityTrackMetadata; | |||
skipping to change at line 330 | skipping to change at line 353 | |||
struct _UnityLauncherEntry { | struct _UnityLauncherEntry { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityLauncherEntryPrivate * priv; | UnityLauncherEntryPrivate * priv; | |||
char* _object_path; | char* _object_path; | |||
}; | }; | |||
struct _UnityLauncherEntryClass { | struct _UnityLauncherEntryClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
struct _UnityLauncherFavorites { | ||||
GObject parent_instance; | ||||
UnityLauncherFavoritesPrivate * priv; | ||||
}; | ||||
struct _UnityLauncherFavoritesClass { | ||||
GObjectClass parent_class; | ||||
}; | ||||
struct _UnityLens { | struct _UnityLens { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityLensPrivate * priv; | UnityLensPrivate * priv; | |||
}; | }; | |||
struct _UnityLensClass { | struct _UnityLensClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
struct _UnityMergeStrategyIface { | ||||
GTypeInterface parent_iface; | ||||
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 | |||
} UnityHandledType; | } UnityHandledType; | |||
struct _UnityActivationResponse { | struct _UnityActivationResponse { | |||
GInitiallyUnowned parent_instance; | GInitiallyUnowned parent_instance; | |||
UnityActivationResponsePrivate * priv; | UnityActivationResponsePrivate * priv; | |||
skipping to change at line 371 | skipping to change at line 408 | |||
struct _UnityCategory { | struct _UnityCategory { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityCategoryPrivate * priv; | UnityCategoryPrivate * priv; | |||
}; | }; | |||
struct _UnityCategoryClass { | struct _UnityCategoryClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
typedef enum { | ||||
UNITY_FILTER_RENDERER_CHECK_OPTIONS = 0, | ||||
UNITY_FILTER_RENDERER_RADIO_OPTIONS, | ||||
UNITY_FILTER_RENDERER_MULTIRANGE, | ||||
UNITY_FILTER_RENDERER_RATINGS | ||||
} UnityFilterRenderer; | ||||
struct _UnityFilter { | struct _UnityFilter { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityFilterPrivate * priv; | UnityFilterPrivate * priv; | |||
}; | }; | |||
struct _UnityFilterClass { | struct _UnityFilterClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
GHashTable* (*get_hints) (UnityFilter* self); | GHashTable* (*get_hints) (UnityFilter* self); | |||
void (*update) (UnityFilter* self, GVariant* properties); | void (*update) (UnityFilter* self, GVariant* properties); | |||
}; | }; | |||
skipping to change at line 508 | skipping to change at line 552 | |||
struct _UnityLensSearch { | struct _UnityLensSearch { | |||
GInitiallyUnowned parent_instance; | GInitiallyUnowned parent_instance; | |||
UnityLensSearchPrivate * priv; | UnityLensSearchPrivate * priv; | |||
}; | }; | |||
struct _UnityLensSearchClass { | struct _UnityLensSearchClass { | |||
GInitiallyUnownedClass parent_class; | GInitiallyUnownedClass parent_class; | |||
}; | }; | |||
typedef enum { | ||||
UNITY_SEARCH_TYPE_DEFAULT, | ||||
UNITY_SEARCH_TYPE_GLOBAL, | ||||
UNITY_SEARCH_TYPE_N_TYPES | ||||
} 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 562 | skipping to change at line 617 | |||
gchar* name; | gchar* name; | |||
gchar* icon_name; | gchar* icon_name; | |||
}; | }; | |||
struct _UnityActivePlaylistContainer { | struct _UnityActivePlaylistContainer { | |||
gboolean valid; | gboolean valid; | |||
UnityPlaylistDetails details; | UnityPlaylistDetails details; | |||
}; | }; | |||
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); | UnityAppInfoManager* unity_app_info_manager_get_instance (void) G_GNUC_DEPR | |||
ECATED; | ||||
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_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); | |||
skipping to change at line 599 | skipping to change at line 655 | |||
gboolean unity_launcher_entry_get_count_visible (UnityLauncherEntry* self); | gboolean unity_launcher_entry_get_count_visible (UnityLauncherEntry* self); | |||
void unity_launcher_entry_set_count_visible (UnityLauncherEntry* self, gboo lean value); | void unity_launcher_entry_set_count_visible (UnityLauncherEntry* self, gboo lean value); | |||
gdouble unity_launcher_entry_get_progress (UnityLauncherEntry* self); | gdouble unity_launcher_entry_get_progress (UnityLauncherEntry* self); | |||
void unity_launcher_entry_set_progress (UnityLauncherEntry* self, gdouble v alue); | void unity_launcher_entry_set_progress (UnityLauncherEntry* self, gdouble v alue); | |||
gboolean unity_launcher_entry_get_progress_visible (UnityLauncherEntry* sel f); | gboolean unity_launcher_entry_get_progress_visible (UnityLauncherEntry* sel f); | |||
void unity_launcher_entry_set_progress_visible (UnityLauncherEntry* self, g boolean value); | void unity_launcher_entry_set_progress_visible (UnityLauncherEntry* self, g boolean value); | |||
gboolean unity_launcher_entry_get_urgent (UnityLauncherEntry* self); | gboolean unity_launcher_entry_get_urgent (UnityLauncherEntry* self); | |||
void unity_launcher_entry_set_urgent (UnityLauncherEntry* self, gboolean va lue); | void unity_launcher_entry_set_urgent (UnityLauncherEntry* self, gboolean va lue); | |||
DbusmenuMenuitem* unity_launcher_entry_get_quicklist (UnityLauncherEntry* s elf); | DbusmenuMenuitem* unity_launcher_entry_get_quicklist (UnityLauncherEntry* s elf); | |||
void unity_launcher_entry_set_quicklist (UnityLauncherEntry* self, Dbusmenu Menuitem* value); | void unity_launcher_entry_set_quicklist (UnityLauncherEntry* self, Dbusmenu Menuitem* value); | |||
GType unity_launcher_favorites_get_type (void) G_GNUC_CONST; | ||||
UnityLauncherFavorites* unity_launcher_favorites_get_default (void); | ||||
gboolean unity_launcher_favorites_has_app_info (UnityLauncherFavorites* sel | ||||
f, GAppInfo* appinfo); | ||||
gboolean unity_launcher_favorites_has_app_id (UnityLauncherFavorites* self, | ||||
const gchar* app_id); | ||||
GAppInfo* unity_launcher_favorites_lookup (UnityLauncherFavorites* self, co | ||||
nst gchar* app_id); | ||||
gchar** unity_launcher_favorites_enumerate_ids (UnityLauncherFavorites* sel | ||||
f, int* result_length1); | ||||
GAppInfo** unity_launcher_favorites_enumerate_app_infos (UnityLauncherFavor | ||||
ites* self, int* result_length1); | ||||
GType unity_lens_get_type (void) G_GNUC_CONST; | GType unity_lens_get_type (void) G_GNUC_CONST; | |||
UnityLens* unity_lens_new (const gchar* dbus_path_, const gchar* id_); | UnityLens* unity_lens_new (const gchar* dbus_path_, const gchar* id_); | |||
UnityLens* unity_lens_construct (GType object_type, const gchar* dbus_path_ , const gchar* id_); | UnityLens* unity_lens_construct (GType object_type, const gchar* dbus_path_ , const gchar* id_); | |||
void unity_lens_export (UnityLens* self, GError** error); | void unity_lens_export (UnityLens* self, GError** error); | |||
GType unity_scope_get_type (void) G_GNUC_CONST; | GType unity_scope_get_type (void) G_GNUC_CONST; | |||
void unity_lens_add_local_scope (UnityLens* self, UnityScope* scope); | void unity_lens_add_local_scope (UnityLens* self, UnityScope* scope); | |||
gboolean unity_lens_get_active (UnityLens* self); | gboolean unity_lens_get_active (UnityLens* self); | |||
gboolean unity_lens_get_visible (UnityLens* self); | gboolean unity_lens_get_visible (UnityLens* self); | |||
void unity_lens_set_visible (UnityLens* self, gboolean value); | void unity_lens_set_visible (UnityLens* self, gboolean value); | |||
gboolean unity_lens_get_searching (UnityLens* self); | gboolean unity_lens_get_searching (UnityLens* self); | |||
skipping to change at line 622 | skipping to change at line 685 | |||
const gchar* unity_lens_get_id (UnityLens* self); | const gchar* unity_lens_get_id (UnityLens* self); | |||
const gchar* unity_lens_get_dbus_path (UnityLens* self); | const gchar* unity_lens_get_dbus_path (UnityLens* self); | |||
const gchar* unity_lens_get_search_hint (UnityLens* self); | const gchar* unity_lens_get_search_hint (UnityLens* self); | |||
void unity_lens_set_search_hint (UnityLens* self, const gchar* value); | void unity_lens_set_search_hint (UnityLens* self, const gchar* value); | |||
GType unity_filter_get_type (void) G_GNUC_CONST; | GType unity_filter_get_type (void) G_GNUC_CONST; | |||
GList* unity_lens_get_filters (UnityLens* self); | GList* unity_lens_get_filters (UnityLens* self); | |||
void unity_lens_set_filters (UnityLens* self, GList* value); | void unity_lens_set_filters (UnityLens* self, GList* value); | |||
GType unity_category_get_type (void) G_GNUC_CONST; | GType unity_category_get_type (void) G_GNUC_CONST; | |||
GList* unity_lens_get_categories (UnityLens* self); | GList* unity_lens_get_categories (UnityLens* self); | |||
void unity_lens_set_categories (UnityLens* self, GList* value); | void unity_lens_set_categories (UnityLens* self, GList* value); | |||
GType unity_merge_strategy_get_type (void) G_GNUC_CONST; | ||||
UnityMergeStrategy* unity_lens_get_merge_strategy (UnityLens* self); | ||||
void unity_lens_set_merge_strategy (UnityLens* self, UnityMergeStrategy* va | ||||
lue); | ||||
UnityMergeStrategy* unity_lens_get_global_merge_strategy (UnityLens* self); | ||||
void unity_lens_set_global_merge_strategy (UnityLens* self, UnityMergeStrat | ||||
egy* value); | ||||
const gchar* unity_lens_get_sources_display_name (UnityLens* self); | ||||
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); | |||
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; | ||||
UnityFilter* unity_filter_construct (GType object_type); | UnityFilter* unity_filter_construct (GType object_type); | |||
const gchar* unity_filter_get_id (UnityFilter* self); | const gchar* unity_filter_get_id (UnityFilter* self); | |||
const gchar* unity_filter_get_display_name (UnityFilter* self); | const gchar* unity_filter_get_display_name (UnityFilter* self); | |||
GIcon* unity_filter_get_icon_hint (UnityFilter* self); | GIcon* unity_filter_get_icon_hint (UnityFilter* self); | |||
const gchar* unity_filter_get_renderer_name (UnityFilter* self); | UnityFilterRenderer unity_filter_get_renderer (UnityFilter* self); | |||
void unity_filter_set_renderer_name (UnityFilter* self, const gchar* value) | ||||
; | ||||
gboolean unity_filter_get_visible (UnityFilter* self); | gboolean unity_filter_get_visible (UnityFilter* self); | |||
void unity_filter_set_visible (UnityFilter* self, gboolean value); | void unity_filter_set_visible (UnityFilter* self, gboolean value); | |||
gboolean unity_filter_get_collapsed (UnityFilter* self); | gboolean unity_filter_get_collapsed (UnityFilter* self); | |||
gboolean unity_filter_get_filtering (UnityFilter* self); | gboolean unity_filter_get_filtering (UnityFilter* self); | |||
GType unity_filter_option_get_type (void) G_GNUC_CONST; | GType unity_filter_option_get_type (void) G_GNUC_CONST; | |||
UnityFilterOption* unity_filter_option_new (const gchar* id, const gchar* d isplay_name, GIcon* icon_hint, gboolean active); | UnityFilterOption* unity_filter_option_new (const gchar* id, const gchar* d isplay_name, GIcon* icon_hint, gboolean active); | |||
UnityFilterOption* unity_filter_option_construct (GType object_type, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean active); | UnityFilterOption* unity_filter_option_construct (GType object_type, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean active); | |||
const gchar* unity_filter_option_get_id (UnityFilterOption* self); | const gchar* unity_filter_option_get_id (UnityFilterOption* self); | |||
const gchar* unity_filter_option_get_display_name (UnityFilterOption* self) ; | const gchar* unity_filter_option_get_display_name (UnityFilterOption* self) ; | |||
GIcon* unity_filter_option_get_icon_hint (UnityFilterOption* self); | GIcon* unity_filter_option_get_icon_hint (UnityFilterOption* self); | |||
gboolean unity_filter_option_get_active (UnityFilterOption* self); | gboolean unity_filter_option_get_active (UnityFilterOption* self); | |||
GType unity_options_filter_get_type (void) G_GNUC_CONST; | GType unity_options_filter_get_type (void) G_GNUC_CONST; | |||
GType unity_options_filter_sort_type_get_type (void) G_GNUC_CONST; | GType unity_options_filter_sort_type_get_type (void) G_GNUC_CONST; | |||
UnityFilterOption* unity_options_filter_add_option (UnityOptionsFilter* sel f, const gchar* id, const gchar* display_name, GIcon* icon_hint); | UnityFilterOption* unity_options_filter_add_option (UnityOptionsFilter* sel f, const gchar* id, const gchar* display_name, GIcon* icon_hint); | |||
UnityFilterOption* unity_options_filter_get_option (UnityOptionsFilter* sel f, const gchar* id); | UnityFilterOption* unity_options_filter_get_option (UnityOptionsFilter* sel f, const gchar* id); | |||
gboolean unity_options_filter_remove_option (UnityOptionsFilter* self, cons t gchar* id); | ||||
UnityOptionsFilter* unity_options_filter_new (void); | UnityOptionsFilter* unity_options_filter_new (void); | |||
UnityOptionsFilter* unity_options_filter_construct (GType object_type); | UnityOptionsFilter* unity_options_filter_construct (GType object_type); | |||
UnityOptionsFilterSortType unity_options_filter_get_sort_type (UnityOptions Filter* self); | UnityOptionsFilterSortType unity_options_filter_get_sort_type (UnityOptions Filter* self); | |||
void unity_options_filter_set_sort_type (UnityOptionsFilter* self, UnityOpt ionsFilterSortType value); | void unity_options_filter_set_sort_type (UnityOptionsFilter* self, UnityOpt ionsFilterSortType value); | |||
GType unity_radio_option_filter_get_type (void) G_GNUC_CONST; | GType unity_radio_option_filter_get_type (void) G_GNUC_CONST; | |||
UnityRadioOptionFilter* unity_radio_option_filter_new (const gchar* id, con st gchar* display_name, GIcon* icon_hint, gboolean collapsed); | UnityRadioOptionFilter* unity_radio_option_filter_new (const gchar* id, con st gchar* display_name, GIcon* icon_hint, gboolean collapsed); | |||
UnityRadioOptionFilter* unity_radio_option_filter_construct (GType object_t ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); | UnityRadioOptionFilter* unity_radio_option_filter_construct (GType object_t ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); | |||
UnityFilterOption* unity_radio_option_filter_get_active_option (UnityRadioO ptionFilter* self); | UnityFilterOption* unity_radio_option_filter_get_active_option (UnityRadioO ptionFilter* self); | |||
GType unity_check_option_filter_get_type (void) G_GNUC_CONST; | GType unity_check_option_filter_get_type (void) G_GNUC_CONST; | |||
UnityCheckOptionFilter* unity_check_option_filter_new (const gchar* id, con st gchar* display_name, GIcon* icon_hint, gboolean collapsed); | UnityCheckOptionFilter* unity_check_option_filter_new (const gchar* id, con st gchar* display_name, GIcon* icon_hint, gboolean collapsed); | |||
UnityCheckOptionFilter* unity_check_option_filter_construct (GType object_t ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); | UnityCheckOptionFilter* unity_check_option_filter_construct (GType object_t ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapsed); | |||
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); | ||||
GType unity_preview_get_type (void) G_GNUC_CONST; | GType unity_preview_get_type (void) G_GNUC_CONST; | |||
UnityPreview* unity_preview_construct (GType object_type); | UnityPreview* unity_preview_construct (GType object_type); | |||
GType unity_no_preview_get_type (void) G_GNUC_CONST; | GType unity_no_preview_get_type (void) G_GNUC_CONST; | |||
UnityNoPreview* unity_no_preview_new (void); | UnityNoPreview* unity_no_preview_new (void); | |||
UnityNoPreview* unity_no_preview_construct (GType object_type); | UnityNoPreview* unity_no_preview_construct (GType object_type); | |||
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* 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_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 ); | 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; | 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_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); | 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; | 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_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); | 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; | 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_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); | 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; | |||
UnityLensSearch* unity_lens_search_new (const gchar* search_string, GHashTa | void unity_lens_search_finished (UnityLensSearch* self); | |||
ble* hints); | UnityLensSearch* unity_lens_search_new (const gchar* search_string, GHashTa | |||
UnityLensSearch* unity_lens_search_construct (GType object_type, const gcha | ble* hints, DeeSerializableModel* results_model); | |||
r* search_string, GHashTable* hints); | 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); | ||||
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); | ||||
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_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); | |||
gchar** unity_scope_get_sources (UnityScope* self, int* result_length1); | UnityOptionsFilter* unity_scope_get_sources (UnityScope* self); | |||
void unity_scope_set_sources (UnityScope* self, gchar** value, int value_le | ||||
ngth1); | ||||
GList* unity_scope_get_filters (UnityScope* self); | GList* unity_scope_get_filters (UnityScope* self); | |||
DeeSharedModel* unity_scope_get_results_model (UnityScope* self); | DeeSerializableModel* unity_scope_get_results_model (UnityScope* self); | |||
DeeSharedModel* unity_scope_get_global_results_model (UnityScope* self); | DeeSerializableModel* unity_scope_get_global_results_model (UnityScope* sel | |||
UnityLensSearch* unity_scope_get_active_search (UnityScope* self); | f); | |||
void unity_scope_set_active_search (UnityScope* self, UnityLensSearch* valu | GQuark unity_scope_error_quark (void); | |||
e); | ||||
UnityLensSearch* unity_scope_get_active_global_search (UnityScope* self); | ||||
void unity_scope_set_active_global_search (UnityScope* self, UnityLensSearc | ||||
h* value); | ||||
gchar** unity_scope_get_active_sources (UnityScope* self, int* result_lengt | ||||
h1); | ||||
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); | |||
skipping to change at line 748 | skipping to change at line 821 | |||
GDateTime* unity_playlist_get_creation_date (UnityPlaylist* self); | GDateTime* unity_playlist_get_creation_date (UnityPlaylist* self); | |||
void unity_playlist_set_creation_date (UnityPlaylist* self, GDateTime* valu e); | void unity_playlist_set_creation_date (UnityPlaylist* self, GDateTime* valu e); | |||
GDateTime* unity_playlist_get_modification_date (UnityPlaylist* self); | GDateTime* unity_playlist_get_modification_date (UnityPlaylist* self); | |||
void unity_playlist_set_modification_date (UnityPlaylist* self, GDateTime* value); | void unity_playlist_set_modification_date (UnityPlaylist* self, GDateTime* value); | |||
GDateTime* unity_playlist_get_last_play_date (UnityPlaylist* self); | GDateTime* unity_playlist_get_last_play_date (UnityPlaylist* self); | |||
void unity_playlist_set_last_play_date (UnityPlaylist* self, GDateTime* val ue); | void unity_playlist_set_last_play_date (UnityPlaylist* self, GDateTime* val ue); | |||
GType unity_playback_state_get_type (void) G_GNUC_CONST; | GType unity_playback_state_get_type (void) G_GNUC_CONST; | |||
GType unity_music_player_get_type (void) G_GNUC_CONST; | GType unity_music_player_get_type (void) G_GNUC_CONST; | |||
UnityMusicPlayer* unity_music_player_new (const gchar* desktop); | UnityMusicPlayer* unity_music_player_new (const gchar* desktop); | |||
UnityMusicPlayer* unity_music_player_construct (GType object_type, const gc har* desktop); | UnityMusicPlayer* unity_music_player_construct (GType object_type, const gc har* desktop); | |||
void unity_music_player_export (UnityMusicPlayer* self); | ||||
void unity_music_player_unexport (UnityMusicPlayer* self); | ||||
gboolean unity_music_player_add_playlist (UnityMusicPlayer* self, UnityPlay list* p); | gboolean unity_music_player_add_playlist (UnityMusicPlayer* self, UnityPlay list* p); | |||
gboolean unity_music_player_remove_playlist (UnityMusicPlayer* self, UnityP laylist* p); | gboolean unity_music_player_remove_playlist (UnityMusicPlayer* self, UnityP laylist* p); | |||
UnityPlaylist** unity_music_player_get_playlists (UnityMusicPlayer* self, i nt* result_length1); | UnityPlaylist** unity_music_player_get_playlists (UnityMusicPlayer* self, i nt* result_length1); | |||
void unity_music_player_edit_playlist_name (UnityMusicPlayer* self, const g char* id, const gchar* name); | void unity_music_player_edit_playlist_name (UnityMusicPlayer* self, const g char* id, const gchar* name); | |||
GAppInfo* unity_music_player_get_app_info (UnityMusicPlayer* self); | GAppInfo* unity_music_player_get_app_info (UnityMusicPlayer* self); | |||
const gchar* unity_music_player_get_desktop_file_name (UnityMusicPlayer* se lf); | const gchar* unity_music_player_get_desktop_file_name (UnityMusicPlayer* se lf); | |||
gboolean unity_music_player_get_is_blacklisted (UnityMusicPlayer* self); | gboolean unity_music_player_get_is_blacklisted (UnityMusicPlayer* self); | |||
void unity_music_player_set_is_blacklisted (UnityMusicPlayer* self, gboolea n value); | void unity_music_player_set_is_blacklisted (UnityMusicPlayer* self, gboolea n value); | |||
const gchar* unity_music_player_get_title (UnityMusicPlayer* self); | const gchar* unity_music_player_get_title (UnityMusicPlayer* self); | |||
void unity_music_player_set_title (UnityMusicPlayer* self, const gchar* val ue); | void unity_music_player_set_title (UnityMusicPlayer* self, const gchar* val ue); | |||
End of changes. 24 change blocks. | ||||
22 lines changed or deleted | 116 lines changed or added | |||