X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=gobject%2Fgtypemodule.h;h=e4cae1a0cdc5d214777f0ae46032d57be696597c;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=71e72c29e89858f2541552229c2919a3e48d6e8e;hpb=078dbda148a81af1b3a76fbda72f089b963087f1;p=platform%2Fupstream%2Fglib.git diff --git a/gobject/gtypemodule.h b/gobject/gtypemodule.h index 71e72c2..e4cae1a 100644 --- a/gobject/gtypemodule.h +++ b/gobject/gtypemodule.h @@ -40,7 +40,7 @@ typedef struct _GTypeModuleClass GTypeModuleClass; * GTypeModule: * @name: the name of the module * - * The members of the GTypeModule structure should not + * The members of the GTypeModule structure should not * be accessed directly, except for the @name field. */ struct _GTypeModule @@ -92,9 +92,9 @@ struct _GTypeModuleClass * class initialization function, an instance initialization function (see * #GTypeInfo for information about these) and a static variable named * @t_n_parent_class pointing to the parent class. Furthermore, - * it defines a *_get_type() and a static - * *_register_type() function for use in your - * module_init(). + * it defines a `*_get_type()` and a static `*_register_type()` functions + * for use in your `module_init()`. + * * See G_DEFINE_DYNAMIC_TYPE_EXTENDED() for an example. * * Since: 2.14