Home
last modified time | relevance | path

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

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DInfoPanel.py220 self.separatorIter = self.store.append([(), "", True])
251 self.separatorIter):
266 self.store.move_before(s_iter, self.separatorIter)
273 self.store.insert_before(self.separatorIter,
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication-database.c1830 gchar *separatorIter; in xfdashboard_application_database_get_desktop_id_from_path() local
1832 separatorIter=foundDesktopID; in xfdashboard_application_database_get_desktop_id_from_path()
1833 while(*separatorIter) in xfdashboard_application_database_get_desktop_id_from_path()
1836 if(*separatorIter==G_DIR_SEPARATOR) *separatorIter='-'; in xfdashboard_application_database_get_desktop_id_from_path()
1839 separatorIter++; in xfdashboard_application_database_get_desktop_id_from_path()