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.7, 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 292 | skipping to change at line 292 | |||
UnityPlaceSearch* unity_place_search_new (const gchar* search, GHashTable* hints); | UnityPlaceSearch* unity_place_search_new (const gchar* search, GHashTable* hints); | |||
UnityPlaceSearch* unity_place_search_construct (GType object_type, const gc har* search, GHashTable* hints); | UnityPlaceSearch* unity_place_search_construct (GType object_type, const gc har* search, GHashTable* hints); | |||
gchar* unity_place_search_get_search_string (UnityPlaceSearch* self); | gchar* unity_place_search_get_search_string (UnityPlaceSearch* self); | |||
GList* unity_place_search_get_hints (UnityPlaceSearch* self); | GList* unity_place_search_get_hints (UnityPlaceSearch* self); | |||
void unity_place_search_set_hint (UnityPlaceSearch* self, const gchar* hint , const gchar* val); | void unity_place_search_set_hint (UnityPlaceSearch* self, const gchar* hint , const gchar* val); | |||
gchar* unity_place_search_get_hint (UnityPlaceSearch* self, const gchar* hi nt); | gchar* unity_place_search_get_hint (UnityPlaceSearch* self, const gchar* hi nt); | |||
void unity_place_search_clear_hint (UnityPlaceSearch* self, const gchar* hi nt); | void unity_place_search_clear_hint (UnityPlaceSearch* self, const gchar* hi nt); | |||
void unity_place_search_clear_hints (UnityPlaceSearch* self); | void unity_place_search_clear_hints (UnityPlaceSearch* self); | |||
guint unity_place_search_num_hints (UnityPlaceSearch* self); | guint unity_place_search_num_hints (UnityPlaceSearch* self); | |||
gboolean unity_place_search_equals (UnityPlaceSearch* self, UnityPlaceSearc h* other); | gboolean unity_place_search_equals (UnityPlaceSearch* self, UnityPlaceSearc h* other); | |||
void unity_place_search_set_section (UnityPlaceSearch* self, guint section) | ||||
; | ||||
guint unity_place_search_get_section (UnityPlaceSearch* self); | ||||
GType unity_place_entry_info_get_type (void) G_GNUC_CONST; | GType unity_place_entry_info_get_type (void) G_GNUC_CONST; | |||
void unity_place_search_set_parent_entry (UnityPlaceSearch* self, UnityPlac | ||||
eEntryInfo* entry); | ||||
UnityPlaceEntryInfo* unity_place_search_get_parent_entry (UnityPlaceSearch* | ||||
self); | ||||
void unity_place_search_finished (UnityPlaceSearch* self); | ||||
UnityPlaceEntryInfo* unity_place_entry_info_new (const gchar* dbus_path); | UnityPlaceEntryInfo* unity_place_entry_info_new (const gchar* dbus_path); | |||
UnityPlaceEntryInfo* unity_place_entry_info_construct (GType object_type, c onst gchar* dbus_path); | UnityPlaceEntryInfo* unity_place_entry_info_construct (GType object_type, c onst gchar* dbus_path); | |||
void unity_place_entry_info_set_hint (UnityPlaceEntryInfo* self, const gcha r* hint, const gchar* val); | void unity_place_entry_info_set_hint (UnityPlaceEntryInfo* self, const gcha r* hint, const gchar* val); | |||
gchar* unity_place_entry_info_get_hint (UnityPlaceEntryInfo* self, const gc har* hint); | gchar* unity_place_entry_info_get_hint (UnityPlaceEntryInfo* self, const gc har* hint); | |||
void unity_place_entry_info_clear_hint (UnityPlaceEntryInfo* self, const gc har* hint); | void unity_place_entry_info_clear_hint (UnityPlaceEntryInfo* self, const gc har* hint); | |||
void unity_place_entry_info_clear_hints (UnityPlaceEntryInfo* self); | void unity_place_entry_info_clear_hints (UnityPlaceEntryInfo* self); | |||
guint unity_place_entry_info_num_hints (UnityPlaceEntryInfo* self); | guint unity_place_entry_info_num_hints (UnityPlaceEntryInfo* self); | |||
UnityPlaceRendererInfo* unity_place_entry_info_get_entry_renderer_info (Uni tyPlaceEntryInfo* self); | UnityPlaceRendererInfo* unity_place_entry_info_get_entry_renderer_info (Uni tyPlaceEntryInfo* self); | |||
UnityPlaceRendererInfo* unity_place_entry_info_get_global_renderer_info (Un ityPlaceEntryInfo* self); | UnityPlaceRendererInfo* unity_place_entry_info_get_global_renderer_info (Un ityPlaceEntryInfo* self); | |||
const gchar* unity_place_entry_info_get_dbus_path (UnityPlaceEntryInfo* sel f); | const gchar* unity_place_entry_info_get_dbus_path (UnityPlaceEntryInfo* sel f); | |||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 9 lines changed or added | |||