unity.h | unity.h | |||
---|---|---|---|---|
/* unity.h generated by valac 0.11.3, the Vala compiler, do not modify */ | /* unity.h generated by valac 0.11.5, 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 <gee.h> | #include <float.h> | |||
#include <math.h> | ||||
#include <libdbusmenu-glib/client.h> | ||||
#include <libdbusmenu-glib/dbusmenu-glib.h> | ||||
#include <libdbusmenu-glib/menuitem-proxy.h> | ||||
#include <libdbusmenu-glib/menuitem.h> | ||||
#include <libdbusmenu-glib/server.h> | ||||
#include <dee.h> | #include <dee.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define UNITY_TYPE_APP_INFO_MANAGER (unity_app_info_manager_get_type ()) | #define UNITY_TYPE_APP_INFO_MANAGER (unity_app_info_manager_get_type ()) | |||
#define UNITY_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI TY_TYPE_APP_INFO_MANAGER, UnityAppInfoManager)) | #define UNITY_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNI TY_TYPE_APP_INFO_MANAGER, UnityAppInfoManager)) | |||
#define UNITY_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas s), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) | #define UNITY_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas s), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) | |||
#define UNITY_IS_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_APP_INFO_MANAGER)) | #define UNITY_IS_APP_INFO_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_TYPE_APP_INFO_MANAGER)) | |||
#define UNITY_IS_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k lass), UNITY_TYPE_APP_INFO_MANAGER)) | #define UNITY_IS_APP_INFO_MANAGER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k lass), UNITY_TYPE_APP_INFO_MANAGER)) | |||
#define UNITY_APP_INFO_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( obj), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) | #define UNITY_APP_INFO_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( obj), UNITY_TYPE_APP_INFO_MANAGER, UnityAppInfoManagerClass)) | |||
typedef struct _UnityAppInfoManager UnityAppInfoManager; | typedef struct _UnityAppInfoManager UnityAppInfoManager; | |||
typedef struct _UnityAppInfoManagerClass UnityAppInfoManagerClass; | typedef struct _UnityAppInfoManagerClass UnityAppInfoManagerClass; | |||
typedef struct _UnityAppInfoManagerPrivate UnityAppInfoManagerPrivate; | typedef struct _UnityAppInfoManagerPrivate UnityAppInfoManagerPrivate; | |||
#define UNITY_TYPE_INSPECTOR (unity_inspector_get_type ()) | ||||
#define UNITY_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE | ||||
_INSPECTOR, UnityInspector)) | ||||
#define UNITY_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNI | ||||
TY_TYPE_INSPECTOR, UnityInspectorClass)) | ||||
#define UNITY_IS_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_T | ||||
YPE_INSPECTOR)) | ||||
#define UNITY_IS_INSPECTOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), | ||||
UNITY_TYPE_INSPECTOR)) | ||||
#define UNITY_INSPECTOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), U | ||||
NITY_TYPE_INSPECTOR, UnityInspectorClass)) | ||||
typedef struct _UnityInspector UnityInspector; | ||||
typedef struct _UnityInspectorClass UnityInspectorClass; | ||||
typedef struct _UnityInspectorPrivate UnityInspectorPrivate; | ||||
#define UNITY_TYPE_SERIALIZABLE (unity_serializable_get_type ()) | ||||
#define UNITY_SERIALIZABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_T | ||||
YPE_SERIALIZABLE, UnitySerializable)) | ||||
#define UNITY_IS_SERIALIZABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNIT | ||||
Y_TYPE_SERIALIZABLE)) | ||||
#define UNITY_SERIALIZABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFAC | ||||
E ((obj), UNITY_TYPE_SERIALIZABLE, UnitySerializableIface)) | ||||
typedef struct _UnitySerializable UnitySerializable; | ||||
typedef struct _UnitySerializableIface UnitySerializableIface; | ||||
#define UNITY_TYPE_LAUNCHER_ENTRY (unity_launcher_entry_get_type ()) | ||||
#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_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_LAUNCHER_ENTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((ob | ||||
j), UNITY_TYPE_LAUNCHER_ENTRY, UnityLauncherEntryClass)) | ||||
typedef struct _UnityLauncherEntry UnityLauncherEntry; | ||||
typedef struct _UnityLauncherEntryClass UnityLauncherEntryClass; | ||||
typedef struct _UnityLauncherEntryPrivate UnityLauncherEntryPrivate; | ||||
#define UNITY_PLACE_TYPE_RENDERER_INFO (unity_place_renderer_info_get_type ()) | #define UNITY_PLACE_TYPE_RENDERER_INFO (unity_place_renderer_info_get_type ()) | |||
#define UNITY_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfo)) | #define UNITY_PLACE_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfo)) | |||
#define UNITY_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfoClass)) | #define UNITY_PLACE_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((k lass), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfoClass)) | |||
#define UNITY_PLACE_IS_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_PLACE_TYPE_RENDERER_INFO)) | #define UNITY_PLACE_IS_RENDERER_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj ), UNITY_PLACE_TYPE_RENDERER_INFO)) | |||
#define UNITY_PLACE_IS_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_PLACE_TYPE_RENDERER_INFO)) | #define UNITY_PLACE_IS_RENDERER_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_PLACE_TYPE_RENDERER_INFO)) | |||
#define UNITY_PLACE_RENDERER_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_PLACE_TYPE_RENDERER_INFO, UnityPlaceRendererInfoClass)) | #define UNITY_PLACE_RENDERER_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_PLACE_TYPE_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 ; | |||
skipping to change at line 114 | skipping to change at line 150 | |||
struct _UnityAppInfoManager { | struct _UnityAppInfoManager { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityAppInfoManagerPrivate * priv; | UnityAppInfoManagerPrivate * priv; | |||
}; | }; | |||
struct _UnityAppInfoManagerClass { | struct _UnityAppInfoManagerClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
struct _UnityInspector { | ||||
GObject parent_instance; | ||||
UnityInspectorPrivate * priv; | ||||
}; | ||||
struct _UnityInspectorClass { | ||||
GObjectClass parent_class; | ||||
}; | ||||
struct _UnitySerializableIface { | ||||
GTypeInterface parent_iface; | ||||
GVariant* (*serialize) (UnitySerializable* self); | ||||
}; | ||||
struct _UnityLauncherEntry { | ||||
GObject parent_instance; | ||||
UnityLauncherEntryPrivate * priv; | ||||
char* _object_path; | ||||
}; | ||||
struct _UnityLauncherEntryClass { | ||||
GObjectClass parent_class; | ||||
}; | ||||
struct _UnityPlaceRendererInfo { | struct _UnityPlaceRendererInfo { | |||
GObject parent_instance; | GObject parent_instance; | |||
UnityPlaceRendererInfoPrivate * priv; | UnityPlaceRendererInfoPrivate * priv; | |||
}; | }; | |||
struct _UnityPlaceRendererInfoClass { | struct _UnityPlaceRendererInfoClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
struct _UnityPlaceSearch { | struct _UnityPlaceSearch { | |||
skipping to change at line 185 | skipping to change at line 245 | |||
}; | }; | |||
struct _UnityPlaceStackClass { | struct _UnityPlaceStackClass { | |||
GTypeClass parent_class; | GTypeClass parent_class; | |||
void (*finalize) (UnityPlaceStack *self); | void (*finalize) (UnityPlaceStack *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); | |||
GeeList* unity_app_info_manager_get_categories (UnityAppInfoManager* self, const gchar* id); | 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; | ||||
UnityInspector* unity_inspector_get_default (void); | ||||
gboolean unity_inspector_get_unity_running (UnityInspector* self); | ||||
const gchar* unity_inspector_get_unity_bus_name (UnityInspector* self); | ||||
void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _); | void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _); | |||
void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error); | void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error); | |||
void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_); | void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_); | |||
GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error); | GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error); | |||
void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_); | void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_); | |||
GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error); | GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error); | |||
gchar** unity_io_get_system_data_dirs (int* result_length1); | gchar** unity_io_get_system_data_dirs (int* result_length1); | |||
GType unity_serializable_get_type (void) G_GNUC_CONST; | ||||
GType unity_launcher_entry_get_type (void) G_GNUC_CONST; | ||||
UnityLauncherEntry* unity_launcher_entry_get_for_app_uri (const gchar* app_ | ||||
uri); | ||||
UnityLauncherEntry* unity_launcher_entry_get_for_desktop_id (const gchar* d | ||||
esktop_id); | ||||
UnityLauncherEntry* unity_launcher_entry_get_for_desktop_file (const gchar* | ||||
desktop_file); | ||||
const gchar* unity_launcher_entry_get_app_uri (UnityLauncherEntry* self); | ||||
void unity_launcher_entry_set_app_uri (UnityLauncherEntry* self, const gcha | ||||
r* value); | ||||
gint64 unity_launcher_entry_get_count (UnityLauncherEntry* self); | ||||
void unity_launcher_entry_set_count (UnityLauncherEntry* self, gint64 value | ||||
); | ||||
gboolean unity_launcher_entry_get_count_visible (UnityLauncherEntry* self); | ||||
void unity_launcher_entry_set_count_visible (UnityLauncherEntry* self, gboo | ||||
lean value); | ||||
gdouble unity_launcher_entry_get_progress (UnityLauncherEntry* self); | ||||
void unity_launcher_entry_set_progress (UnityLauncherEntry* self, gdouble v | ||||
alue); | ||||
gboolean unity_launcher_entry_get_progress_visible (UnityLauncherEntry* sel | ||||
f); | ||||
void unity_launcher_entry_set_progress_visible (UnityLauncherEntry* self, g | ||||
boolean value); | ||||
GIcon* unity_launcher_entry_get_emblem (UnityLauncherEntry* self); | ||||
void unity_launcher_entry_set_emblem (UnityLauncherEntry* self, GIcon* valu | ||||
e); | ||||
gboolean unity_launcher_entry_get_emblem_visible (UnityLauncherEntry* self) | ||||
; | ||||
void unity_launcher_entry_set_emblem_visible (UnityLauncherEntry* self, gbo | ||||
olean value); | ||||
DbusmenuMenuitem* unity_launcher_entry_get_quicklist (UnityLauncherEntry* s | ||||
elf); | ||||
void unity_launcher_entry_set_quicklist (UnityLauncherEntry* self, Dbusmenu | ||||
Menuitem* value); | ||||
GType unity_place_renderer_info_get_type (void) G_GNUC_CONST; | GType unity_place_renderer_info_get_type (void) G_GNUC_CONST; | |||
void unity_place_renderer_info_set_hint (UnityPlaceRendererInfo* self, cons t gchar* hint, const gchar* val); | void unity_place_renderer_info_set_hint (UnityPlaceRendererInfo* self, cons t gchar* hint, const gchar* val); | |||
gchar* unity_place_renderer_info_get_hint (UnityPlaceRendererInfo* self, co nst gchar* hint); | gchar* unity_place_renderer_info_get_hint (UnityPlaceRendererInfo* self, co nst gchar* hint); | |||
void unity_place_renderer_info_clear_hint (UnityPlaceRendererInfo* self, co nst gchar* hint); | void unity_place_renderer_info_clear_hint (UnityPlaceRendererInfo* self, co nst gchar* hint); | |||
void unity_place_renderer_info_clear_hints (UnityPlaceRendererInfo* self); | void unity_place_renderer_info_clear_hints (UnityPlaceRendererInfo* self); | |||
guint unity_place_renderer_info_num_hints (UnityPlaceRendererInfo* self); | guint unity_place_renderer_info_num_hints (UnityPlaceRendererInfo* self); | |||
const gchar* unity_place_renderer_info_get_default_renderer (UnityPlaceRend ererInfo* self); | const gchar* unity_place_renderer_info_get_default_renderer (UnityPlaceRend ererInfo* self); | |||
void unity_place_renderer_info_set_default_renderer (UnityPlaceRendererInfo * self, const gchar* value); | void unity_place_renderer_info_set_default_renderer (UnityPlaceRendererInfo * self, const gchar* value); | |||
DeeModel* unity_place_renderer_info_get_groups_model (UnityPlaceRendererInf o* self); | DeeModel* unity_place_renderer_info_get_groups_model (UnityPlaceRendererInf o* self); | |||
void unity_place_renderer_info_set_groups_model (UnityPlaceRendererInfo* se lf, DeeModel* value); | void unity_place_renderer_info_set_groups_model (UnityPlaceRendererInfo* se lf, DeeModel* value); | |||
skipping to change at line 297 | skipping to change at line 382 | |||
gpointer unity_place_value_get_stack (const GValue* value); | gpointer unity_place_value_get_stack (const GValue* value); | |||
GType unity_place_stack_get_type (void) G_GNUC_CONST; | GType unity_place_stack_get_type (void) G_GNUC_CONST; | |||
UnityPlaceStack* unity_place_stack_new (GType e_type, GBoxedCopyFunc e_dup_ func, GDestroyNotify e_destroy_func); | UnityPlaceStack* unity_place_stack_new (GType e_type, GBoxedCopyFunc e_dup_ func, GDestroyNotify e_destroy_func); | |||
UnityPlaceStack* unity_place_stack_construct (GType object_type, GType e_ty pe, GBoxedCopyFunc e_dup_func, GDestroyNotify e_destroy_func); | UnityPlaceStack* unity_place_stack_construct (GType object_type, GType e_ty pe, GBoxedCopyFunc e_dup_func, GDestroyNotify e_destroy_func); | |||
UnityPlaceStack* unity_place_stack_push (UnityPlaceStack* self, gconstpoint er element); | UnityPlaceStack* unity_place_stack_push (UnityPlaceStack* self, gconstpoint er element); | |||
gpointer unity_place_stack_pop (UnityPlaceStack* self); | gpointer unity_place_stack_pop (UnityPlaceStack* self); | |||
gpointer unity_place_stack_peek (UnityPlaceStack* self); | gpointer unity_place_stack_peek (UnityPlaceStack* self); | |||
gint unity_place_stack_size (UnityPlaceStack* self); | gint unity_place_stack_size (UnityPlaceStack* self); | |||
void unity_place_stack_clear (UnityPlaceStack* self); | void unity_place_stack_clear (UnityPlaceStack* self); | |||
gboolean unity_place_stack_is_empty (UnityPlaceStack* self); | gboolean unity_place_stack_is_empty (UnityPlaceStack* self); | |||
GVariant* unity_serializable_serialize (UnitySerializable* self); | ||||
G_END_DECLS | G_END_DECLS | |||
#endif | #endif | |||
End of changes. 8 change blocks. | ||||
3 lines changed or deleted | 116 lines changed or added | |||