edataserver: Add missing annotation to e_source_get_extension()
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 18 Jun 2012 11:21:32 +0000 (12:21 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 18 Jun 2012 11:23:30 +0000 (12:23 +0100)
This is needed for folks.

See: https://bugzilla.gnome.org/show_bug.cgi?id=678309

libedataserver/e-source.c

index 18d3039..747a6a8 100644 (file)
@@ -1600,7 +1600,8 @@ e_source_get_removable (ESource *source)
  * referenced directly.  Instead, reference the #ESource instance and
  * use this function to fetch the extension instance as needed.
  *
- * Returns: an instance of some #ESourceExtension subclass
+ * Returns: (type ESourceExtension) (transfer none): an instance of some
+ * #ESourceExtension subclass
  *
  * Since: 3.6
  **/