forked from AuroraMiddleware/gtk
docs: Fix broken gtk-doc formatting
Fixes broken introspection of GtkTranslateFunc
This commit is contained in:
parent
9c4af41a59
commit
a7562dd38f
@ -378,7 +378,7 @@ gdk_cairo_set_source_window (cairo_t *cr,
|
||||
cairo_surface_destroy (surface);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gdk_cairo_surface_extents:
|
||||
* @surface: surface to measure
|
||||
* @extents: (out): rectangle to put the extents
|
||||
|
@ -141,7 +141,7 @@ _gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
|
||||
impl->scale = 1;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* gdk_wayland_window_update_size:
|
||||
* @drawable: a #GdkDrawableImplWayland.
|
||||
*
|
||||
|
@ -137,7 +137,7 @@ _gdk_x11_convert_grab_status (gint status)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gdk_x11_window_grab_check_unmap:
|
||||
* @window: a #GdkWindow
|
||||
* @serial: serial from Unmap event (or from NextRequest(display)
|
||||
@ -169,7 +169,7 @@ _gdk_x11_window_grab_check_unmap (GdkWindow *window,
|
||||
g_list_free (devices);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gdk_x11_window_grab_check_destroy:
|
||||
* @window: a #GdkWindow
|
||||
*
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/*
|
||||
/**
|
||||
* GtkTranslateFunc:
|
||||
* @path: The id of the message. In #GtkActionGroup this will be a label
|
||||
* or tooltip from a #GtkActionEntry.
|
||||
|
@ -12381,7 +12381,7 @@ is_my_window (GtkWidget *widget,
|
||||
return (user_data == widget);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gtk_widget_get_device_window:
|
||||
* @widget: a #GtkWidget
|
||||
* @device: a #GdkDevice
|
||||
@ -12429,7 +12429,7 @@ list_devices (GtkWidget *widget,
|
||||
g_list_free (devices);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gtk_widget_list_devices:
|
||||
* @widget: a #GtkWidget
|
||||
*
|
||||
@ -12499,7 +12499,7 @@ synth_crossing (GtkWidget *widget,
|
||||
gdk_event_free (event);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gtk_widget_synthesize_crossing:
|
||||
* @from: the #GtkWidget the virtual pointer is leaving.
|
||||
* @to: the #GtkWidget the virtual pointer is moving to.
|
||||
@ -12806,7 +12806,7 @@ static const GtkWidgetAuxInfo default_aux_info = {
|
||||
{ 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
/*
|
||||
/**
|
||||
* gtk_widget_get_aux_info:
|
||||
* @widget: a #GtkWidget
|
||||
* @create: if %TRUE, create the #GtkWidgetAuxInfo-struct if it doesn’t exist
|
||||
@ -15545,7 +15545,7 @@ union_with_clip (GtkWidget *widget,
|
||||
gdk_rectangle_union (&widget_clip, clip, clip);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* _gtk_widget_set_simple_clip:
|
||||
* @widget: a #GtkWidget
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user