applied patch from Behdad with slight optimization, fixes #356175.

Fri Sep 22 13:41:02 2006  Tim Janik  <timj@imendio.com>

        * gtype.h: applied patch from Behdad with slight optimization,
        fixes #356175.

        * gobjectnotifyqueue.c: fixed include-guard macro name.
This commit is contained in:
Tim Janik
2006-09-22 12:06:28 +00:00
committed by Tim Janik
parent b3a8c3288b
commit b6a3cd8039
3 changed files with 11 additions and 4 deletions

View File

@@ -16,8 +16,8 @@
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __G_NOTIFY_H__
#define __G_NOTIFY_H__
#ifndef __G_OBJECT_NOTIFY_QUEUE_H__
#define __G_OBJECT_NOTIFY_QUEUE_H__
#include <string.h> /* memset */
#include <glib-object.h>
@@ -166,4 +166,4 @@ g_object_notify_queue_from_object (GObject *object,
G_END_DECLS
#endif /* __G_NOTIFY_H__ */
#endif /* __G_OBJECT_NOTIFY_QUEUE_H__ */