unity.h   unity.h 
/* unity.h generated by valac 0.11.5, the Vala compiler, do not modify */ /* unity.h generated by valac 0.11.6, 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 <float.h> #include <float.h>
skipping to change at line 63 skipping to change at line 63
#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_PLACE_TYPE_RENDERER_INFO (unity_place_renderer_info_get_type #define UNITY_TYPE_PLACE_RENDERER_INFO (unity_place_renderer_info_get_type
()) ())
#define UNITY_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), #define UNITY_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),
UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfo)) UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfo))
#define UNITY_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k #define UNITY_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k
lass), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfoClass)) lass), UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfoClass))
#define UNITY_PLACE_IS_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj #define UNITY_IS_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj
), UNITY_PLACE_TYPE_RENDERER_INFO)) ), UNITY_TYPE_PLACE_RENDERER_INFO))
#define UNITY_PLACE_IS_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE #define UNITY_IS_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE
((klass), UNITY_PLACE_TYPE_RENDERER_INFO)) ((klass), UNITY_TYPE_PLACE_RENDERER_INFO))
#define UNITY_PLACE_RENDERER_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS #define UNITY_PLACE_RENDERER_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS
((obj), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfoClass)) ((obj), UNITY_TYPE_PLACE_RENDERER_INFO, UnityPlaceRendererInfoClass))
typedef struct _UnityPlaceRendererInfo UnityPlaceRendererInfo; typedef struct _UnityPlaceRendererInfo UnityPlaceRendererInfo;
typedef struct _UnityPlaceRendererInfoClass UnityPlaceRendererInfoClass; typedef struct _UnityPlaceRendererInfoClass UnityPlaceRendererInfoClass;
typedef struct _UnityPlaceRendererInfoPrivate UnityPlaceRendererInfoPrivate ; typedef struct _UnityPlaceRendererInfoPrivate UnityPlaceRendererInfoPrivate ;
#define UNITY_PLACE_TYPE_SEARCH (unity_place_search_get_type ()) #define UNITY_TYPE_PLACE_SEARCH (unity_place_search_get_type ())
#define UNITY_PLACE_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_P #define UNITY_PLACE_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_T
LACE_TYPE_SEARCH, UnityPlaceSearch)) YPE_PLACE_SEARCH, UnityPlaceSearch))
#define UNITY_PLACE_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), #define UNITY_PLACE_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
UNITY_PLACE_TYPE_SEARCH, UnityPlaceSearchClass)) UNITY_TYPE_PLACE_SEARCH, UnityPlaceSearchClass))
#define UNITY_PLACE_IS_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNIT #define UNITY_IS_PLACE_SEARCH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNIT
Y_PLACE_TYPE_SEARCH)) Y_TYPE_PLACE_SEARCH))
#define UNITY_PLACE_IS_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass #define UNITY_IS_PLACE_SEARCH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass
), UNITY_PLACE_TYPE_SEARCH)) ), UNITY_TYPE_PLACE_SEARCH))
#define UNITY_PLACE_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj) #define UNITY_PLACE_SEARCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj)
, UNITY_PLACE_TYPE_SEARCH, UnityPlaceSearchClass)) , UNITY_TYPE_PLACE_SEARCH, UnityPlaceSearchClass))
typedef struct _UnityPlaceSearch UnityPlaceSearch; typedef struct _UnityPlaceSearch UnityPlaceSearch;
typedef struct _UnityPlaceSearchClass UnityPlaceSearchClass; typedef struct _UnityPlaceSearchClass UnityPlaceSearchClass;
typedef struct _UnityPlaceSearchPrivate UnityPlaceSearchPrivate; typedef struct _UnityPlaceSearchPrivate UnityPlaceSearchPrivate;
#define UNITY_PLACE_TYPE_ENTRY_INFO (unity_place_entry_info_get_type ()) #define UNITY_TYPE_PLACE_ENTRY_INFO (unity_place_entry_info_get_type ())
#define UNITY_PLACE_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI #define UNITY_PLACE_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI
TY_PLACE_TYPE_ENTRY_INFO, UnityPlaceEntryInfo)) TY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfo))
#define UNITY_PLACE_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas #define UNITY_PLACE_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas
s), UNITY_PLACE_TYPE_ENTRY_INFO, UnityPlaceEntryInfoClass)) s), UNITY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfoClass))
#define UNITY_PLACE_IS_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), #define UNITY_IS_PLACE_ENTRY_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),
UNITY_PLACE_TYPE_ENTRY_INFO)) UNITY_TYPE_PLACE_ENTRY_INFO))
#define UNITY_PLACE_IS_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k #define UNITY_IS_PLACE_ENTRY_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k
lass), UNITY_PLACE_TYPE_ENTRY_INFO)) lass), UNITY_TYPE_PLACE_ENTRY_INFO))
#define UNITY_PLACE_ENTRY_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( #define UNITY_PLACE_ENTRY_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((
obj), UNITY_PLACE_TYPE_ENTRY_INFO, UnityPlaceEntryInfoClass)) obj), UNITY_TYPE_PLACE_ENTRY_INFO, UnityPlaceEntryInfoClass))
typedef struct _UnityPlaceEntryInfo UnityPlaceEntryInfo; typedef struct _UnityPlaceEntryInfo UnityPlaceEntryInfo;
typedef struct _UnityPlaceEntryInfoClass UnityPlaceEntryInfoClass; typedef struct _UnityPlaceEntryInfoClass UnityPlaceEntryInfoClass;
typedef struct _UnityPlaceEntryInfoPrivate UnityPlaceEntryInfoPrivate; typedef struct _UnityPlaceEntryInfoPrivate UnityPlaceEntryInfoPrivate;
#define UNITY_PLACE_TYPE_BROWSER (unity_place_browser_get_type ()) #define UNITY_TYPE_BROWSER (unity_browser_get_type ())
#define UNITY_PLACE_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_ #define UNITY_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_B
PLACE_TYPE_BROWSER, UnityPlaceBrowser)) ROWSER, UnityBrowser))
#define UNITY_PLACE_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), #define UNITY_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY
UNITY_PLACE_TYPE_BROWSER, UnityPlaceBrowserClass)) _TYPE_BROWSER, UnityBrowserClass))
#define UNITY_PLACE_IS_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNI #define UNITY_IS_BROWSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYP
TY_PLACE_TYPE_BROWSER)) E_BROWSER))
#define UNITY_PLACE_IS_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas #define UNITY_IS_BROWSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UN
s), UNITY_PLACE_TYPE_BROWSER)) ITY_TYPE_BROWSER))
#define UNITY_PLACE_BROWSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj #define UNITY_BROWSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNI
), UNITY_PLACE_TYPE_BROWSER, UnityPlaceBrowserClass)) TY_TYPE_BROWSER, UnityBrowserClass))
typedef struct _UnityPlaceBrowser UnityPlaceBrowser; typedef struct _UnityBrowser UnityBrowser;
typedef struct _UnityPlaceBrowserClass UnityPlaceBrowserClass; typedef struct _UnityBrowserClass UnityBrowserClass;
#define UNITY_PLACE_TYPE_CONTROLLER (unity_place_controller_get_type ()) #define UNITY_TYPE_PLACE_CONTROLLER (unity_place_controller_get_type ())
#define UNITY_PLACE_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI #define UNITY_PLACE_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI
TY_PLACE_TYPE_CONTROLLER, UnityPlaceController)) TY_TYPE_PLACE_CONTROLLER, UnityPlaceController))
#define UNITY_PLACE_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas #define UNITY_PLACE_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas
s), UNITY_PLACE_TYPE_CONTROLLER, UnityPlaceControllerClass)) s), UNITY_TYPE_PLACE_CONTROLLER, UnityPlaceControllerClass))
#define UNITY_PLACE_IS_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), #define UNITY_IS_PLACE_CONTROLLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj),
UNITY_PLACE_TYPE_CONTROLLER)) UNITY_TYPE_PLACE_CONTROLLER))
#define UNITY_PLACE_IS_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k #define UNITY_IS_PLACE_CONTROLLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k
lass), UNITY_PLACE_TYPE_CONTROLLER)) lass), UNITY_TYPE_PLACE_CONTROLLER))
#define UNITY_PLACE_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( #define UNITY_PLACE_CONTROLLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((
obj), UNITY_PLACE_TYPE_CONTROLLER, UnityPlaceControllerClass)) obj), UNITY_TYPE_PLACE_CONTROLLER, UnityPlaceControllerClass))
typedef struct _UnityPlaceController UnityPlaceController; typedef struct _UnityPlaceController UnityPlaceController;
typedef struct _UnityPlaceControllerClass UnityPlaceControllerClass; typedef struct _UnityPlaceControllerClass UnityPlaceControllerClass;
typedef struct _UnityPlaceControllerPrivate UnityPlaceControllerPrivate; typedef struct _UnityPlaceControllerPrivate UnityPlaceControllerPrivate;
#define UNITY_PLACE_TYPE_ACTIVATION (unity_place_activation_get_type ()) #define UNITY_TYPE_ACTIVATION (unity_activation_get_type ())
#define UNITY_PLACE_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI #define UNITY_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYP
TY_PLACE_TYPE_ACTIVATION, UnityPlaceActivation)) E_ACTIVATION, UnityActivation))
#define UNITY_PLACE_IS_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), #define UNITY_IS_ACTIVATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_
UNITY_PLACE_TYPE_ACTIVATION)) TYPE_ACTIVATION))
#define UNITY_PLACE_ACTIVATION_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTE #define UNITY_ACTIVATION_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE
RFACE ((obj), UNITY_PLACE_TYPE_ACTIVATION, UnityPlaceActivationIface)) ((obj), UNITY_TYPE_ACTIVATION, UnityActivationIface))
typedef struct _UnityPlaceActivation UnityPlaceActivation; typedef struct _UnityActivation UnityActivation;
typedef struct _UnityPlaceActivationIface UnityPlaceActivationIface; typedef struct _UnityActivationIface UnityActivationIface;
#define UNITY_PLACE_TYPE_ACTIVATION_PROXY (unity_place_activation_proxy_get _type ()) #define UNITY_TYPE_ACTIVATION_PROXY (unity_activation_proxy_get_type ())
#define UNITY_PLACE_TYPE_ACTIVATION_STATUS (unity_place_activation_status_g #define UNITY_TYPE_ACTIVATION_STATUS (unity_activation_status_get_type ())
et_type ()) typedef struct _UnityBrowserPrivate UnityBrowserPrivate;
typedef struct _UnityPlaceBrowserPrivate UnityPlaceBrowserPrivate;
#define UNITY_PLACE_TYPE_STACK (unity_place_stack_get_type ()) #define UNITY_TYPE_STACK (unity_stack_get_type ())
#define UNITY_PLACE_STACK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_PL #define UNITY_STACK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE_STA
ACE_TYPE_STACK, UnityPlaceStack)) CK, UnityStack))
#define UNITY_PLACE_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), U #define UNITY_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_T
NITY_PLACE_TYPE_STACK, UnityPlaceStackClass)) YPE_STACK, UnityStackClass))
#define UNITY_PLACE_IS_STACK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY #define UNITY_IS_STACK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_
_PLACE_TYPE_STACK)) STACK))
#define UNITY_PLACE_IS_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) #define UNITY_IS_STACK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNIT
, UNITY_PLACE_TYPE_STACK)) Y_TYPE_STACK))
#define UNITY_PLACE_STACK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), #define UNITY_STACK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY
UNITY_PLACE_TYPE_STACK, UnityPlaceStackClass)) _TYPE_STACK, UnityStackClass))
typedef struct _UnityPlaceStack UnityPlaceStack; typedef struct _UnityStack UnityStack;
typedef struct _UnityPlaceStackClass UnityPlaceStackClass; typedef struct _UnityStackClass UnityStackClass;
typedef struct _UnityPlaceStackPrivate UnityPlaceStackPrivate; typedef struct _UnityStackPrivate UnityStackPrivate;
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 210 skipping to change at line 210
struct _UnityPlaceController { struct _UnityPlaceController {
GObject parent_instance; GObject parent_instance;
UnityPlaceControllerPrivate * priv; UnityPlaceControllerPrivate * priv;
}; };
struct _UnityPlaceControllerClass { struct _UnityPlaceControllerClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityPlaceActivationIface { struct _UnityActivationIface {
GTypeInterface parent_iface; GTypeInterface parent_iface;
void (*activate) (UnityPlaceActivation* self, const gchar* uri, GAsy void (*activate) (UnityActivation* self, const gchar* uri, GAsyncRea
ncReadyCallback _callback_, gpointer _user_data_); dyCallback _callback_, gpointer _user_data_);
guint32 (*activate_finish) (UnityPlaceActivation* self, GAsyncResult guint32 (*activate_finish) (UnityActivation* self, GAsyncResult* _re
* _res_, GError** error); s_, GError** error);
}; };
typedef enum { typedef enum {
UNITY_PLACE_ACTIVATION_STATUS_NOT_ACTIVATED, UNITY_ACTIVATION_STATUS_NOT_ACTIVATED,
UNITY_PLACE_ACTIVATION_STATUS_ACTIVATED_SHOW_DASH, UNITY_ACTIVATION_STATUS_ACTIVATED_SHOW_DASH,
UNITY_PLACE_ACTIVATION_STATUS_ACTIVATED_HIDE_DASH UNITY_ACTIVATION_STATUS_ACTIVATED_HIDE_DASH
} UnityPlaceActivationStatus; } UnityActivationStatus;
struct _UnityPlaceBrowser { struct _UnityBrowser {
GObject parent_instance; GObject parent_instance;
UnityPlaceBrowserPrivate * priv; UnityBrowserPrivate * priv;
}; };
struct _UnityPlaceBrowserClass { struct _UnityBrowserClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnityPlaceStack { struct _UnityStack {
GTypeInstance parent_instance; GTypeInstance parent_instance;
volatile int ref_count; volatile int ref_count;
UnityPlaceStackPrivate * priv; UnityStackPrivate * priv;
}; };
struct _UnityPlaceStackClass { struct _UnityStackClass {
GTypeClass parent_class; GTypeClass parent_class;
void (*finalize) (UnityPlaceStack *self); void (*finalize) (UnityStack *self);
}; };
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 336 skipping to change at line 336
DeeModel* unity_place_entry_info_get_sections_model (UnityPlaceEntryInfo* s elf); DeeModel* unity_place_entry_info_get_sections_model (UnityPlaceEntryInfo* s elf);
void unity_place_entry_info_set_sections_model (UnityPlaceEntryInfo* self, DeeModel* value); void unity_place_entry_info_set_sections_model (UnityPlaceEntryInfo* self, DeeModel* value);
gboolean unity_place_entry_info_get_active (UnityPlaceEntryInfo* self); gboolean unity_place_entry_info_get_active (UnityPlaceEntryInfo* self);
void unity_place_entry_info_set_active (UnityPlaceEntryInfo* self, gboolean value); void unity_place_entry_info_set_active (UnityPlaceEntryInfo* self, gboolean value);
guint unity_place_entry_info_get_active_section (UnityPlaceEntryInfo* self) ; guint unity_place_entry_info_get_active_section (UnityPlaceEntryInfo* self) ;
void unity_place_entry_info_set_active_section (UnityPlaceEntryInfo* self, guint value); void unity_place_entry_info_set_active_section (UnityPlaceEntryInfo* self, guint value);
UnityPlaceSearch* unity_place_entry_info_get_active_search (UnityPlaceEntry Info* self); UnityPlaceSearch* unity_place_entry_info_get_active_search (UnityPlaceEntry Info* self);
void unity_place_entry_info_set_active_search (UnityPlaceEntryInfo* self, U nityPlaceSearch* value); void unity_place_entry_info_set_active_search (UnityPlaceEntryInfo* self, U nityPlaceSearch* value);
UnityPlaceSearch* unity_place_entry_info_get_active_global_search (UnityPla ceEntryInfo* self); UnityPlaceSearch* unity_place_entry_info_get_active_global_search (UnityPla ceEntryInfo* self);
void unity_place_entry_info_set_active_global_search (UnityPlaceEntryInfo* self, UnityPlaceSearch* value); void unity_place_entry_info_set_active_global_search (UnityPlaceEntryInfo* self, UnityPlaceSearch* value);
GType unity_place_browser_get_type (void) G_GNUC_CONST; GType unity_browser_get_type (void) G_GNUC_CONST;
UnityPlaceBrowser* unity_place_entry_info_get_browser (UnityPlaceEntryInfo* UnityBrowser* unity_place_entry_info_get_browser (UnityPlaceEntryInfo* self
self); );
void unity_place_entry_info_set_browser (UnityPlaceEntryInfo* self, UnityPl void unity_place_entry_info_set_browser (UnityPlaceEntryInfo* self, UnityBr
aceBrowser* value); owser* value);
GType unity_place_controller_get_type (void) G_GNUC_CONST; GType unity_place_controller_get_type (void) G_GNUC_CONST;
UnityPlaceController* unity_place_controller_new (const gchar* dbus_path); UnityPlaceController* unity_place_controller_new (const gchar* dbus_path);
UnityPlaceController* unity_place_controller_construct (GType object_type, const gchar* dbus_path); UnityPlaceController* unity_place_controller_construct (GType object_type, const gchar* dbus_path);
void unity_place_controller_add_entry (UnityPlaceController* self, UnityPla ceEntryInfo* entry); void unity_place_controller_add_entry (UnityPlaceController* self, UnityPla ceEntryInfo* entry);
UnityPlaceEntryInfo* unity_place_controller_get_entry (UnityPlaceController * self, const gchar* dbus_path); UnityPlaceEntryInfo* unity_place_controller_get_entry (UnityPlaceController * self, const gchar* dbus_path);
void unity_place_controller_remove_entry (UnityPlaceController* self, const gchar* dbus_path); void unity_place_controller_remove_entry (UnityPlaceController* self, const gchar* dbus_path);
guint unity_place_controller_num_entries (UnityPlaceController* self); guint unity_place_controller_num_entries (UnityPlaceController* self);
gchar** unity_place_controller_get_entry_paths (UnityPlaceController* self, int* result_length1); gchar** unity_place_controller_get_entry_paths (UnityPlaceController* self, int* result_length1);
UnityPlaceEntryInfo** unity_place_controller_get_entries (UnityPlaceControl ler* self, int* result_length1); UnityPlaceEntryInfo** unity_place_controller_get_entries (UnityPlaceControl ler* self, int* result_length1);
void unity_place_controller_export (UnityPlaceController* self, GError** er ror); void unity_place_controller_export (UnityPlaceController* self, GError** er ror);
void unity_place_controller_unexport (UnityPlaceController* self, GError** error); void unity_place_controller_unexport (UnityPlaceController* self, GError** error);
const gchar* unity_place_controller_get_dbus_path (UnityPlaceController* se lf); const gchar* unity_place_controller_get_dbus_path (UnityPlaceController* se lf);
gboolean unity_place_controller_get_exported (UnityPlaceController* self); gboolean unity_place_controller_get_exported (UnityPlaceController* self);
GType unity_place_activation_proxy_get_type (void) G_GNUC_CONST; GType unity_activation_proxy_get_type (void) G_GNUC_CONST;
guint unity_place_activation_register_object (void* object, GDBusConnection guint unity_activation_register_object (void* object, GDBusConnection* conn
* connection, const gchar* path, GError** error); ection, const gchar* path, GError** error);
GType unity_place_activation_get_type (void) G_GNUC_CONST; GType unity_activation_get_type (void) G_GNUC_CONST;
UnityPlaceActivation* unity_place_controller_get_activation (UnityPlaceCont UnityActivation* unity_place_controller_get_activation (UnityPlaceControlle
roller* self); r* self);
void unity_place_controller_set_activation (UnityPlaceController* self, Uni void unity_place_controller_set_activation (UnityPlaceController* self, Uni
tyPlaceActivation* value); tyActivation* value);
void unity_place_activation_activate (UnityPlaceActivation* self, const gch void unity_activation_activate (UnityActivation* self, const gchar* uri, GA
ar* uri, GAsyncReadyCallback _callback_, gpointer _user_data_); syncReadyCallback _callback_, gpointer _user_data_);
guint32 unity_place_activation_activate_finish (UnityPlaceActivation* self, guint32 unity_activation_activate_finish (UnityActivation* self, GAsyncResu
GAsyncResult* _res_, GError** error); lt* _res_, GError** error);
GType unity_place_activation_status_get_type (void) G_GNUC_CONST; GType unity_activation_status_get_type (void) G_GNUC_CONST;
UnityPlaceBrowser* unity_place_browser_new (GType e_type, GBoxedCopyFunc e_ UnityBrowser* unity_browser_new (GType e_type, GBoxedCopyFunc e_dup_func, G
dup_func, GDestroyNotify e_destroy_func, const gchar* dbus_path); DestroyNotify e_destroy_func, const gchar* dbus_path);
UnityPlaceBrowser* unity_place_browser_construct (GType object_type, GType UnityBrowser* unity_browser_construct (GType object_type, GType e_type, GBo
e_type, GBoxedCopyFunc e_dup_func, GDestroyNotify e_destroy_func, const gch xedCopyFunc e_dup_func, GDestroyNotify e_destroy_func, const gchar* dbus_pa
ar* dbus_path); th);
void unity_place_browser_record_state (UnityPlaceBrowser* self, gconstpoint void unity_browser_record_state (UnityBrowser* self, gconstpointer state, c
er state, const gchar* comment); onst gchar* comment);
void unity_place_browser_clear (UnityPlaceBrowser* self); void unity_browser_clear (UnityBrowser* self);
void unity_place_browser_go_back (UnityPlaceBrowser* self); void unity_browser_go_back (UnityBrowser* self);
void unity_place_browser_go_forward (UnityPlaceBrowser* self); void unity_browser_go_forward (UnityBrowser* self);
const gchar* unity_place_browser_get_dbus_path (UnityPlaceBrowser* self); const gchar* unity_browser_get_dbus_path (UnityBrowser* self);
gpointer unity_place_stack_ref (gpointer instance); gpointer unity_stack_ref (gpointer instance);
void unity_place_stack_unref (gpointer instance); void unity_stack_unref (gpointer instance);
GParamSpec* unity_place_param_spec_stack (const gchar* name, const gchar* n GParamSpec* unity_param_spec_stack (const gchar* name, const gchar* nick, c
ick, const gchar* blurb, GType object_type, GParamFlags flags); onst gchar* blurb, GType object_type, GParamFlags flags);
void unity_place_value_set_stack (GValue* value, gpointer v_object); void unity_value_set_stack (GValue* value, gpointer v_object);
void unity_place_value_take_stack (GValue* value, gpointer v_object); void unity_value_take_stack (GValue* value, gpointer v_object);
gpointer unity_place_value_get_stack (const GValue* value); gpointer unity_value_get_stack (const GValue* value);
GType unity_place_stack_get_type (void) G_GNUC_CONST; GType unity_stack_get_type (void) G_GNUC_CONST;
UnityPlaceStack* unity_place_stack_new (GType e_type, GBoxedCopyFunc e_dup_ UnityStack* unity_stack_new (GType e_type, GBoxedCopyFunc e_dup_func, GDest
func, GDestroyNotify e_destroy_func); royNotify e_destroy_func);
UnityPlaceStack* unity_place_stack_construct (GType object_type, GType e_ty UnityStack* unity_stack_construct (GType object_type, GType e_type, GBoxedC
pe, GBoxedCopyFunc e_dup_func, GDestroyNotify e_destroy_func); opyFunc e_dup_func, GDestroyNotify e_destroy_func);
UnityPlaceStack* unity_place_stack_push (UnityPlaceStack* self, gconstpoint UnityStack* unity_stack_push (UnityStack* self, gconstpointer element);
er element); gpointer unity_stack_pop (UnityStack* self);
gpointer unity_place_stack_pop (UnityPlaceStack* self); gpointer unity_stack_peek (UnityStack* self);
gpointer unity_place_stack_peek (UnityPlaceStack* self); gint unity_stack_size (UnityStack* self);
gint unity_place_stack_size (UnityPlaceStack* self); void unity_stack_clear (UnityStack* self);
void unity_place_stack_clear (UnityPlaceStack* self); gboolean unity_stack_is_empty (UnityStack* self);
gboolean unity_place_stack_is_empty (UnityPlaceStack* self);
GVariant* unity_serializable_serialize (UnitySerializable* self); GVariant* unity_serializable_serialize (UnitySerializable* self);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 25 change blocks. 
150 lines changed or deleted 148 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/