gunixfdmessage.h | gunixfdmessage.h | |||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
* Public License along with this library; if not, write to the | * Public License along with this library; if not, write to the | |||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330, | * Free Software Foundation, Inc., 59 Temple Place, Suite 330, | |||
* Boston, MA 02111-1307, USA. | * Boston, MA 02111-1307, USA. | |||
* | * | |||
* Authors: Ryan Lortie <desrt@desrt.ca> | * Authors: Ryan Lortie <desrt@desrt.ca> | |||
*/ | */ | |||
#ifndef __G_UNIX_FD_MESSAGE_H__ | #ifndef __G_UNIX_FD_MESSAGE_H__ | |||
#define __G_UNIX_FD_MESSAGE_H__ | #define __G_UNIX_FD_MESSAGE_H__ | |||
#include <gio/gunixfdlist.h> | ||||
#include <gio/gio.h> | #include <gio/gio.h> | |||
#include <gio/gunixfdlist.h> | ||||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
#define G_TYPE_UNIX_FD_MESSAGE (g_unix_fd_mess age_get_type ()) | #define G_TYPE_UNIX_FD_MESSAGE (g_unix_fd_mess age_get_type ()) | |||
#define G_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_I NSTANCE_CAST ((inst), \ | #define G_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_I NSTANCE_CAST ((inst), \ | |||
G_TYPE_UNIX_FD _MESSAGE, GUnixFDMessage)) | G_TYPE_UNIX_FD _MESSAGE, GUnixFDMessage)) | |||
#define G_UNIX_FD_MESSAGE_CLASS(class) (G_TYPE_CHECK_C LASS_CAST ((class), \ | #define G_UNIX_FD_MESSAGE_CLASS(class) (G_TYPE_CHECK_C LASS_CAST ((class), \ | |||
G_TYPE_UNIX_FD _MESSAGE, GUnixFDMessageClass)) | G_TYPE_UNIX_FD _MESSAGE, GUnixFDMessageClass)) | |||
#define G_IS_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_I NSTANCE_TYPE ((inst), \ | #define G_IS_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_I NSTANCE_TYPE ((inst), \ | |||
G_TYPE_UNIX_FD _MESSAGE)) | G_TYPE_UNIX_FD _MESSAGE)) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |