mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user