~macslow/notify-osd/fix-375408

« back to all changes in this revision

Viewing changes to examples/append-hint-example.c

Merged my gerror-freeing branch after review and approval from Neil. Also
did the usual run of unit- and examples-tests and the dreaded distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        {
52
52
                g_print ("That did not work ... \"%s\".\n",
53
53
                         error->message);
 
54
                g_error_free (error);
54
55
        }
 
56
 
55
57
        g_signal_connect (G_OBJECT (notification),
56
58
                          "closed",
57
59
                          G_CALLBACK (closed_handler),