Home
last modified time | relevance | path

Searched refs:inViewInternalName (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dstage.h88 void xfdashboard_stage_set_switch_to_view(XfdashboardStage *self, const gchar *inViewInternalName);
H A Dstage.c2149 void xfdashboard_stage_set_switch_to_view(XfdashboardStage *self, const gchar *inViewInternalName) in xfdashboard_stage_set_switch_to_view() argument
2158 if(g_strcmp0(priv->switchToView, inViewInternalName)!=0) in xfdashboard_stage_set_switch_to_view()
2166 if(inViewInternalName) priv->switchToView=g_strdup(inViewInternalName); in xfdashboard_stage_set_switch_to_view()