adg-gtk-utils.h   adg-gtk-utils.h 
skipping to change at line 40 skipping to change at line 40
#if GTK_CHECK_VERSION(2, 14, 0) #if GTK_CHECK_VERSION(2, 14, 0)
#else #else
GdkWindow * gtk_widget_get_window (GtkWidget *widget); GdkWindow * gtk_widget_get_window (GtkWidget *widget);
#endif #endif
void adg_gtk_window_hide_here (GtkWindow *window); void adg_gtk_window_hide_here (GtkWindow *window);
void adg_gtk_toggle_button_sensitivize void adg_gtk_toggle_button_sensitivize
(GtkToggleButton*toggle_but ton, (GtkToggleButton*toggle_but ton,
GtkWidget *widget); GtkWidget *widget);
void adg_gtk_use_default_icons (const gchar *fallback_p ath);
G_END_DECLS G_END_DECLS
#endif /* __ADG_GTK_UTILS_H__ */ #endif /* __ADG_GTK_UTILS_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 adg-utils.h   adg-utils.h 
skipping to change at line 58 skipping to change at line 58
const gchar *s2); const gchar *s2);
#endif #endif
gboolean adg_is_string_empty (const gchar *str); gboolean adg_is_string_empty (const gchar *str);
gboolean adg_is_enum_value (int value, gboolean adg_is_enum_value (int value,
GType enum_type); GType enum_type);
gboolean adg_is_boolean_value (gboolean value); gboolean adg_is_boolean_value (gboolean value);
gchar * adg_string_replace (const gchar *str, gchar * adg_string_replace (const gchar *str,
const gchar *from, const gchar *from,
const gchar *to); const gchar *to);
gchar * adg_find_file (const gchar *file,
...);
const gchar * adg_datadir (void);
G_END_DECLS G_END_DECLS
#endif /* __ADG_UTILS_H__ */ #endif /* __ADG_UTILS_H__ */
 End of changes. 1 change blocks. 
0 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/