unity.h   unity.h 
/* unity.h generated by valac 0.11.6, 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 <dee.h>
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#include <libdbusmenu-glib/client.h> #include <libdbusmenu-glib/client.h>
#include <libdbusmenu-glib/dbusmenu-glib.h> #include <libdbusmenu-glib/dbusmenu-glib.h>
#include <libdbusmenu-glib/enum-types.h>
#include <libdbusmenu-glib/menuitem-proxy.h> #include <libdbusmenu-glib/menuitem-proxy.h>
#include <libdbusmenu-glib/menuitem.h> #include <libdbusmenu-glib/menuitem.h>
#include <libdbusmenu-glib/server.h> #include <libdbusmenu-glib/server.h>
#include <dee.h> #include <libdbusmenu-glib/types.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))
skipping to change at line 44 skipping to change at line 46
#define UNITY_INSPECTOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_TYPE _INSPECTOR, UnityInspector)) #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_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(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_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)) #define UNITY_INSPECTOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), U NITY_TYPE_INSPECTOR, UnityInspectorClass))
typedef struct _UnityInspector UnityInspector; typedef struct _UnityInspector UnityInspector;
typedef struct _UnityInspectorClass UnityInspectorClass; typedef struct _UnityInspectorClass UnityInspectorClass;
typedef struct _UnityInspectorPrivate UnityInspectorPrivate; 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_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(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;
skipping to change at line 159 skipping to change at line 153
struct _UnityInspector { struct _UnityInspector {
GObject parent_instance; GObject parent_instance;
UnityInspectorPrivate * priv; UnityInspectorPrivate * priv;
}; };
struct _UnityInspectorClass { struct _UnityInspectorClass {
GObjectClass parent_class; GObjectClass parent_class;
}; };
struct _UnitySerializableIface {
GTypeInterface parent_iface;
GVariant* (*serialize) (UnitySerializable* self);
};
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;
}; };
skipping to change at line 260 skipping to change at line 249
UnityInspector* unity_inspector_get_default (void); UnityInspector* unity_inspector_get_default (void);
gboolean unity_inspector_get_unity_running (UnityInspector* self); gboolean unity_inspector_get_unity_running (UnityInspector* self);
const gchar* unity_inspector_get_unity_bus_name (UnityInspector* self); const gchar* unity_inspector_get_unity_bus_name (UnityInspector* self);
void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _); void unity_io_read_stream_async (GInputStream* input, gint io_priority, GCa ncellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data _);
void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error); void unity_io_read_stream_finish (GAsyncResult* _res_, guint8** data, int* data_length1, gsize* size, GError** error);
void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_); void unity_io_open_from_dirs (const gchar* filename, gchar** dirs, int dirs _length1, GAsyncReadyCallback _callback_, gpointer _user_data_);
GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error); GFileInputStream* unity_io_open_from_dirs_finish (GAsyncResult* _res_, GErr or** error);
void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_); void unity_io_open_from_data_dirs (const gchar* filename, GAsyncReadyCallba ck _callback_, gpointer _user_data_);
GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error); GFileInputStream* unity_io_open_from_data_dirs_finish (GAsyncResult* _res_, GError** error);
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; 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_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_id (const gchar* d esktop_id);
UnityLauncherEntry* unity_launcher_entry_get_for_desktop_file (const gchar* desktop_file); UnityLauncherEntry* unity_launcher_entry_get_for_desktop_file (const gchar* desktop_file);
const gchar* unity_launcher_entry_get_app_uri (UnityLauncherEntry* self); const gchar* unity_launcher_entry_get_app_uri (UnityLauncherEntry* self);
void unity_launcher_entry_set_app_uri (UnityLauncherEntry* self, const gcha r* value); void unity_launcher_entry_set_app_uri (UnityLauncherEntry* self, const gcha r* value);
gint64 unity_launcher_entry_get_count (UnityLauncherEntry* self); gint64 unity_launcher_entry_get_count (UnityLauncherEntry* self);
void unity_launcher_entry_set_count (UnityLauncherEntry* self, gint64 value ); void unity_launcher_entry_set_count (UnityLauncherEntry* self, gint64 value );
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);
skipping to change at line 382 skipping to change at line 370
gpointer unity_value_get_stack (const GValue* value); gpointer unity_value_get_stack (const GValue* value);
GType unity_stack_get_type (void) G_GNUC_CONST; GType unity_stack_get_type (void) G_GNUC_CONST;
UnityStack* unity_stack_new (GType e_type, GBoxedCopyFunc e_dup_func, GDest royNotify e_destroy_func); UnityStack* unity_stack_new (GType e_type, GBoxedCopyFunc e_dup_func, GDest royNotify e_destroy_func);
UnityStack* unity_stack_construct (GType object_type, GType e_type, GBoxedC opyFunc e_dup_func, GDestroyNotify e_destroy_func); UnityStack* unity_stack_construct (GType object_type, GType e_type, GBoxedC opyFunc e_dup_func, GDestroyNotify e_destroy_func);
UnityStack* unity_stack_push (UnityStack* self, gconstpointer element); UnityStack* unity_stack_push (UnityStack* self, gconstpointer element);
gpointer unity_stack_pop (UnityStack* self); gpointer unity_stack_pop (UnityStack* self);
gpointer unity_stack_peek (UnityStack* self); gpointer unity_stack_peek (UnityStack* self);
gint unity_stack_size (UnityStack* self); gint unity_stack_size (UnityStack* self);
void unity_stack_clear (UnityStack* self); void unity_stack_clear (UnityStack* self);
gboolean unity_stack_is_empty (UnityStack* self); gboolean unity_stack_is_empty (UnityStack* self);
GVariant* unity_serializable_serialize (UnitySerializable* self);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 7 change blocks. 
19 lines changed or deleted 3 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/