HomeSort by relevance Sort by last modified time
    Searched full:pending_file_changes (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
gfilemonitor.c 81 GSList *pending_file_changes; /* FileChange */ member in struct:_GFileMonitorPrivate
189 g_slist_foreach (priv->pending_file_changes, (GFunc) file_change_free, NULL);
190 g_slist_free (priv->pending_file_changes);
191 priv->pending_file_changes = NULL;
363 pending = g_slist_reverse (monitor->priv->pending_file_changes);
364 monitor->priv->pending_file_changes = NULL;
415 priv->pending_file_changes = g_slist_prepend (priv->pending_file_changes, change);

Completed in 59 milliseconds