From 467e9cc28c0fa10f704e397ddfa0a095cead82a8 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 24 Sep 2011 20:44:32 +0200 Subject: [PATCH] docs: cosmetic changes Aligned Since tags to rest of docblocks indentation. --- src/adg/adg-container.c | 8 ++++---- src/adg/adg-entity.c | 24 ++++++++++++------------ src/adg/adg-gtk-area.c | 8 ++++---- src/adg/adg-gtk-layout.c | 4 ++-- src/adg/adg-model.c | 24 ++++++++++++------------ src/adg/adg-style.c | 8 ++++---- src/adg/adg-textual.c | 4 ++-- 7 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/adg/adg-container.c b/src/adg/adg-container.c index c8178639..6871bac6 100644 --- a/src/adg/adg-container.c +++ b/src/adg/adg-container.c @@ -132,8 +132,8 @@ adg_container_class_init(AdgContainerClass *klass) * * Adds @entity to @container. @entity must not be inside another * container or the operation will fail. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[ADD] = g_signal_new("add", G_OBJECT_CLASS_TYPE(gobject_class), @@ -149,8 +149,8 @@ adg_container_class_init(AdgContainerClass *klass) * @entity: the #AdgEntity to remove * * Removes @entity from @container. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[REMOVE] = g_signal_new("remove", G_OBJECT_CLASS_TYPE(gobject_class), diff --git a/src/adg/adg-entity.c b/src/adg/adg-entity.c index 345b51d4..eaaffce9 100644 --- a/src/adg/adg-entity.c +++ b/src/adg/adg-entity.c @@ -192,8 +192,8 @@ adg_entity_class_init(AdgEntityClass *klass) * can be inspected using adg_entity_get_parent(). * * It is allowed for both old and new parent to be %NULL. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[PARENT_SET] = g_signal_new("parent-set", @@ -211,8 +211,8 @@ adg_entity_class_init(AdgEntityClass *klass) * Emitted when the global map of @entity or any of its parent * has changed. The default handler will compute the new global * matrix, updating the internal cache. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[GLOBAL_CHANGED] = g_signal_new("global-changed", @@ -230,8 +230,8 @@ adg_entity_class_init(AdgEntityClass *klass) * Emitted when the local map of @entity or any of its parent * has changed. The default handler will compute the new local * matrix, updating the internal cache. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[LOCAL_CHANGED] = g_signal_new("local-changed", @@ -250,8 +250,8 @@ adg_entity_class_init(AdgEntityClass *klass) * (if present) built during the #AdgEntity::arrange signal. * The resulting state is a clean entity, similar to what you * have just before the first rendering. - * - * Since: 1.0 + * + * Since: 1.0 **/ closure = g_cclosure_new(G_CALLBACK(_adg_real_invalidate), NULL, NULL); _adg_signals[INVALIDATE] = @@ -266,8 +266,8 @@ adg_entity_class_init(AdgEntityClass *klass) * * Arranges the layout of @entity, updating the cache if necessary, * and computes the extents of @entity. - * - * Since: 1.0 + * + * Since: 1.0 **/ closure = g_cclosure_new(G_CALLBACK(_adg_real_arrange), NULL, NULL); _adg_signals[ARRANGE] = @@ -284,8 +284,8 @@ adg_entity_class_init(AdgEntityClass *klass) * Causes the rendering of @entity on @cr. A render signal will * automatically emit #AdgEntity::arrange just before the real * rendering on the cairo context. - * - * Since: 1.0 + * + * Since: 1.0 **/ closure = g_cclosure_new(G_CALLBACK(_adg_real_render), NULL, NULL); param_types[0] = G_TYPE_POINTER; diff --git a/src/adg/adg-gtk-area.c b/src/adg/adg-gtk-area.c index 53572a6a..f694f79c 100644 --- a/src/adg/adg-gtk-area.c +++ b/src/adg/adg-gtk-area.c @@ -189,8 +189,8 @@ adg_gtk_area_class_init(AdgGtkAreaClass *klass) * * Emitted when the #AdgGtkArea has a new canvas. If the new canvas * is the same as the old one, the signal is not emitted. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[CANVAS_CHANGED] = g_signal_new("canvas-changed", ADG_GTK_TYPE_AREA, @@ -213,8 +213,8 @@ adg_gtk_area_class_init(AdgGtkAreaClass *klass) * The extents of #AdgGtkArea are subject to the render * map, so changing the #AdgGtkArea:render-map property * will emit this signal too. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[EXTENTS_CHANGED] = g_signal_new("extents-changed", ADG_GTK_TYPE_AREA, diff --git a/src/adg/adg-gtk-layout.c b/src/adg/adg-gtk-layout.c index bb0cf87c..aa29820a 100644 --- a/src/adg/adg-gtk-layout.c +++ b/src/adg/adg-gtk-layout.c @@ -143,8 +143,8 @@ adg_gtk_layout_class_init(AdgGtkLayoutClass *klass) * @old_canvas: the old #AdgCanvas object * * Emitted when the #AdgGtkLayout scroll adjustments have been set. - * - * Since: 1.0 + * + * Since: 1.0 **/ closure = g_cclosure_new(G_CALLBACK(_adg_set_scroll_adjustments), NULL, NULL); param_types[0] = GTK_TYPE_ADJUSTMENT; diff --git a/src/adg/adg-model.c b/src/adg/adg-model.c index 54bae5bb..b3d20ef5 100644 --- a/src/adg/adg-model.c +++ b/src/adg/adg-model.c @@ -154,8 +154,8 @@ adg_model_class_init(AdgModelClass *klass) * * Adds @entity to @model. After that @entity will depend on @model, * that is #AdgModel::changed on @model will invalidate @entity. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[ADD_DEPENDENCY] = g_signal_new("add-dependency", @@ -173,8 +173,8 @@ adg_model_class_init(AdgModelClass *klass) * * Removes the @entity from @model, that is @entity will not depend * on @model anymore. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[REMOVE_DEPENDENCY] = g_signal_new("remove-dependency", @@ -200,8 +200,8 @@ adg_model_class_init(AdgModelClass *klass) * Otherwise, the @name named pair is searched: if it is found, * its data are updated with @pair. If it is not found, a new * named pair is created using @name and @pair. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[SET_NAMED_PAIR] = g_signal_new("set-named-pair", @@ -224,8 +224,8 @@ adg_model_class_init(AdgModelClass *klass) * Removes any information from @model cached by the implementation * code. Useful to force a recomputation of the cache when something * in the model has changed. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[CLEAR] = g_signal_new("clear", ADG_TYPE_MODEL, @@ -253,8 +253,8 @@ adg_model_class_init(AdgModelClass *klass) * ... * adg_model_changed(model); * ]| - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[RESET] = g_signal_new("reset", ADG_TYPE_MODEL, @@ -270,8 +270,8 @@ adg_model_class_init(AdgModelClass *klass) * * Notificates that the model has changed. By default, all the * dependent entities are invalidated. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[CHANGED] = g_signal_new("changed", ADG_TYPE_MODEL, diff --git a/src/adg/adg-style.c b/src/adg/adg-style.c index 135f2523..54de162e 100644 --- a/src/adg/adg-style.c +++ b/src/adg/adg-style.c @@ -84,8 +84,8 @@ adg_style_class_init(AdgStyleClass *klass) * can be called more than once without harms. Furthermore it * will be emitted from property setter code of new implementations * to force the recomputation of the cache. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[INVALIDATE] = g_signal_new("invalidate", @@ -105,8 +105,8 @@ adg_style_class_init(AdgStyleClass *klass) * Applies @style to @cr so the next rendering operations will be * done accordling to this style directives. The @entity parameter * is used to resolve the internal dresses of @style, if any. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[APPLY] = g_signal_new("apply", diff --git a/src/adg/adg-textual.c b/src/adg/adg-textual.c index 684572c0..68edf11d 100644 --- a/src/adg/adg-textual.c +++ b/src/adg/adg-textual.c @@ -124,8 +124,8 @@ _adg_iface_base(AdgTextualIface *iface) * @old_text: the old text * * Emitted whenever the text of @textual has been changed. - * - * Since: 1.0 + * + * Since: 1.0 **/ _adg_signals[TEXT_CHANGED] = g_signal_new("text-changed", -- 2.11.4.GIT