unity.h | unity.h | |||
---|---|---|---|---|
skipping to change at line 565 | skipping to change at line 565 | |||
struct _UnityActivePlaylistContainer { | struct _UnityActivePlaylistContainer { | |||
gboolean valid; | gboolean valid; | |||
UnityPlaylistDetails details; | UnityPlaylistDetails details; | |||
}; | }; | |||
GType unity_app_info_manager_get_type (void) G_GNUC_CONST; | GType unity_app_info_manager_get_type (void) G_GNUC_CONST; | |||
UnityAppInfoManager* unity_app_info_manager_get_instance (void); | UnityAppInfoManager* unity_app_info_manager_get_instance (void); | |||
GAppInfo* unity_app_info_manager_lookup (UnityAppInfoManager* self, const g char* id); | GAppInfo* unity_app_info_manager_lookup (UnityAppInfoManager* self, const g char* id); | |||
gchar** unity_app_info_manager_get_categories (UnityAppInfoManager* self, c onst gchar* id, int* result_length1); | gchar** unity_app_info_manager_get_categories (UnityAppInfoManager* self, c onst gchar* id, int* result_length1); | |||
gchar** unity_app_info_manager_get_keywords (UnityAppInfoManager* self, con st gchar* id, int* result_length1); | ||||
gchar* unity_app_info_manager_get_path (UnityAppInfoManager* self, const gc har* id); | gchar* unity_app_info_manager_get_path (UnityAppInfoManager* self, const gc har* id); | |||
void unity_app_info_manager_lookup_async (UnityAppInfoManager* self, const gchar* id, GAsyncReadyCallback _callback_, gpointer _user_data_); | void unity_app_info_manager_lookup_async (UnityAppInfoManager* self, const gchar* id, GAsyncReadyCallback _callback_, gpointer _user_data_); | |||
GAppInfo* unity_app_info_manager_lookup_finish (UnityAppInfoManager* self, GAsyncResult* _res_, GError** error); | GAppInfo* unity_app_info_manager_lookup_finish (UnityAppInfoManager* self, GAsyncResult* _res_, GError** error); | |||
void unity_app_info_manager_clear (UnityAppInfoManager* self); | void unity_app_info_manager_clear (UnityAppInfoManager* self); | |||
GType unity_inspector_get_type (void) G_GNUC_CONST; | GType unity_inspector_get_type (void) G_GNUC_CONST; | |||
UnityInspector* unity_inspector_get_default (void); | UnityInspector* unity_inspector_get_default (void); | |||
gboolean unity_inspector_get_unity_running (UnityInspector* self); | gboolean unity_inspector_get_unity_running (UnityInspector* self); | |||
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); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||