--- a/finch/libgnt/gntwm.h Sun Feb 09 23:17:46 2014 +0530 +++ b/finch/libgnt/gntwm.h Sun Feb 09 23:53:18 2014 +0530 @@ -248,8 +248,8 @@ /** * gnt_wm_set_workspaces: - * @wm: The window manager. - * @workspaces: The list of workspaces. + * @wm: The window manager. + * @workspaces: (element-type Gnt.WS): The list of workspaces. * * Set the list of workspaces . */ @@ -262,7 +262,7 @@ * * Find the workspace that contains a specific widget. * - * Returns: The workspace that has the widget. + * Returns: (transfer none): The workspace that has the widget. */ GntWS *gnt_wm_widget_find_workspace(GntWM *wm, GntWidget *widget);