Sha256: 1ff36cf56aa7c246d9ef7f60d0d44ac1d41ee8df3c0ecb3ec385df178329091a

Contents?: true

Size: 1.87 KB

Versions: 1

Compression:

Stored size: 1.87 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:retval?:@docstringIC:YARD::Docstring":Returns true if argument is return value.
   tobj = WIN32OLE_TYPE.new('DirectX 7 for Visual Basic Type Library',
                            'DirectPlayLobbyConnection')
   method = WIN32OLE_METHOD.new(tobj, 'GetPlayerShortName')
   param = method.params[0]
   puts "#{param.name} #{param.retval?}"  # => name true
:@objectu:YARD::StubProxyWIN32OLE_PARAM#retval?:
@summary0:
@tags[o:YARD::Tags::OverloadTag
;
u;WIN32OLE_PARAM#retval?;;;IC;	"
;
u;WIN32OLE_PARAM#retval?;0;
[:	@all":@ref_tags[:@tag_name"
overload:@parameters[:@types0:@signature"retval?:
@text0;"NReturns true if argument is return value.
   tobj = WIN32OLE_TYPE.new('DirectX 7 for Visual Basic Type Library',
                            'DirectPlayLobbyConnection')
   method = WIN32OLE_METHOD.new(tobj, 'GetPlayerShortName')
   param = method.params[0]
   puts "#{param.name} #{param.retval?}"  # => name true


@overload retval?;[:@docstring_extra0:@visibility:public:@files[["ext/win32ole/win32ole.c0;
[;[:
@path"WIN32OLE_PARAM#retval?:@source_type:c:@source"�/*
 *  call-seq:
 *     WIN32OLE_PARAM#retval?
 *
 *  Returns true if argument is return value.
 *     tobj = WIN32OLE_TYPE.new('DirectX 7 for Visual Basic Type Library', 
 *                              'DirectPlayLobbyConnection')
 *     method = WIN32OLE_METHOD.new(tobj, 'GetPlayerShortName')
 *     param = method.params[0]
 *     puts "#{param.name} #{param.retval?}"  # => name true
 */
static VALUE foleparam_retval(self)
    VALUE self;
{
    struct oleparamdata *pparam;
    Data_Get_Struct(self, struct oleparamdata, pparam);
    return ole_param_flag_mask(pparam->pTypeInfo, pparam->method_index, 
                               pparam->index, PARAMFLAG_FRETVAL);
}:@namespaceu;WIN32OLE_PARAM:@scope:
instance:@current_file_has_commentsF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pry-0.6.9pre1-i386-mingw32 lib/pry/stdlib_docs18/objects/WIN32OLE_PARAM/retval_3F_i.dat