Skip to content
  • Benjamin Otte's avatar
    stylecontext: Make first property name explicit · 5b94fe63
    Benjamin Otte authored
    Insist that a first non-NULL property is passed to
    gtk_style_context_get().
    
    This is in particular relevant because of dropping the state argument
    since GTK3, and code like
      gtk_style_context_get (context, state, "font", &font);
    would keep compiling without warnings without this change.
    5b94fe63