libgimpwidgets: add more docs
This commit is contained in:
@ -41,6 +41,15 @@
|
|||||||
#include "libgimp/libgimp-intl.h"
|
#include "libgimp/libgimp-intl.h"
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION: gimpcolorprofilechooserdialog
|
||||||
|
* @title: GimpColorProfileChooserDialog
|
||||||
|
* @short_description: A file chooser for selecting color profiles.
|
||||||
|
*
|
||||||
|
* A #GtkFileChooser subclass for selecting color profiles.
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
struct _GimpColorProfileChooserDialogPrivate
|
struct _GimpColorProfileChooserDialogPrivate
|
||||||
{
|
{
|
||||||
GimpColorProfileView *profile_view;
|
GimpColorProfileView *profile_view;
|
||||||
|
@ -34,6 +34,15 @@
|
|||||||
#include "libgimp/libgimp-intl.h"
|
#include "libgimp/libgimp-intl.h"
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION: gimpcolorprofileview
|
||||||
|
* @title: GimpColorProfileView
|
||||||
|
* @short_description: A widget for viewing color profile properties
|
||||||
|
*
|
||||||
|
* A widget for viewing the properties of a #GimpColorProfile.
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
struct _GimpColorProfileViewPrivate
|
struct _GimpColorProfileViewPrivate
|
||||||
{
|
{
|
||||||
GimpColorProfile *profile;
|
GimpColorProfile *profile;
|
||||||
|
@ -30,6 +30,15 @@
|
|||||||
#include "gimpunitstore.h"
|
#include "gimpunitstore.h"
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION: gimpunitstore
|
||||||
|
* @title: GimpUnitStore
|
||||||
|
* @short_description: A model for units
|
||||||
|
*
|
||||||
|
* A model for #GimpUnit views
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
PROP_0,
|
PROP_0,
|
||||||
|
Reference in New Issue
Block a user