Sha256: cc368a4f925bf41b7a96098e2dc40a03619fb47b71140b2d29ba7b61bbcc829d

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:
typekind:@docstringIC:YARD::Docstring"�Returns number which represents type.
  tobj = WIN32OLE_TYPE.new('Microsoft Word 10.0 Object Library', 'Documents')
  puts tobj.typekind # => 4
:@objectu:YARD::StubProxyWIN32OLE_TYPE#typekind:
@summary0:
@tags[:	@all"�
Returns number which represents type.
  tobj = WIN32OLE_TYPE.new('Microsoft Word 10.0 Object Library', 'Documents')
  puts tobj.typekind # => 4


:@ref_tags[:@docstring_extra0:@visibility:public:@files[["ext/win32ole/win32ole.c0;
[:@parameters[:
@path"WIN32OLE_TYPE#typekind:@source_type:c:@source"�/*
 *  call-seq:
 *    WIN32OLE_TYPE#typekind #=> number of type.
 * 
 *  Returns number which represents type.
 *    tobj = WIN32OLE_TYPE.new('Microsoft Word 10.0 Object Library', 'Documents')
 *    puts tobj.typekind # => 4
 *
 */
static VALUE 
foletype_typekind(self)
    VALUE self;
{
    struct oletypedata *ptype;
    Data_Get_Struct(self, struct oletypedata, ptype);
    return ole_type_typekind(ptype->pTypeInfo);
}:@namespaceu;WIN32OLE_TYPE:@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_TYPE/typekind_i.dat