forked from AuroraMiddleware/gtk
Really fix annotation for GtkDropTarget.get_gtypes()
This commit is contained in:
parent
2da445f918
commit
4232cbe33f
@ -870,8 +870,9 @@ gtk_drop_target_set_gtypes (GtkDropTarget *self,
|
||||
* Gets the list of supported #GTypes for @self. If no type have been set,
|
||||
* %NULL will be returned.
|
||||
*
|
||||
* Returns: (transfer none) (nullable): %G_TYPE_INVALID-terminated array of
|
||||
* types included in @formats or %NULL if none.
|
||||
* Returns: (transfer none) (nullable) (array length=n_types):
|
||||
* %G_TYPE_INVALID-terminated array of types included in @formats or
|
||||
* %NULL if none.
|
||||
**/
|
||||
const GType *
|
||||
gtk_drop_target_get_gtypes (GtkDropTarget *self,
|
||||
|
Loading…
Reference in New Issue
Block a user