OSDN Git Service

LinGui: Add jbrjake's new iPad preset
[handbrake-jp/handbrake-jp-git.git] / gtk / src / settings.h
index c499da5..5ec717f 100644 (file)
@@ -34,6 +34,7 @@ enum
        GHB_STATE_WORKDONE      = 0x10,
        GHB_STATE_PAUSED        = 0x20,
        GHB_STATE_MUXING        = 0x40,
+       GHB_STATE_SEARCHING     = 0x80,
 };
 
 enum
@@ -107,5 +108,6 @@ gint ghb_widget_boolean(GtkWidget *widget);
 void ghb_widget_to_setting(GValue *settings, GtkWidget *widget);
 int ghb_ui_update(
        signal_user_data_t *ud, const gchar *name, const GValue *value);
+const gchar* ghb_get_setting_key(GtkWidget *widget);
 
 #endif // _SETTINGS_H_