gwibber-gtk.h | gwibber-gtk.h | |||
---|---|---|---|---|
/* gwibber-gtk.h generated by valac 0.16.0, the Vala compiler, do not modif y */ | /* gwibber-gtk.h generated by valac 0.16.1, the Vala compiler, do not modif y */ | |||
#ifndef __GWIBBER_GTK_H__ | #ifndef __GWIBBER_GTK_H__ | |||
#define __GWIBBER_GTK_H__ | #define __GWIBBER_GTK_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <gtk/gtk.h> | #include <gtk/gtk.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#include "gwibber.h" | #include "gwibber.h" | |||
#include <gdk/gdk.h> | #include <gdk/gdk.h> | |||
skipping to change at line 437 | skipping to change at line 437 | |||
const gchar* gwibber_gtk_input_text_view_get_action (GwibberGtkInputTextVie w* self); | const gchar* gwibber_gtk_input_text_view_get_action (GwibberGtkInputTextVie w* self); | |||
void gwibber_gtk_input_text_view_set_action (GwibberGtkInputTextView* self, const gchar* value); | void gwibber_gtk_input_text_view_set_action (GwibberGtkInputTextView* self, const gchar* value); | |||
GType gwibber_gtk_account_toggle_button_get_type (void) G_GNUC_CONST; | GType gwibber_gtk_account_toggle_button_get_type (void) G_GNUC_CONST; | |||
GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_new (const gchar* color); | GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_new (const gchar* color); | |||
GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_construct (GType object_type, const gchar* color); | GwibberGtkAccountToggleButton* gwibber_gtk_account_toggle_button_construct (GType object_type, const gchar* color); | |||
const gchar* gwibber_gtk_account_toggle_button_get_color (GwibberGtkAccount ToggleButton* self); | const gchar* gwibber_gtk_account_toggle_button_get_color (GwibberGtkAccount ToggleButton* self); | |||
GType gwibber_gtk_account_target_bar_get_type (void) G_GNUC_CONST; | GType gwibber_gtk_account_target_bar_get_type (void) G_GNUC_CONST; | |||
GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_new (void); | GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_new (void); | |||
GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_construct (GType object_type); | GwibberGtkAccountTargetBar* gwibber_gtk_account_target_bar_construct (GType object_type); | |||
void gwibber_gtk_account_target_bar_set_counter (GwibberGtkAccountTargetBar * self, gint chars); | void gwibber_gtk_account_target_bar_set_counter (GwibberGtkAccountTargetBar * self, gint chars); | |||
void gwibber_gtk_account_target_bar_on_account_toggled (GwibberGtkAccountTa rgetBar* self, GwibberGtkAccountToggleButton* account_button, const gchar* id); | void gwibber_gtk_account_target_bar_on_account_toggled (GwibberGtkAccountTa rgetBar* self, GwibberGtkAccountToggleButton* account_button, GwibberAccoun t* account); | |||
const gchar* gwibber_gtk_account_target_bar_get_selected (GwibberGtkAccount TargetBar* self); | const gchar* gwibber_gtk_account_target_bar_get_selected (GwibberGtkAccount TargetBar* self); | |||
void gwibber_gtk_account_target_bar_set_selected (GwibberGtkAccountTargetBa r* self, const gchar* value); | void gwibber_gtk_account_target_bar_set_selected (GwibberGtkAccountTargetBa r* self, const gchar* value); | |||
GType gwibber_gtk_send_bar_get_type (void) G_GNUC_CONST; | GType gwibber_gtk_send_bar_get_type (void) G_GNUC_CONST; | |||
GwibberGtkSendBar* gwibber_gtk_send_bar_new (GwibberService* service); | GwibberGtkSendBar* gwibber_gtk_send_bar_new (GwibberService* service); | |||
GwibberGtkSendBar* gwibber_gtk_send_bar_construct (GType object_type, Gwibb erService* service); | GwibberGtkSendBar* gwibber_gtk_send_bar_construct (GType object_type, Gwibb erService* service); | |||
GwibberService* gwibber_gtk_send_bar_get_service (GwibberGtkSendBar* self); | GwibberService* gwibber_gtk_send_bar_get_service (GwibberGtkSendBar* self); | |||
GType gwibber_gtk_stream_view_avatar_get_type (void) G_GNUC_CONST; | GType gwibber_gtk_stream_view_avatar_get_type (void) G_GNUC_CONST; | |||
GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_new (const gchar * icon_name, GtkIconSize icon_size); | GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_new (const gchar * icon_name, GtkIconSize icon_size); | |||
GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_construct (GType object_type, const gchar* icon_name, GtkIconSize icon_size); | GwibberGtkStreamViewAvatar* gwibber_gtk_stream_view_avatar_construct (GType object_type, const gchar* icon_name, GtkIconSize icon_size); | |||
GType gwibber_gtk_stream_view_tile_get_type (void) G_GNUC_CONST; | GType gwibber_gtk_stream_view_tile_get_type (void) G_GNUC_CONST; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
gwibber.h | gwibber.h | |||
---|---|---|---|---|
/* gwibber.h generated by valac 0.16.0, the Vala compiler, do not modify */ | /* gwibber.h generated by valac 0.16.1, the Vala compiler, do not modify */ | |||
#ifndef __GWIBBER_H__ | #ifndef __GWIBBER_H__ | |||
#define __GWIBBER_H__ | #define __GWIBBER_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib-object.h> | #include <glib-object.h> | |||
#include <libaccounts-glib/accounts-glib.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#include <gee.h> | #include <gee.h> | |||
#include <dee.h> | #include <dee.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define GWIBBER_TYPE_ACCOUNT (gwibber_account_get_type ()) | #define GWIBBER_TYPE_ACCOUNT (gwibber_account_get_type ()) | |||
#define GWIBBER_ACCOUNT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_TY PE_ACCOUNT, GwibberAccount)) | #define GWIBBER_ACCOUNT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GWIBBER_TY PE_ACCOUNT, GwibberAccount)) | |||
#define GWIBBER_ACCOUNT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWI BBER_TYPE_ACCOUNT, GwibberAccountClass)) | #define GWIBBER_ACCOUNT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GWI BBER_TYPE_ACCOUNT, GwibberAccountClass)) | |||
skipping to change at line 241 | skipping to change at line 242 | |||
struct _GwibberUtils { | struct _GwibberUtils { | |||
GObject parent_instance; | GObject parent_instance; | |||
GwibberUtilsPrivate * priv; | GwibberUtilsPrivate * priv; | |||
}; | }; | |||
struct _GwibberUtilsClass { | struct _GwibberUtilsClass { | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
}; | }; | |||
GType gwibber_account_get_type (void) G_GNUC_CONST; | GType gwibber_account_get_type (void) G_GNUC_CONST; | |||
GwibberAccount* gwibber_account_new (const gchar* id); | GwibberAccount* gwibber_account_new (AgAccountService* account_service); | |||
GwibberAccount* gwibber_account_construct (GType object_type, const gchar* | GwibberAccount* gwibber_account_construct (GType object_type, AgAccountServ | |||
id); | ice* account_service); | |||
void gwibber_account_toggle_send_enabled (GwibberAccount* self); | ||||
const gchar* gwibber_account_get_id (GwibberAccount* self); | const gchar* gwibber_account_get_id (GwibberAccount* self); | |||
void gwibber_account_set_id (GwibberAccount* self, const gchar* value); | ||||
const gchar* gwibber_account_get_username (GwibberAccount* self); | const gchar* gwibber_account_get_username (GwibberAccount* self); | |||
void gwibber_account_set_username (GwibberAccount* self, const gchar* value | ||||
); | ||||
const gchar* gwibber_account_get_name (GwibberAccount* self); | ||||
void gwibber_account_set_name (GwibberAccount* self, const gchar* value); | ||||
const gchar* gwibber_account_get_service (GwibberAccount* self); | const gchar* gwibber_account_get_service (GwibberAccount* self); | |||
void gwibber_account_set_service (GwibberAccount* self, const gchar* value) ; | ||||
const gchar* gwibber_account_get_color (GwibberAccount* self); | const gchar* gwibber_account_get_color (GwibberAccount* self); | |||
void gwibber_account_set_color (GwibberAccount* self, const gchar* value); | void gwibber_account_set_color (GwibberAccount* self, const gchar* value); | |||
const gchar* gwibber_account_get_site_display_name (GwibberAccount* self); | ||||
void gwibber_account_set_site_display_name (GwibberAccount* self, const gch | ||||
ar* value); | ||||
const gchar* gwibber_account_get_session_key (GwibberAccount* self); | ||||
void gwibber_account_set_session_key (GwibberAccount* self, const gchar* va | ||||
lue); | ||||
const gchar* gwibber_account_get_secret_key (GwibberAccount* self); | ||||
void gwibber_account_set_secret_key (GwibberAccount* self, const gchar* val | ||||
ue); | ||||
const gchar* gwibber_account_get_access_token (GwibberAccount* self); | ||||
void gwibber_account_set_access_token (GwibberAccount* self, const gchar* v | ||||
alue); | ||||
const gchar* gwibber_account_get_password (GwibberAccount* self); | ||||
void gwibber_account_set_password (GwibberAccount* self, const gchar* value | ||||
); | ||||
const gchar* gwibber_account_get_url_prefix (GwibberAccount* self); | ||||
void gwibber_account_set_url_prefix (GwibberAccount* self, const gchar* val | ||||
ue); | ||||
const gchar* gwibber_account_get_domain (GwibberAccount* self); | ||||
void gwibber_account_set_domain (GwibberAccount* self, const gchar* value); | ||||
const gchar* gwibber_account_get_secret_token (GwibberAccount* self); | ||||
void gwibber_account_set_secret_token (GwibberAccount* self, const gchar* v | ||||
alue); | ||||
const gchar* gwibber_account_get_user_id (GwibberAccount* self); | ||||
void gwibber_account_set_user_id (GwibberAccount* self, const gchar* value) | ||||
; | ||||
const gchar* gwibber_account_get_send_enabled (GwibberAccount* self); | const gchar* gwibber_account_get_send_enabled (GwibberAccount* self); | |||
void gwibber_account_set_send_enabled (GwibberAccount* self, const gchar* v alue); | void gwibber_account_set_send_enabled (GwibberAccount* self, const gchar* v alue); | |||
const gchar* gwibber_account_get_receive_enabled (GwibberAccount* self); | const gchar* gwibber_account_get_receive_enabled (GwibberAccount* self); | |||
void gwibber_account_set_receive_enabled (GwibberAccount* self, const gchar * value); | void gwibber_account_set_receive_enabled (GwibberAccount* self, const gchar * value); | |||
GType gwibber_accounts_get_type (void) G_GNUC_CONST; | GType gwibber_accounts_get_type (void) G_GNUC_CONST; | |||
GwibberAccounts* gwibber_accounts_new (void); | GwibberAccounts* gwibber_accounts_new (void); | |||
GwibberAccounts* gwibber_accounts_construct (GType object_type); | GwibberAccounts* gwibber_accounts_construct (GType object_type); | |||
GList* gwibber_accounts_list (GwibberAccounts* self); | GList* gwibber_accounts_list (GwibberAccounts* self); | |||
gchar* gwibber_accounts_lookup_str_by_id (GwibberAccounts* self, const gcha r* id); | ||||
GwibberAccount* gwibber_accounts_lookup_by_id (GwibberAccounts* self, const gchar* id); | GwibberAccount* gwibber_accounts_lookup_by_id (GwibberAccounts* self, const gchar* id); | |||
void gwibber_accounts_send_enabled (GwibberAccounts* self, const gchar* id) | ||||
; | ||||
void gwibber_accounts_account_updated (GwibberAccounts* self, const gchar* | ||||
account_in); | ||||
void gwibber_accounts_account_created (GwibberAccounts* self, const gchar* | ||||
account_in); | ||||
void gwibber_accounts_account_deleted (GwibberAccounts* self, const gchar* | ||||
account_in); | ||||
void gwibber_accounts_accounts_available (GwibberAccounts* self, gboolean i | ||||
s_up); | ||||
GType gwibber_connection_get_type (void) G_GNUC_CONST; | GType gwibber_connection_get_type (void) G_GNUC_CONST; | |||
GwibberConnection* gwibber_connection_new (void); | GwibberConnection* gwibber_connection_new (void); | |||
GwibberConnection* gwibber_connection_construct (GType object_type); | GwibberConnection* gwibber_connection_construct (GType object_type); | |||
gboolean gwibber_connection_is_connected (GwibberConnection* self); | gboolean gwibber_connection_is_connected (GwibberConnection* self); | |||
void gwibber_connection_conn_available (GwibberConnection* self, gboolean i s_up); | void gwibber_connection_conn_available (GwibberConnection* self, gboolean i s_up); | |||
GType gwibber_service_get_type (void) G_GNUC_CONST; | GType gwibber_service_get_type (void) G_GNUC_CONST; | |||
void gwibber_service_service_available (GwibberService* self, gboolean is_u p); | void gwibber_service_service_available (GwibberService* self, gboolean is_u p); | |||
void gwibber_service_on_loading_started (GwibberService* self); | void gwibber_service_on_loading_started (GwibberService* self); | |||
void gwibber_service_on_loading_complete (GwibberService* self); | void gwibber_service_on_loading_complete (GwibberService* self); | |||
void gwibber_service_on_error (GwibberService* self, const gchar* error_str ); | void gwibber_service_on_error (GwibberService* self, const gchar* error_str ); | |||
End of changes. 9 change blocks. | ||||
47 lines changed or deleted | 6 lines changed or added | |||