From 904aabe65319ad3f15ebae7f28c6cd7f330a2d5c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 9 May 2011 14:24:26 +0200 Subject: [PATCH] ges: Use %NULL instead of #NULL Reported by Stefan Kost: "% is for constants, # is for objects/structs/types, @ is for parameters." --- ges/ges-timeline-object.c | 4 ++-- ges/ges-timeline.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ges/ges-timeline-object.c b/ges/ges-timeline-object.c index f86b255ddb..f28168205e 100644 --- a/ges/ges-timeline-object.c +++ b/ges/ges-timeline-object.c @@ -751,7 +751,7 @@ ges_timeline_object_set_priority (GESTimelineObject * object, guint priority) * Note: If many objects match, then the one with the highest priority will be * returned. * - * Returns: (transfer full): The #GESTrackObject used by @track, else #NULL. + * Returns: (transfer full): The #GESTrackObject used by @track, else %NULL. * Unref after usage. */ @@ -790,7 +790,7 @@ ges_timeline_object_find_track_object (GESTimelineObject * object, * Get the #GESTimelineLayer to which this object belongs. * * Returns: (transfer full): The #GESTimelineLayer where this @object is being - * used, or #NULL if it is not used on any layer. The caller should unref it + * used, or %NULL if it is not used on any layer. The caller should unref it * usage. */ GESTimelineLayer * diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index b3ee0a8f65..42e2577260 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -932,7 +932,7 @@ ges_timeline_remove_track (GESTimeline * timeline, GESTrack * track) * Search the #GESTrack corresponding to the given @timeline's @pad. * * Returns: (transfer none): The corresponding #GESTrack if it is found, - * or #NULL if there is an error. + * or %NULL if there is an error. */ GESTrack *