unity.h   unity.h 
/* unity.h generated by valac 0.12.0, the Vala compiler, do not modify */ /* unity.h generated by valac 0.12.1, 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_PLACE_RENDERER_INFO (unity_place_renderer_info_get_type #define UNITY_TYPE_LENS (unity_lens_get_type ())
()) #define UNITY_LENS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_LENS
#define UNITY_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), , UnityLens))
UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfo)) #define UNITY_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_TY
#define UNITY_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k PE_LENS, UnityLensClass))
lass), UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfoClass)) #define UNITY_IS_LENS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_L
#define UNITY_IS_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ENS))
), UNITY_TYPE_PLACE_RENDERER_INFO)) #define UNITY_IS_LENS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY
#define UNITY_IS_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE _TYPE_LENS))
((klass), UNITY_TYPE_PLACE_RENDERER_INFO)) #define UNITY_LENS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_
#define UNITY_PLACE_RENDERER_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS TYPE_LENS, UnityLensClass))
((obj), UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfoClass))
typedef struct _UnityPlaceRendererInfo UnityPlaceRendererInfo; typedef struct _UnityLens UnityLens;
typedef struct _UnityPlaceRendererInfoClass UnityPlaceRendererInfoClass; typedef struct _UnityLensClass UnityLensClass;
typedef struct _UnityPlaceRendererInfoPrivate UnityPlaceRendererInfoPrivate typedef struct _UnityLensPrivate UnityLensPrivate;
;
#define UNITY_TYPE_PLACE_SEARCH (unity_place_search_get_type ()) #define UNITY_TYPE_SCOPE (unity_scope_get_type ())
#define UNITY_PLACE_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_T #define UNITY_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_SCO
YPE_PLACE_SEARCH, UnityPlaceSearch)) PE, UnityScope))
#define UNITY_PLACE_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), #define UNITY_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_T
UNITY_TYPE_PLACE_SEARCH, UnityPlaceSearchClass)) YPE_SCOPE, UnityScopeClass))
#define UNITY_IS_PLACE_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNIT #define UNITY_IS_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_
Y_TYPE_PLACE_SEARCH)) SCOPE))
#define UNITY_IS_PLACE_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass #define UNITY_IS_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNIT
), UNITY_TYPE_PLACE_SEARCH)) Y_TYPE_SCOPE))
#define UNITY_PLACE_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj) #define UNITY_SCOPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY
, UNITY_TYPE_PLACE_SEARCH, UnityPlaceSearchClass)) _TYPE_SCOPE, UnityScopeClass))
typedef struct _UnityPlaceSearch UnityPlaceSearch; typedef struct _UnityScope UnityScope;
typedef struct _UnityPlaceSearchClass UnityPlaceSearchClass; typedef struct _UnityScopeClass UnityScopeClass;
typedef struct _UnityPlaceSearchPrivate UnityPlaceSearchPrivate;
#define UNITY_TYPE_PLACE_ENTRY_INFO (unity_place_entry_info_get_type ()) #define UNITY_TYPE_FILTER (unity_filter_get_type ())
#define UNITY_PLACE_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI #define UNITY_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_FI
TY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfo)) LTER, UnityFilter))
#define UNITY_PLACE_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas #define UNITY_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_
s), UNITY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfoClass)) TYPE_FILTER, UnityFilterClass))
#define UNITY_IS_PLACE_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), #define UNITY_IS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE
UNITY_TYPE_PLACE_ENTRY_INFO)) _FILTER))
#define UNITY_IS_PLACE_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k #define UNITY_IS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNI
lass), UNITY_TYPE_PLACE_ENTRY_INFO)) TY_TYPE_FILTER))
#define UNITY_PLACE_ENTRY_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( #define UNITY_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNIT
obj), UNITY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfoClass)) Y_TYPE_FILTER, UnityFilterClass))
typedef struct _UnityPlaceEntryInfo UnityPlaceEntryInfo; typedef struct _UnityFilter UnityFilter;
typedef struct _UnityPlaceEntryInfoClass UnityPlaceEntryInfoClass; typedef struct _UnityFilterClass UnityFilterClass;
typedef struct _UnityPlaceEntryInfoPrivate UnityPlaceEntryInfoPrivate;
#define UNITY_TYPE_BROWSER (unity_browser_get_type ()) #define UNITY_TYPE_CATEGORY (unity_category_get_type ())
#define UNITY_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_B #define UNITY_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_
ROWSER, UnityBrowser)) CATEGORY, UnityCategory))
#define UNITY_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY #define UNITY_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT
_TYPE_BROWSER, UnityBrowserClass)) Y_TYPE_CATEGORY, UnityCategoryClass))
#define UNITY_IS_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYP #define UNITY_IS_CATEGORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY
E_BROWSER)) PE_CATEGORY))
#define UNITY_IS_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UN #define UNITY_IS_CATEGORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U
ITY_TYPE_BROWSER)) NITY_TYPE_CATEGORY))
#define UNITY_BROWSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNI #define UNITY_CATEGORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN
TY_TYPE_BROWSER, UnityBrowserClass)) ITY_TYPE_CATEGORY, UnityCategoryClass))
typedef struct _UnityBrowser UnityBrowser; typedef struct _UnityCategory UnityCategory;
typedef struct _UnityBrowserClass UnityBrowserClass; typedef struct _UnityCategoryClass UnityCategoryClass;
#define UNITY_TYPE_PLACE_CONTROLLER (unity_place_controller_get_type ()) #define UNITY_TYPE_HANDLED_TYPE (unity_handled_type_get_type ())
#define UNITY_PLACE_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI
TY_TYPE_PLACE_CONTROLLER, UnityPlaceController))
#define UNITY_PLACE_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas
s), UNITY_TYPE_PLACE_CONTROLLER, UnityPlaceControllerClass))
#define UNITY_IS_PLACE_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),
UNITY_TYPE_PLACE_CONTROLLER))
#define UNITY_IS_PLACE_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k
lass), UNITY_TYPE_PLACE_CONTROLLER))
#define UNITY_PLACE_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((
obj), UNITY_TYPE_PLACE_CONTROLLER, UnityPlaceControllerClass))
typedef struct _UnityPlaceController UnityPlaceController; #define UNITY_TYPE_ACTIVATION_RESPONSE (unity_activation_response_get_type
typedef struct _UnityPlaceControllerClass UnityPlaceControllerClass; ())
typedef struct _UnityPlaceControllerPrivate UnityPlaceControllerPrivate; #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_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_ACTIVATION_RESPONSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_ACTIVATION_RESPONSE, UnityActivationResponseClass))
#define UNITY_TYPE_ACTIVATION (unity_activation_get_type ()) typedef struct _UnityActivationResponse UnityActivationResponse;
#define UNITY_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYP typedef struct _UnityActivationResponseClass UnityActivationResponseClass;
E_ACTIVATION, UnityActivation)) typedef struct _UnityActivationResponsePrivate UnityActivationResponsePriva
#define UNITY_IS_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_ te;
TYPE_ACTIVATION))
#define UNITY_ACTIVATION_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE
((obj), UNITY_TYPE_ACTIVATION, UnityActivationIface))
typedef struct _UnityActivation UnityActivation; #define UNITY_TYPE_CATEGORY_RENDERER (unity_category_renderer_get_type ())
typedef struct _UnityActivationIface UnityActivationIface; typedef struct _UnityCategoryPrivate UnityCategoryPrivate;
typedef struct _UnityFilterPrivate UnityFilterPrivate;
#define UNITY_TYPE_ACTIVATION_PROXY (unity_activation_proxy_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_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_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_TYPE_ACTIVATION_STATUS (unity_activation_status_get_type ()) typedef struct _UnityFilterOption UnityFilterOption;
typedef struct _UnityBrowserPrivate UnityBrowserPrivate; typedef struct _UnityFilterOptionClass UnityFilterOptionClass;
typedef struct _UnityFilterOptionPrivate UnityFilterOptionPrivate;
#define UNITY_TYPE_STACK (unity_stack_get_type ()) #define UNITY_TYPE_OPTIONS_FILTER (unity_options_filter_get_type ())
#define UNITY_STACK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_STA #define UNITY_OPTIONS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
CK, UnityStack)) _TYPE_OPTIONS_FILTER, UnityOptionsFilter))
#define UNITY_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_T #define UNITY_OPTIONS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
YPE_STACK, UnityStackClass)) , UNITY_TYPE_OPTIONS_FILTER, UnityOptionsFilterClass))
#define UNITY_IS_STACK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_ #define UNITY_IS_OPTIONS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
STACK)) ITY_TYPE_OPTIONS_FILTER))
#define UNITY_IS_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNIT #define UNITY_IS_OPTIONS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
Y_TYPE_STACK)) ss), UNITY_TYPE_OPTIONS_FILTER))
#define UNITY_STACK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY #define UNITY_OPTIONS_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
_TYPE_STACK, UnityStackClass)) j), UNITY_TYPE_OPTIONS_FILTER, UnityOptionsFilterClass))
typedef struct _UnityStack UnityStack; typedef struct _UnityOptionsFilter UnityOptionsFilter;
typedef struct _UnityStackClass UnityStackClass; typedef struct _UnityOptionsFilterClass UnityOptionsFilterClass;
typedef struct _UnityStackPrivate UnityStackPrivate; typedef struct _UnityOptionsFilterPrivate UnityOptionsFilterPrivate;
#define UNITY_TYPE_RADIO_OPTION_FILTER (unity_radio_option_filter_get_type
())
#define UNITY_RADIO_OPTION_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
UNITY_TYPE_RADIO_OPTION_FILTER, UnityRadioOptionFilter))
#define UNITY_RADIO_OPTION_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k
lass), UNITY_TYPE_RADIO_OPTION_FILTER, UnityRadioOptionFilterClass))
#define UNITY_IS_RADIO_OPTION_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj
), UNITY_TYPE_RADIO_OPTION_FILTER))
#define UNITY_IS_RADIO_OPTION_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE
((klass), UNITY_TYPE_RADIO_OPTION_FILTER))
#define UNITY_RADIO_OPTION_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_RADIO_OPTION_FILTER, UnityRadioOptionFilterClass))
typedef struct _UnityRadioOptionFilter UnityRadioOptionFilter;
typedef struct _UnityRadioOptionFilterClass UnityRadioOptionFilterClass;
typedef struct _UnityRadioOptionFilterPrivate UnityRadioOptionFilterPrivate
;
#define UNITY_TYPE_CHECK_OPTION_FILTER (unity_check_option_filter_get_type
())
#define UNITY_CHECK_OPTION_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
UNITY_TYPE_CHECK_OPTION_FILTER, UnityCheckOptionFilter))
#define UNITY_CHECK_OPTION_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k
lass), UNITY_TYPE_CHECK_OPTION_FILTER, UnityCheckOptionFilterClass))
#define UNITY_IS_CHECK_OPTION_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj
), UNITY_TYPE_CHECK_OPTION_FILTER))
#define UNITY_IS_CHECK_OPTION_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE
((klass), UNITY_TYPE_CHECK_OPTION_FILTER))
#define UNITY_CHECK_OPTION_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_CHECK_OPTION_FILTER, UnityCheckOptionFilterClass))
typedef struct _UnityCheckOptionFilter UnityCheckOptionFilter;
typedef struct _UnityCheckOptionFilterClass UnityCheckOptionFilterClass;
typedef struct _UnityCheckOptionFilterPrivate UnityCheckOptionFilterPrivate
;
#define UNITY_TYPE_RATINGS_FILTER (unity_ratings_filter_get_type ())
#define UNITY_RATINGS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
_TYPE_RATINGS_FILTER, UnityRatingsFilter))
#define UNITY_RATINGS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, UNITY_TYPE_RATINGS_FILTER, UnityRatingsFilterClass))
#define UNITY_IS_RATINGS_FILTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
ITY_TYPE_RATINGS_FILTER))
#define UNITY_IS_RATINGS_FILTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), UNITY_TYPE_RATINGS_FILTER))
#define UNITY_RATINGS_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
j), UNITY_TYPE_RATINGS_FILTER, UnityRatingsFilterClass))
typedef struct _UnityRatingsFilter UnityRatingsFilter;
typedef struct _UnityRatingsFilterClass UnityRatingsFilterClass;
typedef struct _UnityRatingsFilterPrivate UnityRatingsFilterPrivate;
#define UNITY_TYPE_MULTI_RANGE_FILTER (unity_multi_range_filter_get_type ()
)
#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_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_MULTI_RANGE_FILTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_MULTI_RANGE_FILTER, UnityMultiRangeFilterClass))
typedef struct _UnityMultiRangeFilter UnityMultiRangeFilter;
typedef struct _UnityMultiRangeFilterClass UnityMultiRangeFilterClass;
typedef struct _UnityMultiRangeFilterPrivate UnityMultiRangeFilterPrivate;
#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;
typedef struct _UnityPreviewPrivate UnityPreviewPrivate;
#define UNITY_TYPE_NO_PREVIEW (unity_no_preview_get_type ())
#define UNITY_NO_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYP
E_NO_PREVIEW, UnityNoPreview))
#define UNITY_NO_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UN
ITY_TYPE_NO_PREVIEW, UnityNoPreviewClass))
#define UNITY_IS_NO_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_
TYPE_NO_PREVIEW))
#define UNITY_IS_NO_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),
UNITY_TYPE_NO_PREVIEW))
#define UNITY_NO_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),
UNITY_TYPE_NO_PREVIEW, UnityNoPreviewClass))
typedef struct _UnityNoPreview UnityNoPreview;
typedef struct _UnityNoPreviewClass UnityNoPreviewClass;
typedef struct _UnityNoPreviewPrivate UnityNoPreviewPrivate;
#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_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_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))
typedef struct _UnityGenericPreview UnityGenericPreview;
typedef struct _UnityGenericPreviewClass UnityGenericPreviewClass;
typedef struct _UnityGenericPreviewPrivate UnityGenericPreviewPrivate;
#define UNITY_TYPE_APPLICATION_PREVIEW (unity_application_preview_get_type
())
#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_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_APPLICATION_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_TYPE_APPLICATION_PREVIEW, UnityApplicationPreviewClass))
typedef struct _UnityApplicationPreview UnityApplicationPreview;
typedef struct _UnityApplicationPreviewClass UnityApplicationPreviewClass;
typedef struct _UnityApplicationPreviewPrivate UnityApplicationPreviewPriva
te;
#define UNITY_TYPE_TRACK_PREVIEW (unity_track_preview_get_type ())
#define UNITY_TRACK_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_
TYPE_TRACK_PREVIEW, UnityTrackPreview))
#define UNITY_TRACK_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_TYPE_TRACK_PREVIEW, UnityTrackPreviewClass))
#define UNITY_IS_TRACK_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI
TY_TYPE_TRACK_PREVIEW))
#define UNITY_IS_TRACK_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), UNITY_TYPE_TRACK_PREVIEW))
#define UNITY_TRACK_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), UNITY_TYPE_TRACK_PREVIEW, UnityTrackPreviewClass))
typedef struct _UnityTrackPreview UnityTrackPreview;
typedef struct _UnityTrackPreviewClass UnityTrackPreviewClass;
typedef struct _UnityTrackPreviewPrivate UnityTrackPreviewPrivate;
#define UNITY_TYPE_ALBUM_PREVIEW (unity_album_preview_get_type ())
#define UNITY_ALBUM_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_
TYPE_ALBUM_PREVIEW, UnityAlbumPreview))
#define UNITY_ALBUM_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_TYPE_ALBUM_PREVIEW, UnityAlbumPreviewClass))
#define UNITY_IS_ALBUM_PREVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI
TY_TYPE_ALBUM_PREVIEW))
#define UNITY_IS_ALBUM_PREVIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), UNITY_TYPE_ALBUM_PREVIEW))
#define UNITY_ALBUM_PREVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), UNITY_TYPE_ALBUM_PREVIEW, UnityAlbumPreviewClass))
typedef struct _UnityAlbumPreview UnityAlbumPreview;
typedef struct _UnityAlbumPreviewClass UnityAlbumPreviewClass;
typedef struct _UnityAlbumPreviewPrivate UnityAlbumPreviewPrivate;
#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_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_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))
typedef struct _UnityLensSearch UnityLensSearch;
typedef struct _UnityLensSearchClass UnityLensSearchClass;
typedef struct _UnityLensSearchPrivate UnityLensSearchPrivate;
typedef struct _UnityScopePrivate UnityScopePrivate;
#define UNITY_TYPE_TRACK_METADATA (unity_track_metadata_get_type ())
#define UNITY_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY
_TYPE_TRACK_METADATA, UnityTrackMetadata))
#define UNITY_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
#define UNITY_IS_TRACK_METADATA(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UN
ITY_TYPE_TRACK_METADATA))
#define UNITY_IS_TRACK_METADATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), UNITY_TYPE_TRACK_METADATA))
#define UNITY_TRACK_METADATA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob
j), UNITY_TYPE_TRACK_METADATA, UnityTrackMetadataClass))
typedef struct _UnityTrackMetadata UnityTrackMetadata;
typedef struct _UnityTrackMetadataClass UnityTrackMetadataClass;
typedef struct _UnityTrackMetadataPrivate UnityTrackMetadataPrivate;
#define UNITY_TYPE_PLAYLIST (unity_playlist_get_type ())
#define UNITY_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_
PLAYLIST, UnityPlaylist))
#define UNITY_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNIT
Y_TYPE_PLAYLIST, UnityPlaylistClass))
#define UNITY_IS_PLAYLIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TY
PE_PLAYLIST))
#define UNITY_IS_PLAYLIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), U
NITY_TYPE_PLAYLIST))
#define UNITY_PLAYLIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UN
ITY_TYPE_PLAYLIST, UnityPlaylistClass))
typedef struct _UnityPlaylist UnityPlaylist;
typedef struct _UnityPlaylistClass UnityPlaylistClass;
typedef struct _UnityPlaylistPrivate UnityPlaylistPrivate;
#define UNITY_TYPE_PLAYBACK_STATE (unity_playback_state_get_type ())
#define UNITY_TYPE_MUSIC_PLAYER (unity_music_player_get_type ())
#define UNITY_MUSIC_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_T
YPE_MUSIC_PLAYER, UnityMusicPlayer))
#define UNITY_MUSIC_PLAYER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_TYPE_MUSIC_PLAYER, UnityMusicPlayerClass))
#define UNITY_IS_MUSIC_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNIT
Y_TYPE_MUSIC_PLAYER))
#define UNITY_IS_MUSIC_PLAYER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass
), UNITY_TYPE_MUSIC_PLAYER))
#define UNITY_MUSIC_PLAYER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj)
, UNITY_TYPE_MUSIC_PLAYER, UnityMusicPlayerClass))
typedef struct _UnityMusicPlayer UnityMusicPlayer;
typedef struct _UnityMusicPlayerClass UnityMusicPlayerClass;
typedef struct _UnityMusicPlayerPrivate UnityMusicPlayerPrivate;
#define UNITY_TYPE_PLAYLIST_DETAILS (unity_playlist_details_get_type ())
typedef struct _UnityPlaylistDetails UnityPlaylistDetails;
#define UNITY_TYPE_ACTIVE_PLAYLIST_CONTAINER (unity_active_playlist_contain
er_get_type ())
typedef struct _UnityActivePlaylistContainer UnityActivePlaylistContainer;
struct _UnityAppInfoManager { struct _UnityAppInfoManager {
GObject parent_instance; GObject parent_instance;
UnityAppInfoManagerPrivate * priv; UnityAppInfoManagerPrivate * priv;
}; };
struct _UnityAppInfoManagerClass { struct _UnityAppInfoManagerClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
skipping to change at line 163 skipping to change at line 328
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 _UnityPlaceRendererInfo { struct _UnityLens {
GObject parent_instance; GObject parent_instance;
UnityPlaceRendererInfoPrivate * priv; UnityLensPrivate * priv;
}; };
struct _UnityPlaceRendererInfoClass { struct _UnityLensClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityPlaceSearch { typedef enum {
UNITY_HANDLED_TYPE_NOT_HANDLED,
UNITY_HANDLED_TYPE_SHOW_DASH,
UNITY_HANDLED_TYPE_HIDE_DASH,
UNITY_HANDLED_TYPE_GOTO_DASH_URI
} UnityHandledType;
struct _UnityActivationResponse {
GInitiallyUnowned parent_instance; GInitiallyUnowned parent_instance;
UnityPlaceSearchPrivate * priv; UnityActivationResponsePrivate * priv;
}; };
struct _UnityPlaceSearchClass { struct _UnityActivationResponseClass {
GInitiallyUnownedClass parent_class; GInitiallyUnownedClass parent_class;
}; };
struct _UnityPlaceEntryInfo { typedef enum {
UNITY_CATEGORY_RENDERER_VERTICAL_TILE,
UNITY_CATEGORY_RENDERER_HORIZONTAL_TILE,
UNITY_CATEGORY_RENDERER_LIST_TILE,
UNITY_CATEGORY_RENDERER_FLOW
} UnityCategoryRenderer;
struct _UnityCategory {
GObject parent_instance; GObject parent_instance;
UnityPlaceEntryInfoPrivate * priv; UnityCategoryPrivate * priv;
}; };
struct _UnityPlaceEntryInfoClass { struct _UnityCategoryClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityPlaceController { struct _UnityFilter {
GObject parent_instance; GObject parent_instance;
UnityPlaceControllerPrivate * priv; UnityFilterPrivate * priv;
}; };
struct _UnityPlaceControllerClass { struct _UnityFilterClass {
GObjectClass parent_class; GObjectClass parent_class;
GHashTable* (*get_hints) (UnityFilter* self);
void (*update) (UnityFilter* self, GVariant* properties);
}; };
struct _UnityActivationIface { struct _UnityFilterOption {
GTypeInterface parent_iface; GObject parent_instance;
void (*activate) (UnityActivation* self, const gchar* uri, GAsyncRea UnityFilterOptionPrivate * priv;
dyCallback _callback_, gpointer _user_data_); };
guint32 (*activate_finish) (UnityActivation* self, GAsyncResult* _re
s_, GError** error); struct _UnityFilterOptionClass {
GObjectClass parent_class;
};
struct _UnityOptionsFilter {
UnityFilter parent_instance;
UnityOptionsFilterPrivate * priv;
GList* options;
};
struct _UnityOptionsFilterClass {
UnityFilterClass parent_class;
};
struct _UnityRadioOptionFilter {
UnityOptionsFilter parent_instance;
UnityRadioOptionFilterPrivate * priv;
};
struct _UnityRadioOptionFilterClass {
UnityOptionsFilterClass parent_class;
};
struct _UnityCheckOptionFilter {
UnityOptionsFilter parent_instance;
UnityCheckOptionFilterPrivate * priv;
};
struct _UnityCheckOptionFilterClass {
UnityOptionsFilterClass parent_class;
};
struct _UnityRatingsFilter {
UnityFilter parent_instance;
UnityRatingsFilterPrivate * priv;
};
struct _UnityRatingsFilterClass {
UnityFilterClass parent_class;
};
struct _UnityMultiRangeFilter {
UnityOptionsFilter parent_instance;
UnityMultiRangeFilterPrivate * priv;
};
struct _UnityMultiRangeFilterClass {
UnityOptionsFilterClass parent_class;
};
struct _UnityPreview {
GInitiallyUnowned parent_instance;
UnityPreviewPrivate * priv;
};
struct _UnityPreviewClass {
GInitiallyUnownedClass parent_class;
gchar* (*get_renderer_name) (UnityPreview* self);
GHashTable* (*get_properties) (UnityPreview* self);
};
struct _UnityNoPreview {
UnityPreview parent_instance;
UnityNoPreviewPrivate * priv;
};
struct _UnityNoPreviewClass {
UnityPreviewClass parent_class;
};
struct _UnityGenericPreview {
UnityPreview parent_instance;
UnityGenericPreviewPrivate * priv;
};
struct _UnityGenericPreviewClass {
UnityPreviewClass parent_class;
};
struct _UnityApplicationPreview {
UnityPreview parent_instance;
UnityApplicationPreviewPrivate * priv;
};
struct _UnityApplicationPreviewClass {
UnityPreviewClass parent_class;
};
struct _UnityTrackPreview {
UnityPreview parent_instance;
UnityTrackPreviewPrivate * priv;
};
struct _UnityTrackPreviewClass {
UnityPreviewClass parent_class;
};
struct _UnityAlbumPreview {
UnityPreview parent_instance;
UnityAlbumPreviewPrivate * priv;
};
struct _UnityAlbumPreviewClass {
UnityPreviewClass parent_class;
};
struct _UnityLensSearch {
GInitiallyUnowned parent_instance;
UnityLensSearchPrivate * priv;
};
struct _UnityLensSearchClass {
GInitiallyUnownedClass parent_class;
};
struct _UnityScope {
GObject parent_instance;
UnityScopePrivate * priv;
GList* _filters;
};
struct _UnityScopeClass {
GObjectClass parent_class;
};
struct _UnityTrackMetadata {
GObject parent_instance;
UnityTrackMetadataPrivate * priv;
};
struct _UnityTrackMetadataClass {
GObjectClass parent_class;
};
struct _UnityPlaylist {
GObject parent_instance;
UnityPlaylistPrivate * priv;
};
struct _UnityPlaylistClass {
GObjectClass parent_class;
}; };
typedef enum { typedef enum {
UNITY_ACTIVATION_STATUS_NOT_ACTIVATED, UNITY_PLAYBACK_STATE_PLAYING,
UNITY_ACTIVATION_STATUS_ACTIVATED_SHOW_DASH, UNITY_PLAYBACK_STATE_PAUSED
UNITY_ACTIVATION_STATUS_ACTIVATED_HIDE_DASH } UnityPlaybackState;
} UnityActivationStatus;
struct _UnityBrowser { struct _UnityMusicPlayer {
GObject parent_instance; GObject parent_instance;
UnityBrowserPrivate * priv; UnityMusicPlayerPrivate * priv;
}; };
struct _UnityBrowserClass { struct _UnityMusicPlayerClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityStack { struct _UnityPlaylistDetails {
GTypeInstance parent_instance; char* id;
volatile int ref_count; gchar* name;
UnityStackPrivate * priv; gchar* icon_name;
}; };
struct _UnityStackClass { struct _UnityActivePlaylistContainer {
GTypeClass parent_class; gboolean valid;
void (*finalize) (UnityStack *self); 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);
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);
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;
skipping to change at line 267 skipping to change at line 589
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_place_renderer_info_get_type (void) G_GNUC_CONST; GType unity_lens_get_type (void) G_GNUC_CONST;
void unity_place_renderer_info_set_hint (UnityPlaceRendererInfo* self, cons UnityLens* unity_lens_new (const gchar* dbus_path_, const gchar* id_);
t gchar* hint, const gchar* val); UnityLens* unity_lens_construct (GType object_type, const gchar* dbus_path_
gchar* unity_place_renderer_info_get_hint (UnityPlaceRendererInfo* self, co , const gchar* id_);
nst gchar* hint); void unity_lens_export (UnityLens* self, GError** error);
void unity_place_renderer_info_clear_hint (UnityPlaceRendererInfo* self, co GType unity_scope_get_type (void) G_GNUC_CONST;
nst gchar* hint); void unity_lens_add_local_scope (UnityLens* self, UnityScope* scope);
void unity_place_renderer_info_clear_hints (UnityPlaceRendererInfo* self); gboolean unity_lens_get_active (UnityLens* self);
guint unity_place_renderer_info_num_hints (UnityPlaceRendererInfo* self); gboolean unity_lens_get_visible (UnityLens* self);
const gchar* unity_place_renderer_info_get_default_renderer (UnityPlaceRend void unity_lens_set_visible (UnityLens* self, gboolean value);
ererInfo* self); gboolean unity_lens_get_searching (UnityLens* self);
void unity_place_renderer_info_set_default_renderer (UnityPlaceRendererInfo gboolean unity_lens_get_exported (UnityLens* self);
* self, const gchar* value); gboolean unity_lens_get_search_in_global (UnityLens* self);
DeeModel* unity_place_renderer_info_get_groups_model (UnityPlaceRendererInf void unity_lens_set_search_in_global (UnityLens* self, gboolean value);
o* self); const gchar* unity_lens_get_id (UnityLens* self);
void unity_place_renderer_info_set_groups_model (UnityPlaceRendererInfo* se const gchar* unity_lens_get_dbus_path (UnityLens* self);
lf, DeeModel* value); const gchar* unity_lens_get_search_hint (UnityLens* self);
DeeModel* unity_place_renderer_info_get_results_model (UnityPlaceRendererIn void unity_lens_set_search_hint (UnityLens* self, const gchar* value);
fo* self); GType unity_filter_get_type (void) G_GNUC_CONST;
void unity_place_renderer_info_set_results_model (UnityPlaceRendererInfo* s GList* unity_lens_get_filters (UnityLens* self);
elf, DeeModel* value); void unity_lens_set_filters (UnityLens* self, GList* value);
GType unity_place_search_get_type (void) G_GNUC_CONST; GType unity_category_get_type (void) G_GNUC_CONST;
UnityPlaceSearch* unity_place_search_new (const gchar* search, GHashTable* GList* unity_lens_get_categories (UnityLens* self);
hints); void unity_lens_set_categories (UnityLens* self, GList* value);
UnityPlaceSearch* unity_place_search_construct (GType object_type, const gc GType unity_handled_type_get_type (void) G_GNUC_CONST;
har* search, GHashTable* hints); GType unity_activation_response_get_type (void) G_GNUC_CONST;
gchar* unity_place_search_get_search_string (UnityPlaceSearch* self); UnityActivationResponse* unity_activation_response_new (UnityHandledType ha
GList* unity_place_search_get_hints (UnityPlaceSearch* self); ndled, const gchar* goto_uri);
void unity_place_search_set_hint (UnityPlaceSearch* self, const gchar* hint UnityActivationResponse* unity_activation_response_construct (GType object_
, const gchar* val); type, UnityHandledType handled, const gchar* goto_uri);
gchar* unity_place_search_get_hint (UnityPlaceSearch* self, const gchar* hi UnityHandledType unity_activation_response_get_handled (UnityActivationResp
nt); onse* self);
void unity_place_search_clear_hint (UnityPlaceSearch* self, const gchar* hi const gchar* unity_activation_response_get_goto_uri (UnityActivationRespons
nt); e* self);
void unity_place_search_clear_hints (UnityPlaceSearch* self); void unity_activation_response_set_goto_uri (UnityActivationResponse* self,
guint unity_place_search_num_hints (UnityPlaceSearch* self); const gchar* value);
gboolean unity_place_search_equals (UnityPlaceSearch* self, UnityPlaceSearc GType unity_category_renderer_get_type (void) G_GNUC_CONST;
h* other); UnityCategory* unity_category_new (const gchar* name, GIcon* icon_hint, Uni
void unity_place_search_set_section (UnityPlaceSearch* self, guint section) tyCategoryRenderer renderer);
; UnityCategory* unity_category_construct (GType object_type, const gchar* na
guint unity_place_search_get_section (UnityPlaceSearch* self); me, GIcon* icon_hint, UnityCategoryRenderer renderer);
GType unity_place_entry_info_get_type (void) G_GNUC_CONST; const gchar* unity_category_get_name (UnityCategory* self);
void unity_place_search_set_parent_entry (UnityPlaceSearch* self, UnityPlac GIcon* unity_category_get_icon_hint (UnityCategory* self);
eEntryInfo* entry); UnityCategoryRenderer unity_category_get_default_renderer (UnityCategory* s
UnityPlaceEntryInfo* unity_place_search_get_parent_entry (UnityPlaceSearch* elf);
self); UnityFilter* unity_filter_construct (GType object_type);
void unity_place_search_finished (UnityPlaceSearch* self); const gchar* unity_filter_get_id (UnityFilter* self);
UnityPlaceEntryInfo* unity_place_entry_info_new (const gchar* dbus_path); const gchar* unity_filter_get_display_name (UnityFilter* self);
UnityPlaceEntryInfo* unity_place_entry_info_construct (GType object_type, c GIcon* unity_filter_get_icon_hint (UnityFilter* self);
onst gchar* dbus_path); const gchar* unity_filter_get_renderer_name (UnityFilter* self);
void unity_place_entry_info_set_hint (UnityPlaceEntryInfo* self, const gcha void unity_filter_set_renderer_name (UnityFilter* self, const gchar* value)
r* hint, const gchar* val); ;
gchar* unity_place_entry_info_get_hint (UnityPlaceEntryInfo* self, const gc gboolean unity_filter_get_visible (UnityFilter* self);
har* hint); void unity_filter_set_visible (UnityFilter* self, gboolean value);
void unity_place_entry_info_clear_hint (UnityPlaceEntryInfo* self, const gc gboolean unity_filter_get_collapsed (UnityFilter* self);
har* hint); gboolean unity_filter_get_filtering (UnityFilter* self);
void unity_place_entry_info_clear_hints (UnityPlaceEntryInfo* self); GType unity_filter_option_get_type (void) G_GNUC_CONST;
guint unity_place_entry_info_num_hints (UnityPlaceEntryInfo* self); UnityFilterOption* unity_filter_option_new (const gchar* id, const gchar* d
void unity_place_entry_info_flush_all_models (UnityPlaceEntryInfo* self); isplay_name, GIcon* icon_hint, gboolean active);
UnityPlaceRendererInfo* unity_place_entry_info_get_entry_renderer_info (Uni UnityFilterOption* unity_filter_option_construct (GType object_type, const
tyPlaceEntryInfo* self); gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean active);
UnityPlaceRendererInfo* unity_place_entry_info_get_global_renderer_info (Un const gchar* unity_filter_option_get_id (UnityFilterOption* self);
ityPlaceEntryInfo* self); const gchar* unity_filter_option_get_display_name (UnityFilterOption* self)
const gchar* unity_place_entry_info_get_dbus_path (UnityPlaceEntryInfo* sel ;
f); GIcon* unity_filter_option_get_icon_hint (UnityFilterOption* self);
void unity_place_entry_info_set_dbus_path (UnityPlaceEntryInfo* self, const gboolean unity_filter_option_get_active (UnityFilterOption* self);
gchar* value); GType unity_options_filter_get_type (void) G_GNUC_CONST;
const gchar* unity_place_entry_info_get_display_name (UnityPlaceEntryInfo* UnityFilterOption* unity_options_filter_add_option (UnityOptionsFilter* sel
self); f, const gchar* id, const gchar* display_name, GIcon* icon_hint);
void unity_place_entry_info_set_display_name (UnityPlaceEntryInfo* self, co UnityFilterOption* unity_options_filter_get_option (UnityOptionsFilter* sel
nst gchar* value); f, const gchar* id);
const gchar* unity_place_entry_info_get_icon (UnityPlaceEntryInfo* self); UnityOptionsFilter* unity_options_filter_new (void);
void unity_place_entry_info_set_icon (UnityPlaceEntryInfo* self, const gcha UnityOptionsFilter* unity_options_filter_construct (GType object_type);
r* value); GType unity_radio_option_filter_get_type (void) G_GNUC_CONST;
guint unity_place_entry_info_get_position (UnityPlaceEntryInfo* self); UnityRadioOptionFilter* unity_radio_option_filter_new (const gchar* id, con
void unity_place_entry_info_set_position (UnityPlaceEntryInfo* self, guint st gchar* display_name, GIcon* icon_hint, gboolean collapsed);
value); UnityRadioOptionFilter* unity_radio_option_filter_construct (GType object_t
gchar** unity_place_entry_info_get_mimetypes (UnityPlaceEntryInfo* self, in ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean
t* result_length1); collapsed);
void unity_place_entry_info_set_mimetypes (UnityPlaceEntryInfo* self, gchar UnityFilterOption* unity_radio_option_filter_get_active_option (UnityRadioO
** value, int value_length1); ptionFilter* self);
gboolean unity_place_entry_info_get_sensitive (UnityPlaceEntryInfo* self); GType unity_check_option_filter_get_type (void) G_GNUC_CONST;
void unity_place_entry_info_set_sensitive (UnityPlaceEntryInfo* self, gbool UnityCheckOptionFilter* unity_check_option_filter_new (const gchar* id, con
ean value); st gchar* display_name, GIcon* icon_hint, gboolean collapsed);
DeeModel* unity_place_entry_info_get_sections_model (UnityPlaceEntryInfo* s UnityCheckOptionFilter* unity_check_option_filter_construct (GType object_t
elf); ype, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean
void unity_place_entry_info_set_sections_model (UnityPlaceEntryInfo* self, collapsed);
DeeModel* value); GType unity_ratings_filter_get_type (void) G_GNUC_CONST;
gboolean unity_place_entry_info_get_active (UnityPlaceEntryInfo* self); UnityRatingsFilter* unity_ratings_filter_new (const gchar* id, const gchar*
void unity_place_entry_info_set_active (UnityPlaceEntryInfo* self, gboolean display_name, GIcon* icon_hint, gboolean collapsed);
value); UnityRatingsFilter* unity_ratings_filter_construct (GType object_type, cons
guint unity_place_entry_info_get_active_section (UnityPlaceEntryInfo* self) t gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean collapse
; d);
void unity_place_entry_info_set_active_section (UnityPlaceEntryInfo* self, gfloat unity_ratings_filter_get_rating (UnityRatingsFilter* self);
guint value); GType unity_multi_range_filter_get_type (void) G_GNUC_CONST;
UnityPlaceSearch* unity_place_entry_info_get_active_search (UnityPlaceEntry UnityMultiRangeFilter* unity_multi_range_filter_new (const gchar* id, const
Info* self); gchar* display_name, GIcon* icon_hint, gboolean collapsed);
void unity_place_entry_info_set_active_search (UnityPlaceEntryInfo* self, U UnityMultiRangeFilter* unity_multi_range_filter_construct (GType object_typ
nityPlaceSearch* value); e, const gchar* id, const gchar* display_name, GIcon* icon_hint, gboolean c
UnityPlaceSearch* unity_place_entry_info_get_active_global_search (UnityPla ollapsed);
ceEntryInfo* self); UnityFilterOption* unity_multi_range_filter_get_first_active (UnityMultiRan
void unity_place_entry_info_set_active_global_search (UnityPlaceEntryInfo* geFilter* self);
self, UnityPlaceSearch* value); UnityFilterOption* unity_multi_range_filter_get_last_active (UnityMultiRang
GType unity_browser_get_type (void) G_GNUC_CONST; eFilter* self);
UnityBrowser* unity_place_entry_info_get_browser (UnityPlaceEntryInfo* self GType unity_preview_get_type (void) G_GNUC_CONST;
); UnityPreview* unity_preview_construct (GType object_type);
void unity_place_entry_info_set_browser (UnityPlaceEntryInfo* self, UnityBr GType unity_no_preview_get_type (void) G_GNUC_CONST;
owser* value); UnityNoPreview* unity_no_preview_new (void);
GType unity_place_controller_get_type (void) G_GNUC_CONST; UnityNoPreview* unity_no_preview_construct (GType object_type);
UnityPlaceController* unity_place_controller_new (const gchar* dbus_path); GType unity_generic_preview_get_type (void) G_GNUC_CONST;
UnityPlaceController* unity_place_controller_construct (GType object_type, UnityGenericPreview* unity_generic_preview_new (const gchar* name, guint da
const gchar* dbus_path); te_modified, guint size, const gchar* type, const gchar* description, const
void unity_place_controller_add_entry (UnityPlaceController* self, UnityPla gchar* large_icon_hint, const gchar* primary_action_name, const gchar* pri
ceEntryInfo* entry); mary_action_icon_hint, const gchar* primary_action_uri, const gchar* second
UnityPlaceEntryInfo* unity_place_controller_get_entry (UnityPlaceController ary_action_name, const gchar* secondary_action_icon_hint, const gchar* seco
* self, const gchar* dbus_path); ndary_action_uri, const gchar* tertiary_action_name, const gchar* tertiary_
void unity_place_controller_remove_entry (UnityPlaceController* self, const action_icon_hint, const gchar* tertiary_action_uri);
gchar* dbus_path); UnityGenericPreview* unity_generic_preview_construct (GType object_type, co
guint unity_place_controller_num_entries (UnityPlaceController* self); nst gchar* name, guint date_modified, guint size, const gchar* type, const
gchar** unity_place_controller_get_entry_paths (UnityPlaceController* self, gchar* description, const gchar* large_icon_hint, const gchar* primary_acti
int* result_length1); on_name, const gchar* primary_action_icon_hint, const gchar* primary_action
UnityPlaceEntryInfo** unity_place_controller_get_entries (UnityPlaceControl _uri, const gchar* secondary_action_name, const gchar* secondary_action_ico
ler* self, int* result_length1); n_hint, const gchar* secondary_action_uri, const gchar* tertiary_action_nam
void unity_place_controller_export (UnityPlaceController* self, GError** er e, const gchar* tertiary_action_icon_hint, const gchar* tertiary_action_uri
ror); );
void unity_place_controller_unexport (UnityPlaceController* self, GError** GType unity_application_preview_get_type (void) G_GNUC_CONST;
error); UnityApplicationPreview* unity_application_preview_new (const gchar* name,
const gchar* unity_place_controller_get_dbus_path (UnityPlaceController* se const gchar* version, const gchar* size, const gchar* license, const gchar*
lf); last_updated, gfloat rating, guint n_ratings, const gchar* description, co
gboolean unity_place_controller_get_exported (UnityPlaceController* self); nst gchar* icon_hint, const gchar* screenshot_icon_hint, const gchar* prima
GType unity_activation_proxy_get_type (void) G_GNUC_CONST; ry_action_name, const gchar* primary_action_icon_hint, const gchar* primary
guint unity_activation_register_object (void* object, GDBusConnection* conn _action_uri);
ection, const gchar* path, GError** error); UnityApplicationPreview* unity_application_preview_construct (GType object_
GType unity_activation_get_type (void) G_GNUC_CONST; type, const gchar* name, const gchar* version, const gchar* size, const gch
UnityActivation* unity_place_controller_get_activation (UnityPlaceControlle ar* license, const gchar* last_updated, gfloat rating, guint n_ratings, con
r* self); st gchar* description, const gchar* icon_hint, const gchar* screenshot_icon
void unity_place_controller_set_activation (UnityPlaceController* self, Uni _hint, const gchar* primary_action_name, const gchar* primary_action_icon_h
tyActivation* value); int, const gchar* primary_action_uri);
void unity_activation_activate (UnityActivation* self, const gchar* uri, GA GType unity_track_preview_get_type (void) G_GNUC_CONST;
syncReadyCallback _callback_, gpointer _user_data_); UnityTrackPreview* unity_track_preview_new (guint number, const gchar* titl
guint32 unity_activation_activate_finish (UnityActivation* self, GAsyncResu e, const gchar* artist, const gchar* album, guint length, gchar** genres, i
lt* _res_, GError** error); nt genres_length1, const gchar* album_cover, const gchar* primary_action_na
GType unity_activation_status_get_type (void) G_GNUC_CONST; me, const gchar* primary_action_icon_hint, const gchar* primary_action_uri,
UnityBrowser* unity_browser_new (GType e_type, GBoxedCopyFunc e_dup_func, G const gchar* play_action_uri, const gchar* pause_action_uri);
DestroyNotify e_destroy_func, const gchar* dbus_path); UnityTrackPreview* unity_track_preview_construct (GType object_type, guint
UnityBrowser* unity_browser_construct (GType object_type, GType e_type, GBo number, const gchar* title, const gchar* artist, const gchar* album, guint
xedCopyFunc e_dup_func, GDestroyNotify e_destroy_func, const gchar* dbus_pa length, gchar** genres, int genres_length1, const gchar* album_cover, const
th); gchar* primary_action_name, const gchar* primary_action_icon_hint, const g
void unity_browser_record_state (UnityBrowser* self, gconstpointer state, c char* primary_action_uri, const gchar* play_action_uri, const gchar* pause_
onst gchar* comment); action_uri);
void unity_browser_clear (UnityBrowser* self); GType unity_album_preview_get_type (void) G_GNUC_CONST;
void unity_browser_go_back (UnityBrowser* self); UnityAlbumPreview* unity_album_preview_new (const gchar* name, const gchar*
void unity_browser_go_forward (UnityBrowser* self); artist, const gchar* year, gchar** genres, int genres_length1, const gchar
const gchar* unity_browser_get_dbus_path (UnityBrowser* self); * album_cover, const gchar* primary_action_name, const gchar* primary_actio
gpointer unity_stack_ref (gpointer instance); n_icon_hint, const gchar* primary_action_uri);
void unity_stack_unref (gpointer instance); UnityAlbumPreview* unity_album_preview_construct (GType object_type, const
GParamSpec* unity_param_spec_stack (const gchar* name, const gchar* nick, c gchar* name, const gchar* artist, const gchar* year, gchar** genres, int ge
onst gchar* blurb, GType object_type, GParamFlags flags); nres_length1, const gchar* album_cover, const gchar* primary_action_name, c
void unity_value_set_stack (GValue* value, gpointer v_object); onst gchar* primary_action_icon_hint, const gchar* primary_action_uri);
void unity_value_take_stack (GValue* value, gpointer v_object); GType unity_lens_search_get_type (void) G_GNUC_CONST;
gpointer unity_value_get_stack (const GValue* value); UnityLensSearch* unity_lens_search_new (const gchar* search_string, GHashTa
GType unity_stack_get_type (void) G_GNUC_CONST; ble* hints);
UnityStack* unity_stack_new (GType e_type, GBoxedCopyFunc e_dup_func, GDest UnityLensSearch* unity_lens_search_construct (GType object_type, const gcha
royNotify e_destroy_func); r* search_string, GHashTable* hints);
UnityStack* unity_stack_construct (GType object_type, GType e_type, GBoxedC gboolean unity_lens_search_equals (UnityLensSearch* self, UnityLensSearch*
opyFunc e_dup_func, GDestroyNotify e_destroy_func); other);
UnityStack* unity_stack_push (UnityStack* self, gconstpointer element); const gchar* unity_lens_search_get_search_string (UnityLensSearch* self);
gpointer unity_stack_pop (UnityStack* self); GHashTable* unity_lens_search_get_hints (UnityLensSearch* self);
gpointer unity_stack_peek (UnityStack* self); UnityScope* unity_scope_new (const gchar* dbus_path_);
gint unity_stack_size (UnityStack* self); UnityScope* unity_scope_construct (GType object_type, const gchar* dbus_pat
void unity_stack_clear (UnityStack* self); h_);
gboolean unity_stack_is_empty (UnityStack* self); void unity_scope_export (UnityScope* self, GError** error);
UnityFilter* unity_scope_get_filter (UnityScope* self, const gchar* id);
gboolean unity_scope_get_active (UnityScope* self);
void unity_scope_set_active (UnityScope* self, gboolean value);
gboolean unity_scope_get_exported (UnityScope* self);
gboolean unity_scope_get_search_in_global (UnityScope* self);
void unity_scope_set_search_in_global (UnityScope* self, gboolean value);
const gchar* unity_scope_get_dbus_path (UnityScope* self);
gchar** unity_scope_get_sources (UnityScope* self, int* result_length1);
void unity_scope_set_sources (UnityScope* self, gchar** value, int value_le
ngth1);
GList* unity_scope_get_filters (UnityScope* self);
DeeSharedModel* unity_scope_get_results_model (UnityScope* self);
DeeSharedModel* unity_scope_get_global_results_model (UnityScope* self);
UnityLensSearch* unity_scope_get_active_search (UnityScope* self);
void unity_scope_set_active_search (UnityScope* self, UnityLensSearch* valu
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;
UnityTrackMetadata* unity_track_metadata_new (void);
UnityTrackMetadata* unity_track_metadata_construct (GType object_type);
const gchar* unity_track_metadata_get_artist (UnityTrackMetadata* self);
void unity_track_metadata_set_artist (UnityTrackMetadata* self, const gchar
* value);
const gchar* unity_track_metadata_get_title (UnityTrackMetadata* self);
void unity_track_metadata_set_title (UnityTrackMetadata* self, const gchar*
value);
const gchar* unity_track_metadata_get_album (UnityTrackMetadata* self);
void unity_track_metadata_set_album (UnityTrackMetadata* self, const gchar*
value);
GFile* unity_track_metadata_get_art_location (UnityTrackMetadata* self);
void unity_track_metadata_set_art_location (UnityTrackMetadata* self, GFile
* value);
GType unity_playlist_get_type (void) G_GNUC_CONST;
UnityPlaylist* unity_playlist_new (const gchar* id);
UnityPlaylist* unity_playlist_construct (GType object_type, const gchar* id
);
const gchar* unity_playlist_get_id (UnityPlaylist* self);
const gchar* unity_playlist_get_name (UnityPlaylist* self);
void unity_playlist_set_name (UnityPlaylist* self, const gchar* value);
GIcon* unity_playlist_get_icon (UnityPlaylist* self);
void unity_playlist_set_icon (UnityPlaylist* self, GIcon* value);
GDateTime* unity_playlist_get_creation_date (UnityPlaylist* self);
void unity_playlist_set_creation_date (UnityPlaylist* self, GDateTime* valu
e);
GDateTime* unity_playlist_get_modification_date (UnityPlaylist* self);
void unity_playlist_set_modification_date (UnityPlaylist* self, GDateTime*
value);
GDateTime* unity_playlist_get_last_play_date (UnityPlaylist* self);
void unity_playlist_set_last_play_date (UnityPlaylist* self, GDateTime* val
ue);
GType unity_playback_state_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_construct (GType object_type, const gc
har* desktop);
gboolean unity_music_player_add_playlist (UnityMusicPlayer* self, UnityPlay
list* p);
gboolean unity_music_player_remove_playlist (UnityMusicPlayer* self, UnityP
laylist* p);
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);
GAppInfo* unity_music_player_get_app_info (UnityMusicPlayer* self);
const gchar* unity_music_player_get_desktop_file_name (UnityMusicPlayer* se
lf);
gboolean unity_music_player_get_is_blacklisted (UnityMusicPlayer* self);
void unity_music_player_set_is_blacklisted (UnityMusicPlayer* self, gboolea
n value);
const gchar* unity_music_player_get_title (UnityMusicPlayer* self);
void unity_music_player_set_title (UnityMusicPlayer* self, const gchar* val
ue);
gboolean unity_music_player_get_can_go_next (UnityMusicPlayer* self);
void unity_music_player_set_can_go_next (UnityMusicPlayer* self, gboolean v
alue);
gboolean unity_music_player_get_can_go_previous (UnityMusicPlayer* self);
void unity_music_player_set_can_go_previous (UnityMusicPlayer* self, gboole
an value);
gboolean unity_music_player_get_can_play (UnityMusicPlayer* self);
void unity_music_player_set_can_play (UnityMusicPlayer* self, gboolean valu
e);
gboolean unity_music_player_get_can_pause (UnityMusicPlayer* self);
void unity_music_player_set_can_pause (UnityMusicPlayer* self, gboolean val
ue);
UnityTrackMetadata* unity_music_player_get_current_track (UnityMusicPlayer*
self);
void unity_music_player_set_current_track (UnityMusicPlayer* self, UnityTra
ckMetadata* value);
UnityPlaybackState unity_music_player_get_playback_state (UnityMusicPlayer*
self);
void unity_music_player_set_playback_state (UnityMusicPlayer* self, UnityPl
aybackState value);
UnityPlaylist* unity_music_player_get_current_playlist (UnityMusicPlayer* s
elf);
void unity_music_player_set_current_playlist (UnityMusicPlayer* self, Unity
Playlist* value);
DbusmenuMenuitem* unity_music_player_get_track_menu (UnityMusicPlayer* self
);
void unity_music_player_set_track_menu (UnityMusicPlayer* self, DbusmenuMen
uitem* value);
DbusmenuMenuitem* unity_music_player_get_player_menu (UnityMusicPlayer* sel
f);
void unity_music_player_set_player_menu (UnityMusicPlayer* self, DbusmenuMe
nuitem* value);
GType unity_playlist_details_get_type (void) G_GNUC_CONST;
UnityPlaylistDetails* unity_playlist_details_dup (const UnityPlaylistDetail
s* self);
void unity_playlist_details_free (UnityPlaylistDetails* self);
void unity_playlist_details_copy (const UnityPlaylistDetails* self, UnityPl
aylistDetails* dest);
void unity_playlist_details_destroy (UnityPlaylistDetails* self);
GType unity_active_playlist_container_get_type (void) G_GNUC_CONST;
UnityActivePlaylistContainer* unity_active_playlist_container_dup (const Un
ityActivePlaylistContainer* self);
void unity_active_playlist_container_free (UnityActivePlaylistContainer* se
lf);
void unity_active_playlist_container_copy (const UnityActivePlaylistContain
er* self, UnityActivePlaylistContainer* dest);
void unity_active_playlist_container_destroy (UnityActivePlaylistContainer*
self);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 38 change blocks. 
302 lines changed or deleted 826 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/