ges: Use %NULL instead of #NULL
authorEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 9 May 2011 12:24:26 +0000 (14:24 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 9 May 2011 12:24:26 +0000 (14:24 +0200)
Reported by Stefan Kost:
"% is for constants, # is for objects/structs/types, @ is for parameters."

ges/ges-timeline-object.c
ges/ges-timeline.c

index f86b255ddb10ee4a9378333372463422381cb2bc..f28168205e5021d74ac7bf8f444eeaed03ad4dc9 100644 (file)
@@ -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 *
index b3ee0a8f654f61eaa728c0b1617f895aa24d8f93..42e25772600ceb3f3976d9501c00bb23a972749c 100644 (file)
@@ -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 *