Changes between Initial Version and Version 1 of Ticket #4196, comment 2


Ignore:
Timestamp:
02/11/21 06:25:48 (3 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4196, comment 2

    initial v1  
    33lib/ must not depend on src/. 
    44 
    5 glib.h is included in lib/glibal.h. There is no need to include any other GLib headers excepting glib-unix.h. 
     5glib.h is included in lib/global.h. There is no need to include any other GLib headers excepting glib-unix.h. 
    66 
    77g_free() handles NULL itself. There is no need to check for NULL before.