pidgin/prefs/pidginprefsinternal.h

changeset 41653
0a37c380d760
parent 41620
c6f7795ae294
--- a/pidgin/prefs/pidginprefsinternal.h	Mon Sep 05 23:36:14 2022 -0500
+++ b/pidgin/prefs/pidginprefsinternal.h	Mon Sep 05 23:54:17 2022 -0500
@@ -49,6 +49,9 @@
 void pidgin_prefs_bind_checkbox(const char *key, GtkWidget *button);
 
 G_GNUC_INTERNAL
+void pidgin_prefs_bind_combo_row(const gchar *key, GtkWidget *widget);
+
+G_GNUC_INTERNAL
 void pidgin_prefs_bind_dropdown(PidginPrefCombo *combo);
 
 G_GNUC_INTERNAL

mercurial