mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimp: add blurbs to all object properties for the docs
and some minor doc fixes.
This commit is contained in:
parent
4f4d6b27cf
commit
f9ee38ea33
32 changed files with 253 additions and 96 deletions
|
@ -137,7 +137,9 @@ gimp_drawable_preview_class_init (GimpDrawablePreviewClass *klass)
|
|||
* Since: 2.4
|
||||
*/
|
||||
g_object_class_install_property (object_class, PROP_DRAWABLE,
|
||||
g_param_spec_pointer ("drawable", NULL, NULL,
|
||||
g_param_spec_pointer ("drawable",
|
||||
"Drawable",
|
||||
"Deprecated: use the drawable-id property instead",
|
||||
GIMP_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT_ONLY));
|
||||
|
||||
|
@ -149,7 +151,9 @@ gimp_drawable_preview_class_init (GimpDrawablePreviewClass *klass)
|
|||
* Since: 2.10
|
||||
*/
|
||||
g_object_class_install_property (object_class, PROP_DRAWABLE_ID,
|
||||
g_param_spec_int ("drawable-id", NULL, NULL,
|
||||
g_param_spec_int ("drawable-id",
|
||||
"Drawable ID",
|
||||
"The drawable this preview is attached to",
|
||||
-1, G_MAXINT, -1,
|
||||
GIMP_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT_ONLY));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue