Re: g_source_remove_by_user_data



Loban Rahman wrote:
> 
> Does calling g_source_remove_by_user_data(gpointer user_data) remove ALL
> sources created with a user data of user_data, or just the FIRST?
> The docs at developer.gnome.org weren't specific.

I'll update the g_source_remove_by_user_data() to this:

  Removes the first event source found with the given user data.

  Event sources are sorted with the highest priority first. Sources with equal
  priority are stored in the order in which they were added.


Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]