Home
last modified time | relevance | path

Searched refs:group_get_type (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dgroup.h30 #define TYPE_GROUP (group_get_type())
50 GType group_get_type( void );
H A Drhs.c143 { CLASS_GROUP, group_get_type },
144 { CLASS_LIST, group_get_type },
H A Dgroup.c180 group_get_type( void ) in group_get_type() function
/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dgroupav.c429 if (group_get_type(g_c, groupnumber) != GROUPCHAT_TYPE_AV in groupchat_enable_av()
465 if (group_get_type(g_c, groupnumber) != GROUPCHAT_TYPE_AV) { in groupchat_disable_av()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dgroup.h386 int group_get_type(const Group_Chats *g_c, uint32_t groupnumber);
H A Dtox.c2177 const int ret = group_get_type(tox->m->conferences_object, conference_number); in tox_conference_get_type()
H A Dgroup.c1350 int group_get_type(const Group_Chats *g_c, uint32_t groupnumber) in group_get_type() function