Files
gtk3/docs/reference/gtk
John (J5) Palmieri 33194ff5f4 add a get_indices_with_depth method to GtkTreePath with proper GI array annotations
* get_indices does not return a length so we can not annotate it to return an
  array in bindings that use GObject Introspection
* this method is the same as get_indices except it takes an int * as the depth
  parameter which we can then use in the array annotation
* in C this function returns an integer pointer array and updates depth to the
  number of integers in the array
* in a GI binding this returns the native array type for the bound language
  (e.g. in PyGI this returns a list of integers)
2010-05-03 12:47:38 -04:00
..
2010-05-01 21:40:43 -04:00
2010-05-01 21:40:43 -04:00
2009-07-30 09:13:23 -04:00
2009-08-06 23:49:02 -04:00
2008-12-26 04:42:25 +00:00
2009-11-27 00:32:14 -05:00