OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / gtk / src / settings.h
index c499da5..2f96403 100644 (file)
@@ -34,6 +34,7 @@ enum
        GHB_STATE_WORKDONE      = 0x10,
        GHB_STATE_PAUSED        = 0x20,
        GHB_STATE_MUXING        = 0x40,
+       GHB_STATE_SEARCHING     = 0x80,
 };
 
 enum
@@ -51,6 +52,7 @@ typedef struct
        gchar *current_dvd_device;
        gboolean debug;
        gboolean dont_clear_presets;
+       gboolean scale_busy;
        gint cancel_encode;
        GtkBuilder *builder;
        GValue *settings;
@@ -107,5 +109,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_