Method
GdkContentFormatsunion
Declaration [src]
GdkContentFormats*
gdk_content_formats_union (
  GdkContentFormats* first,
  const GdkContentFormats* second
)
Parameters
- first
- 
            Type: GdkContentFormatsThe GdkContentFormatsto merge into.The instance takes ownership of the data, and is responsible for freeing it. 
- second
- 
            Type: GdkContentFormatsThe GdkContentFormatsto merge from.The data is owned by the caller of the method. 
Return value
Type: GdkContentFormats
A new GdkContentFormats.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |