Method
RBSourcebind_settings
Declaration [src]
void
rb_source_bind_settings (
RBSource* source,
GtkWidget* entry_view,
GtkWidget* paned,
GtkWidget* browser,
gboolean sort_order
)
Description [src]
Binds the source’s GSettings instance to the given widgets. Should be called
from the source’s constructed method.
If the browser widget has a browser-views property, it will be bound to the browser-views settings key.
Parameters
entry_view-
Type:
GtkWidgetThe
RBEntryViewfor the source.The argument can be NULL.The data is owned by the caller of the method. paned-
Type:
GtkWidgetThe
GtkPanedcontaining the entry view and the browser.The argument can be NULL.The data is owned by the caller of the method. browser-
Type:
GtkWidgetThe browser (typically a
RBLibraryBrowser) for the source.The argument can be NULL.The data is owned by the caller of the method. sort_order-
Type:
gbooleanWhether to bind the entry view sort order.