Wireshark-commits: [Wireshark-commits] rev 35854: /trunk/gtk/ /trunk/gtk/: filter_autocomplete.c
Date: Mon, 07 Feb 2011 19:37:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35854

User: guy
Date: 2011/02/07 11:37 AM

Log:
 "XXX takes a foo * as an argument" != "pass a variable of type foo * to
 XXX"; in the case of gtk_widget_get_allocation(), you have to pass it a
 pointer to a variable of type foo, where foo = GtkAllocation.
 
 The same applies to the pre-GTK-2.18 code.

Directory: /trunk/gtk/
  Changes    Path                     Action
  +12 -12    filter_autocomplete.c    Modified