unity-protocol.h   unity-protocol.h 
skipping to change at line 211 skipping to change at line 211
gchar* search_hint; gchar* search_hint;
gchar* private_connection_name; gchar* private_connection_name;
gchar* results_model_name; gchar* results_model_name;
gchar* global_results_model_name; gchar* global_results_model_name;
gchar* categories_model_name; gchar* categories_model_name;
gchar* filters_model_name; gchar* filters_model_name;
GHashTable* hints; GHashTable* hints;
}; };
typedef enum { typedef enum {
UNITY_PROTOCOL_LENS_ERROR_FAILED,
UNITY_PROTOCOL_LENS_ERROR_INVALID_SCOPE
} UnityProtocolLensError;
#define UNITY_PROTOCOL_LENS_ERROR unity_protocol_lens_error_quark ()
typedef enum {
UNITY_PROTOCOL_HANDLED_TYPE_NOT_HANDLED, UNITY_PROTOCOL_HANDLED_TYPE_NOT_HANDLED,
UNITY_PROTOCOL_HANDLED_TYPE_SHOW_DASH, UNITY_PROTOCOL_HANDLED_TYPE_SHOW_DASH,
UNITY_PROTOCOL_HANDLED_TYPE_HIDE_DASH, UNITY_PROTOCOL_HANDLED_TYPE_HIDE_DASH,
UNITY_PROTOCOL_HANDLED_TYPE_GOTO_DASH_URI, UNITY_PROTOCOL_HANDLED_TYPE_GOTO_DASH_URI,
UNITY_PROTOCOL_HANDLED_TYPE_SHOW_PREVIEW UNITY_PROTOCOL_HANDLED_TYPE_SHOW_PREVIEW
} UnityProtocolHandledType; } UnityProtocolHandledType;
typedef enum { typedef enum {
UNITY_PROTOCOL_ACTION_TYPE_ACTIVATE_RESULT, UNITY_PROTOCOL_ACTION_TYPE_ACTIVATE_RESULT,
UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_RESULT, UNITY_PROTOCOL_ACTION_TYPE_PREVIEW_RESULT,
skipping to change at line 423 skipping to change at line 428
void unity_protocol_annotated_icon_set_ribbon (UnityProtocolAnnotatedIcon* self, const gchar* value); void unity_protocol_annotated_icon_set_ribbon (UnityProtocolAnnotatedIcon* self, const gchar* value);
UnityProtocolCategoryType unity_protocol_annotated_icon_get_category (Unity ProtocolAnnotatedIcon* self); UnityProtocolCategoryType unity_protocol_annotated_icon_get_category (Unity ProtocolAnnotatedIcon* self);
void unity_protocol_annotated_icon_set_category (UnityProtocolAnnotatedIcon * self, UnityProtocolCategoryType value); void unity_protocol_annotated_icon_set_category (UnityProtocolAnnotatedIcon * self, UnityProtocolCategoryType value);
gboolean unity_protocol_annotated_icon_get_use_small_icon (UnityProtocolAnn otatedIcon* self); gboolean unity_protocol_annotated_icon_get_use_small_icon (UnityProtocolAnn otatedIcon* self);
void unity_protocol_annotated_icon_set_use_small_icon (UnityProtocolAnnotat edIcon* self, gboolean value); void unity_protocol_annotated_icon_set_use_small_icon (UnityProtocolAnnotat edIcon* self, gboolean value);
GType unity_protocol_lens_info_get_type (void) G_GNUC_CONST; GType unity_protocol_lens_info_get_type (void) G_GNUC_CONST;
UnityProtocolLensInfo* unity_protocol_lens_info_dup (const UnityProtocolLen sInfo* self); UnityProtocolLensInfo* unity_protocol_lens_info_dup (const UnityProtocolLen sInfo* self);
void unity_protocol_lens_info_free (UnityProtocolLensInfo* self); void unity_protocol_lens_info_free (UnityProtocolLensInfo* self);
void unity_protocol_lens_info_copy (const UnityProtocolLensInfo* self, Unit yProtocolLensInfo* dest); void unity_protocol_lens_info_copy (const UnityProtocolLensInfo* self, Unit yProtocolLensInfo* dest);
void unity_protocol_lens_info_destroy (UnityProtocolLensInfo* self); void unity_protocol_lens_info_destroy (UnityProtocolLensInfo* self);
GQuark unity_protocol_lens_error_quark (void);
GType unity_protocol_handled_type_get_type (void) G_GNUC_CONST; GType unity_protocol_handled_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_action_type_get_type (void) G_GNUC_CONST; GType unity_protocol_action_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_view_type_get_type (void) G_GNUC_CONST; GType unity_protocol_view_type_get_type (void) G_GNUC_CONST;
GType unity_protocol_lens_service_proxy_get_type (void) G_GNUC_CONST; GType unity_protocol_lens_service_proxy_get_type (void) G_GNUC_CONST;
guint unity_protocol_lens_service_register_object (void* object, GDBusConne ction* connection, const gchar* path, GError** error); guint unity_protocol_lens_service_register_object (void* object, GDBusConne ction* connection, const gchar* path, GError** error);
GType unity_protocol_activation_reply_raw_get_type (void) G_GNUC_CONST; GType unity_protocol_activation_reply_raw_get_type (void) G_GNUC_CONST;
UnityProtocolActivationReplyRaw* unity_protocol_activation_reply_raw_dup (c onst UnityProtocolActivationReplyRaw* self); UnityProtocolActivationReplyRaw* unity_protocol_activation_reply_raw_dup (c onst UnityProtocolActivationReplyRaw* self);
void unity_protocol_activation_reply_raw_free (UnityProtocolActivationReply Raw* self); void unity_protocol_activation_reply_raw_free (UnityProtocolActivationReply Raw* self);
void unity_protocol_activation_reply_raw_copy (const UnityProtocolActivatio nReplyRaw* self, UnityProtocolActivationReplyRaw* dest); void unity_protocol_activation_reply_raw_copy (const UnityProtocolActivatio nReplyRaw* self, UnityProtocolActivationReplyRaw* dest);
void unity_protocol_activation_reply_raw_destroy (UnityProtocolActivationRe plyRaw* self); void unity_protocol_activation_reply_raw_destroy (UnityProtocolActivationRe plyRaw* self);
 End of changes. 2 change blocks. 
0 lines changed or deleted 6 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/