Sha256: 4db8c04ee00d32fad95a323ddb231bc3fc2d6476b5c8d7fd57f015639e637ab0

Contents?: true

Size: 1.19 KB

Versions: 34

Compression:

Stored size: 1.19 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/*
 *  Copyright (C) 2011-2012  Ruby-GNOME2 Project Team
 *  Copyright (C) 2008  Ruby-GNOME2 Project Team
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2.1 of the License, or (at your option) any later version.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *  MA  02110-1301  USA
 */

#include "rbgst-private.h"

/* need to implement */
#define RG_TARGET_NAMESPACE cChildProxy
#define SELF(self) RVAL2GST_CHILD_PROXY(self)

void
Init_gst_child_proxy(VALUE mGst)
{
    VALUE RG_TARGET_NAMESPACE;

    RG_TARGET_NAMESPACE = G_DEF_CLASS(GST_TYPE_CHILD_PROXY, "ChildProxy", mGst);
}

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
gstreamer-1.2.6-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.6 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.5-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.5 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.4-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.4 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.3-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.3 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.2-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.2 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.1-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.1 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.0-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.2.0 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.9-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.9 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.8-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.8 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.7 ext/gstreamer/rbgst-child-proxy.c
gstreamer-1.1.7-x86-mingw32 ext/gstreamer/rbgst-child-proxy.c